returned graphic-name.js to its original state

This commit is contained in:
Arjen Kopinga
2012-02-22 15:52:01 +01:00
parent 1119146486
commit 65aeaec284
2 changed files with 2 additions and 4 deletions
-2
View File
@@ -5,5 +5,3 @@
/doc/apidocs/ /doc/apidocs/
/examples/example-list.js /examples/example-list.js
/examples/example-list.xml /examples/example-list.xml
/examples/graphic-name.js
/examples/graphic-name.html
+2 -2
View File
@@ -34,14 +34,14 @@ function init(){
var styles = new OpenLayers.StyleMap({ var styles = new OpenLayers.StyleMap({
"default": { "default": {
graphicName: "${type}", graphicName: "${type}",
pointRadius: 40, pointRadius: 10,
strokeColor: "fuchsia", strokeColor: "fuchsia",
strokeWidth: 2, strokeWidth: 2,
fillColor: "lime", fillColor: "lime",
fillOpacity: 0.6 fillOpacity: 0.6
}, },
"select": { "select": {
pointRadius: 50, pointRadius: 20,
fillOpacity: 1, fillOpacity: 1,
rotation: 45 rotation: 45
} }