Skip to content
Snippets Groups Projects
Commit 0d31de20 authored by Jesper Zedlitz's avatar Jesper Zedlitz
Browse files

id wieder raus, da nicht garantiert werden kann, dass sie für alle JDK-Versionen identisch ist

parent 5f62681c
Branches
No related tags found
No related merge requests found
Pipeline #171 passed
...@@ -61,7 +61,7 @@ public class StrassenSH2Geojson implements RouterNanoHTTPD.UriResponder { ...@@ -61,7 +61,7 @@ public class StrassenSH2Geojson implements RouterNanoHTTPD.UriResponder {
final JSONArray coordinates = feature.getJSONArray("coordinates"); final JSONArray coordinates = feature.getJSONArray("coordinates");
result.put("properties", properties); result.put("properties", properties);
result.put("id", coordinates.hashCode()); // result.put("id", coordinates.hashCode());
geometry.put("type", type); geometry.put("type", type);
geometry.put("coordinates", coordinates); geometry.put("coordinates", coordinates);
result.put("geometry", geometry); result.put("geometry", geometry);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment