Is it possible to create gwt-openlayers
map with 3D objects on it?
I know that
KML layers can be used for drawing 3D objects and supported by gwt-openlayers
. And I also know that gwt-openlayers
can draw WMS and WFS layers from remote ArcGis web-service.
Questions:
- In the KML example I mentioned above some local static .kml file used. I need to show moving 3D objects on the map. Is it possible to deploy KML web service on arcgis which takes coordinates as locates 3D models to taken coordinates?
- Is there any working example of using KML in gwt-openlayers from web-service but not from local file? If I replace
protocolOptions.setUrl("lines.kml")
in the example toprotocolOptions.setUrl("http:web-service-url")
will it work? - Is there any online KML services which I can use to check my app?