The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
71 views

Offline SLIPPY Map (Tiles) Database for Leaflet

How can create an offline cache of a large number of SLIPPY tile (PNG, 256x256) inside a web browser and then display them from that offline cache. For example, can one use HTML5 IndexedDB as an ...
2
votes
1answer
236 views

HTML5 local storage for tile maps and feature layers using ArcGIS Java Script API

I am developing a mobile arcgis application I want to store data locally so that when a user is offline he/she can use the maps. I want to store tile layers,feature layers and a table data. Any ...
4
votes
2answers
559 views

Coordinates(Latitude, Longitude) are different at same place on iPhone and Android devices, why?

I used HTML5 code for getting coordinates on Android (HTC desire s) with GPS enabled and iPhone (3gs). But the latitude and longitude are different on both devices at same place, why?. Difference ...
0
votes
1answer
943 views

Building Floor Plan map using OpenLayers and json

How to show map of building floor plan using OpenLayers and json. moreover, i want to know that how to change features dynamically with zoom based from json files. Let's take example, Initial the ...
3
votes
2answers
3k views

OpenLayers canvas renderer - redraws all features on selecting a single feature

I am currently trying to learn more about OpenLayers, and I'm coming up against performance / behaviour issues that I wouldn't expect to see. To elaborate... I have combined this example for ...