-
-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make attributes of OSM objects always available to Lua
I did some benchmarking and it turns out there is real no measurable difference between putting the data in there and not doing it. So we'll just always do it. This means that it doesn't depend on the -x/--extra-attributes command line option any more. Note that the attributes will still be nil when coming from the middle in update mode if -x/--extra-attributes was not used on import.
- Loading branch information
Showing
3 changed files
with
23 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters