From 354013118c13270377aeba6668dd848ca7f0768b Mon Sep 17 00:00:00 2001 From: Tobias Date: Mon, 15 Nov 2021 15:48:42 +0100 Subject: [PATCH] tyrasd.github.io/osmtogeojson: Clarify xml<>json All commands support xml or osm json, so ideally all should receive the same input --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d7f943d..19e6754 100644 --- a/index.html +++ b/index.html @@ -162,7 +162,7 @@

GeoJSON

<script src='osmtogeojson.js'></script>
  • - osmtogeojson(osm_data); + osmtogeojson(osm_data); // xml or json
  • @@ -173,7 +173,7 @@

    GeoJSON

  • var osmtogeojson = require('osmtogeojson');
    - osmtogeojson(xml_data); + osmtogeojson(osm_data); // xml or json