map
map copied to clipboard
Is it possible to show multiple KML layers ?
Haven't tried to load multiple KML layers. It's not working? https://developers.google.com/maps/documentation/javascript/examples/layer-kml
I couldn't figure out syntax in the <ngui-map ...
I tried
<ngui-map zoom="5" center="{{lat}}, {{lng}}" style="height:850px;">
<kml-layer url="{{currentLayer}}"></kml-layer>
<kml-layer url="{{currentLayer2}}"></kml-layer>
... but didn't work.