This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Maperitive: map without a grid

1

Exporting from Maperitive by export-svg or export-bitmap makes a picture WITH the grid which is difficult to delete.

For example, the svg file contains the grid not as a separate layer, but it is drawn as a border of every tile.

How can I generate a map WITHOUT the grid? I want to draw the grid by myself later.

asked 17 May '16, 21:52

Pantlmn's gravatar image

Pantlmn
91226
accept rate: 0%


2 Answers:

3

Sorry, I found it out by myself.

Tiny script

from maperipy import Map
Map.grid_visible=0

Save it as no-grid.py

Run in Maperitive:

run-script [[your-path-here]]\no-grid.py

answered 17 May '16, 23:23

Pantlmn's gravatar image

Pantlmn
91226
accept rate: 0%

0

set-setting name=map.decoration.grid value=false eingeben oder ins Maperitive Script eintragen!

answered 12 Apr '17, 08:11

steyregg's gravatar image

steyregg
111
accept rate: 0%

Source code available on GitHub .