Saturday, 5 March 2016

web mapping - What are my options for 3D web Maps?


I wish to have a Online 3D Map, which would show my Data, i.e both Raster and Vector, draped on a DEM that I have.


Due to the requirements of using my own DEM & Raster data, Google Earth API is pretty much out of the running.



Are there any projects which can do this?



Answer



Well, WebGL is promising but has few features now. You can have a look to the API and examples.


From what I know, it is supported by FF4 and Chrome 9. You will find more about browsers compatibility on their website.


Javascript libraries :



To explore (samples and tutorials) :



Burgos - F4




enter image description here



No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...