fix: fix key
This commit is contained in:
parent
461abd2e46
commit
70e2af6172
@ -16,7 +16,7 @@ def load_osm_data(file_path):
|
||||
|
||||
def transform_osm_data(feature):
|
||||
#Transform a single OSM feature into the API payload format
|
||||
prop = feature.get("prop", {})
|
||||
prop = feature.get("properties", {})
|
||||
geometry = feature.get("geometry", {})
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user