-
-
Notifications
You must be signed in to change notification settings - Fork 65
Description
Hey, I have just started trying to get a mediawiki map up and running for our shadowrun community and im hitting a bit of a hickup. I am trying to pull in this map as a baseline to use https://www.google.com/maps/d/u/0/viewer?mid=1Pz-JoC3YhnnrmTy-mfCAWZxZrCyisVIJ&ll=47.813105219177764%2C-77.93084394999997&z=3 . To do this I have download the kmz file after clicking keep data up to date and uploaded the file to my server.
I am using this to generate the map on the wiki page.
{{#ask: [[Coordinates::+]]
| ?Coordinates
| ?Archetype
| ?Faction
| ?BackgroundCount
| ?Noise
| format=leaflet
| kml={{filepath:Shadowrun_Map_Unification_Project.kmz}}
| width=90%
| height=800px
| center=Seattle, WA
| zoom=9
}}
the map does appear, and does add in our custom marks that get discovered with the query but I don't see it including any of the data from the kmz file. I've tried a few iterations like downloading without the keep updated box, and gkml instead of kml but still no luck. any ideas why this might not be working?