Skip to content

Instantly share code, notes, and snippets.

@ismailsunni
Created May 21, 2024 03:55
Show Gist options
  • Save ismailsunni/5dba7b0c680de18cd9face7aa3d8df11 to your computer and use it in GitHub Desktop.
Save ismailsunni/5dba7b0c680de18cd9face7aa3d8df11 to your computer and use it in GitHub Desktop.
KML from the Old Geoadmin
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/kml/2.2 https://developers.google.com/kml/schema/kml22gx.xsd"><Document><name>Drawing</name><Placemark id="marker_1715912961995"><ExtendedData><Data name="type"><value>marker</value></Data></ExtendedData><name>Old Label</name><description></description><Style><IconStyle><Icon><href>https://api3.geo.admin.ch/color/255,0,0/marker-24@2x.png</href><gx:w>48</gx:w><gx:h>48</gx:h></Icon><hotSpot x="24" y="4.799999999999997" xunits="pixels" yunits="pixels"/></IconStyle><LabelStyle><color>ff0000ff</color></LabelStyle></Style><Point><tessellate>1</tessellate><altitudeMode>clampToGround</altitudeMode><coordinates>8.161491779847474,46.97804233732786</coordinates></Point></Placemark></Document></kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment