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
.gitignore vendored
View File

@@ -5,5 +5,3 @@
/doc/apidocs/
/examples/example-list.js
/examples/example-list.xml
/examples/graphic-name.js
/examples/graphic-name.html

View File

@@ -34,14 +34,14 @@ function init(){
var styles = new OpenLayers.StyleMap({
"default": {
graphicName: "${type}",
pointRadius: 40,
pointRadius: 10,
strokeColor: "fuchsia",
strokeWidth: 2,
fillColor: "lime",
fillOpacity: 0.6
},
"select": {
pointRadius: 50,
pointRadius: 20,
fillOpacity: 1,
rotation: 45
}