Maxspeed Tag Not Included #3360
Replies: 2 comments
-
The returned street doesn't have any |
Beta Was this translation helpful? Give feedback.
0 replies
-
Found out that I was using the wrong parameter. zoomlevel instead of zoom. The maxspeed is working as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Am doing an nominatim reverse only import and wanted to have maxspeed in the extra_tags section. I edited the import-street.lua and added the maxspeed as follows:
extra_keys = {'wikipedia', 'wikipedia:*', 'wikidata', 'capital', 'area', 'maxspeed'}
in the flex.set_prefilters. After import, the tag is not available. Anything am doing wrong? Any help is appreciated.Here is the result:
Beta Was this translation helpful? Give feedback.
All reactions