Map Designing Tool

A tool to re-design the theme of the maps and implement it with LocusQ

Map design Tool

Design the Map Theme


Map Design tool is based on the editor of Maputnik. This Map Design tool is built on the map deployed with the Map Engine. Change map theme according to your needs, upload it to the Map Engine and restart the `Map Engine`. Be careful about the sources, glyphs and sprite links. If you want to change the Glyphs (fonts) and Sprite please read the documentation of Glyphs and Sprites

For more documentation and endpoints go to Documentation of Map Design tool page.

Alternative Text

Test the Map Design tool live

Stand-alone Geocoding Engine


LocusQ Master stack covers all the segments of web GIS such as maps, routing, direction, transit, geocoding and many more tools. Besides this, Map Design Tool can be installed as a stand-alone service if anyone does not need few other services or only 2-3 services. Here are the steps

Alternative Text
  1. 1
    Pre-requisite

    The map design tool is based on Map Engine. So the Map Engine is needed to start prior to run Map Design tool.

  2. 2
    Change the conf.yml file

    Change the configuration file according to your needs. Country-wise configuration code can be found here. Use docker network host and map engine port

  3. 3
    Run the standalone Map Design Docker

    Pull or run directly the Map Design docker image keeping the conf.yml file in the same directory from where the docker is running
    docker run -it --name map-design --network locusq -v $(pwd):/data -p 4708:8888 locusq/map-design:latest

  4. 4
    Get the APIs

    Wait a few minutes and check the status of service readiness with the following command
    docker exec -it map-design status
    When the service is ready, to get the APIs visit the Map API endpoints.