map icon indicating copy to clipboard operation
map copied to clipboard

Is it possible to show multiple KML layers ?

Open jgarbora opened this issue 7 years ago • 2 comments

jgarbora avatar Jun 29 '17 17:06 jgarbora

Haven't tried to load multiple KML layers. It's not working? https://developers.google.com/maps/documentation/javascript/examples/layer-kml

allenhwkim avatar Jun 29 '17 22:06 allenhwkim

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.

jgarbora avatar Jun 30 '17 07:06 jgarbora