Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-23Fix include path for generatorSergey Yershov
2015-09-23[routing] Added route-ferry-motorcar type.vng
2015-09-23[generator][classificator] Factor out additional tags for highways as the ↵vng
separate node in classificator: - hwtag=oneway - hwtag=private - hwtag=lit
2015-09-23[classificator]vng
- added “amenity-bbq” - show “power-line” earlier (from 14 zoom level) - unified styles for “barrier-wall” and other similar - little fix for “boundary-administrative-4”
2015-09-23[generator]vng
- Do add “layer” attribute if absent in “bridge” or “tunnel” - Do process “restaurant” and “hotel” synonyms - Correct processing of layer=-1 (needed for “tunnel”) - Skip “ref=route” attribute
2015-09-23[generator] Process “capital = yes” only tags to get ↵vng
“place-city-capital” type.
2015-09-23Code review fixes.vng
2015-09-23[classificator] Process synonym tags for needed types (atm=yes).vng
2015-09-23Add some type tests.vng
2015-09-23Add tests for osm types.vng
2015-09-23Add feature's type recognition test.vng
2015-09-23Add some osm-type tests.vng
2015-09-23Simplify unit test code.vng
2015-09-23Add test for types mapping.vng
2015-09-23Better classificator loading. File names are incapsulated now.vng
2015-09-23Fix OsmType unit test - add classificator loading.vng
2015-09-23Fix osm tags to feature type matching. Avoid tags mixing.vng
Add unit test.