Skip to content
Snippets Groups Projects
Commit 807905cd authored by David Maus's avatar David Maus
Browse files

Reihenfolge Long/Lat in Ortsregister korrigiert

parent ef939292
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
......@@ -23,9 +23,9 @@
<xsl:template match="schema:Place[geo:lat and geo:long]">
<location>
<geo>
<xsl:value-of select="geo:long"/>
<xsl:text> </xsl:text>
<xsl:value-of select="geo:lat"/>
<xsl:text> </xsl:text>
<xsl:value-of select="geo:long"/>
</geo>
</location>
</xsl:template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment