Giter VIP home page Giter VIP logo

maptourist's Introduction

maptourist

Styles and build scripts for creating maps like maptourist.org

Usage:

  1. Download *.osm or *.pbf raw data (bbbike, download.geofabrik.de or other sites)
  2. Create file map_builder_properties.cmd and set your paths:
rem SPLIT_* variables are used on split phase. CREATE_* variables are used on map creation phase.
rem SPLIT_SOURCE_FILE_NAME is *.osm  or *.pbf file in your SPLIT_SOURCE_DIR directory
rem SPLIT_MAP_ID is random but should be unique in your device otherwise only one map with same ID is visible
rem set CREATE_MAKE_TRANSPARRENT=true for map with contour lines

set SPLIT_SPLITTER_DIR=D:\gps_map_builder\splitter-r597
set CREATE_MKGMAP_DIR=D:\gps_map_builder\mkgmap-r4562
set CREATE_CONFIG_DIR=D:\gps_map_builder\maptourist\CurrentConfigs

set SPLIT_SOURCE_DIR=D:\gps_map_builder\build\source
set SPLIT_SOURCE_FILE_NAME=kavkaz_osm.pbf
set SPLIT_MAP_ID=63010012
set CREATE_MAKE_TRANSPARRENT=true

set SPLIT_DESTINATION_DIR=D:\gps_map_builder\build\out_split_srtm
set CREATE_DESTINATION_DIR=D:\gps_map_builder\build\out_srtm
  1. Create system variable GPS_MAP_BUILDER_PROPERTIES_DIR=<dir_with__map_builder_properties.cmd>
  2. Run splitOsm.bat. It prepares data for map creation. Result files are stored in SPLIT_DESTINATION_DIR.
  3. Run createMap.bat. It builds map. Result files are stored in CREATE_DESTINATION_DIR. Set transparent flag in createMap.bat manually for map with contour lines)

Branches:

maptourist's People

Contributors

horecnma avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.