returned graphic-name.js to its original state
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user