Using 3D in Google Maps -


i create webapp can display own geotiffs, ndvi , other data layers, 3d geometries, providing seamless rendering of both 2d tiles , textured 3d shapes, maps.google.com achieves in switching "map" "earth" views.

after research, closest came viable solution build infrastructure ground based on http://cesiumjs.org/, , while seems doable, extremely low level, , require exotic cocktail of libraries , buttload of man-hours.

before going down road, want make sure there isn't cost effective alternative takes heavy lifting out of app's shoulders , gives me friendly set of apis base app on.

mapbox comes close perfection in regard, unfortunately, handles 2d.

on other hand, on google side, amid earth api , maps engine deprecation, it's hard tell possible , remain available long term.

bottom line, future-proof google-centric solution built today, there google apis in place allow building webapp displays custom 2d , 3d data seamless rendering experience?

https://cesiumjs.org/ library similar google maps provides support 3d shapes on top of maps.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

python - build a suggestions list using fuzzywuzzy -