├── README.md ├── omc-mkgmap-style ├── inc │ ├── access │ ├── access_country │ ├── address │ ├── compat_lines │ ├── compat_points │ ├── compat_polygons │ ├── contour_lines │ ├── name │ └── roadspeed ├── info ├── lines ├── options ├── points ├── polygons ├── relations └── version ├── omc-roadNameConfig.txt └── omc-typ.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/README.md -------------------------------------------------------------------------------- /omc-mkgmap-style/inc/access: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/inc/access -------------------------------------------------------------------------------- /omc-mkgmap-style/inc/access_country: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/inc/access_country -------------------------------------------------------------------------------- /omc-mkgmap-style/inc/address: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/inc/address -------------------------------------------------------------------------------- /omc-mkgmap-style/inc/compat_lines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/inc/compat_lines -------------------------------------------------------------------------------- /omc-mkgmap-style/inc/compat_points: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/inc/compat_points -------------------------------------------------------------------------------- /omc-mkgmap-style/inc/compat_polygons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/inc/compat_polygons -------------------------------------------------------------------------------- /omc-mkgmap-style/inc/contour_lines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/inc/contour_lines -------------------------------------------------------------------------------- /omc-mkgmap-style/inc/name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/inc/name -------------------------------------------------------------------------------- /omc-mkgmap-style/inc/roadspeed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/inc/roadspeed -------------------------------------------------------------------------------- /omc-mkgmap-style/info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/info -------------------------------------------------------------------------------- /omc-mkgmap-style/lines: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/lines -------------------------------------------------------------------------------- /omc-mkgmap-style/options: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/options -------------------------------------------------------------------------------- /omc-mkgmap-style/points: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/points -------------------------------------------------------------------------------- /omc-mkgmap-style/polygons: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/polygons -------------------------------------------------------------------------------- /omc-mkgmap-style/relations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-mkgmap-style/relations -------------------------------------------------------------------------------- /omc-mkgmap-style/version: -------------------------------------------------------------------------------- 1 | 1 2 | -------------------------------------------------------------------------------- /omc-roadNameConfig.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-roadNameConfig.txt -------------------------------------------------------------------------------- /omc-typ.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openmapchest/openmapchest-map-build-guide/HEAD/omc-typ.txt --------------------------------------------------------------------------------