NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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%


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

permanent link

answered 12 Apr '17, 08:11

steyregg's gravatar image

steyregg
111
accept rate: 0%

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
permanent link

answered 17 May '16, 23:23

Pantlmn's gravatar image

Pantlmn
91226
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×315
×48
×16

question asked: 17 May '16, 21:52

question was seen: 5,313 times

last updated: 12 Apr '17, 08:11

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum