I'm using OpenLayers to display an openstreetmap. Is there a way to edit certain features on the map? For example changing the color of the water, removing the border between countries etc. If it can not be done using JavaScript, I'm guessing there are other ways to do this - like hosting your own version of the map which you can then edit as much as you want.

Has anyone tried something like this? How would I go about doing this?

Thanks

link|improve this question

57% accept rate
Well what are you actually displaying? Are you displaying somebody elses prerendered tiles? or rendering your own? or display vector data from OpenStreetMap? – TomH Nov 28 '11 at 20:27
feedback

1 Answer

up vote 4 down vote accepted

No, you can't change colors in OpenLayers.Layer.OSM because it's rendered dead images with all styling applied on the server-side. Only way to apply your own style is to host osm yourself. Here's the tutorial that will help you get started.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.