Vorlage:Karte: Unterschied zwischen den Versionen

fix ... ich stehe auf Kriegsfuß mit Kommentaren :-(
(revert #geocode: lat/lon aufgrund Performance-Probleme, brachte auch nicht erhofften Vorteil)
(fix ... ich stehe auf Kriegsfuß mit Kommentaren :-()
Zeile 44: Zeile 44:
-->{{#if: {{{location|}}}                                          <!-- if location? -->
-->{{#if: {{{location|}}}                                          <!-- if location? -->
   | {{#set: Geokoordinate={{#geocode: {{{location}}} }} }}        <!-- then: location-Geokoordinate setzen -->
   | {{#set: Geokoordinate={{#geocode: {{{location}}} }} }}        <!-- then: location-Geokoordinate setzen -->
   | {{#if: {{{lat|}}}{{{lon|}}}                                    <!-- else: if lat/lon?
   | {{#if: {{{lat|}}}{{{lon|}}}                                    <!-- else: if lat/lon? -->
     | {{#set: Geokoordinate={{{lat}}}, {{{lon}}} }}                <!--      then: lat/lon- Geokoordinate setzen -->
     | {{#set: Geokoordinate={{{lat}}}, {{{lon}}} }}                <!--      then: lat/lon- Geokoordinate setzen -->
     }}
     }}