Set a pointRadius on the object style so nodes are visible. Fixes #2070.
This commit is contained in:
parent
7eaf671999
commit
7b07b8ccbf
1 changed files with 5 additions and 4 deletions
|
@ -116,7 +116,8 @@ function addObjectToMap(url, zoom, callback) {
|
||||||
strokeWidth: 3,
|
strokeWidth: 3,
|
||||||
strokeOpacity: 0.5,
|
strokeOpacity: 0.5,
|
||||||
fillOpacity: 0.2,
|
fillOpacity: 0.2,
|
||||||
fillColor: "lightblue"
|
fillColor: "lightblue",
|
||||||
|
pointRadius: 6
|
||||||
},
|
},
|
||||||
projection: new OpenLayers.Projection("EPSG:4326"),
|
projection: new OpenLayers.Projection("EPSG:4326"),
|
||||||
displayInLayerSwitcher: false
|
displayInLayerSwitcher: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue