Ticket #1012: vector-features.patch
| File vector-features.patch, 1.1 kB (added by pgiraud, 1 year ago) |
|---|
-
/home/pierre/public_html/openlayers_svn/examples/vector-features.html
old new 31 31 var style_blue = OpenLayers.Util.extend({}, layer_style); 32 32 style_blue.strokeColor = "blue"; 33 33 style_blue.fillColor = "blue"; 34 style_blue.externalGraphic = "../img/marker.png";35 34 // each of the three lines below means the same, if only one of 36 35 // them is active: the image will have a size of 24px, and the 37 36 // aspect ratio will be kept … … 36 35 // them is active: the image will have a size of 24px, and the 37 36 // aspect ratio will be kept 38 37 style_blue.pointRadius = 12; 39 //style_blue.graphicWidth = 24;40 //style_blue.graphicHeight = 24;41 38 42 39 /* 43 40 * Green style
