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