In OpenLayers I have a LineFeature object. I change the 开发者_C百科style of the object (e.g. my_line.style.strokeColor=\"Black\").
I am having trouble taking my tilemill project to my webserver and using OpenLayers to draw my map. We are using tilemill to style the map > mbtiles
I am trying to make waze react and send me back lat,lon coordinates upon click. I managed to do this with OpenLayers, but waze doesn\'t respond.
Do you know how to have a nice clustering in OpenLayers su开发者_StackOverflowch as this google example ?You can add label to pointStyle in above example and explain context of this label.
I first coded using Markers (with success) then realizing it was no more recommended (especially for clustering).
i need to change a Json stringinto Geojson format. right now i am using Json_encode() function to convert sql query result into json string (as given in this link JSON encode MySQL results).
I have created a OpenLayers.Layer.WMS and i can able to view the picture which i expected to be on overlay. But its spreads allover the map. Please check my code below and let me know wher开发者_开发技
I have writt开发者_如何学编程en some code to hide specific markers in our maps based on checkboxes outside of the map itself. However, these markers also have vector features too (really on separate l
I have created a Drupal website that uses Openlayers to display maps. In one of these maps there are some \"Filters\" which the user can use to dynamically change the data shown in the map. The data a
I create my OpenLayers.Control.OverviewMap with a given size but I would like to change it when certain conditions are met.