I'm using OpenLayers to display some OSM relations and then add some tags to them. I'm using this code to add xml files to my map.
But what I need is to add more than one relation.xml per layer, as relation1.xml, relation2.xml in the SAME layer. Until know I can only show multiple xml if they go in multiple layers. When using vectors I just created the layer and then added the vectors by something like
And then
However, I can't make it work with xml / OSM relation format... It should be something like
Thanks asked 03 May '12, 17:40 JorgePM |
One Answer:
Maybe a look at the source of WIWOSM can help you. answered 05 May '12, 10:10 malenki |