Tagged Questions
1
vote
1answer
211 views
Creating markers(vectors) in openlayers
I'm new to OpenLayers,currently in existing project they have created markers in openlayers map by using following code,
// vector layer creation
vLayer = new OpenLayers.Layer.Vector(layerName, {
...
14
votes
3answers
891 views
What is the wire format for Google's new vector map tiles?
Google recently released new vector cartography for their mobile maps. I'm curious if anyone here has any insight into the wire format they use for transmission? I've experimented with a few formats ...
