Maperitive

Maperitive is a free desktop application for drawing maps based on OpenStreetMap and GPS data. You can define what gets on the map and how it is painted. You can also export these maps into bitmaps and SVG files and print them.
Managers
I would like to...
by comments
by date
by popularity
Sort
Display all
or
Enable filter

38 votes Vote

Repeating labels for long ways (streets)

Maperitive should be able to repeat the street label if the street is very long. The repeat settings should be configurable as rendering properties, like minimum distance between repeated labels.
breki74, 03.07.2011, 16:42
1 comment
20 votes Vote

Support for GeoTIFF DEM data

Maperitive should support digital elevation model (DEM) data in the GeoTIFF format, not just SRTM HGT.
breki74, 02.05.2011, 17:27
0 comments
19 votes Vote

Reading OSM data from a database (PostGIS, ...)

Maperitive should be able to load the OSM data for rendering from a database, not just from a file.
breki74, 02.05.2011, 19:42
6 comments
17 votes Vote

Different map projections

Maperitive should be able to render maps using different map projections, not just Mercator projection used in Web maps.
breki74, 02.05.2011, 18:48
0 comments
16 votes Vote

WMS support

Add support for WMS server in order to make overlays comfortably with existing orthophoto or other maps. See http://groups.google.com/group/maperitive/browse_thread/thread/0374912ae1b31998/e6172552c3c95971#e6172552c3c95971
Hendrik, 01.06.2011, 04:20
0 comments
14 votes Vote

Better support for OSM relations

The current rendering rules system has a poor support for OSM relations. What's needed is access to relation's member roles, its tags and tags of its members. This will probably be implemented as part of the Python scripting functionality.
breki74, 03.05.2011, 17:47
0 comments
11 votes Vote

Better command documentation

The super-uber-cool command X can't be used if there is no info about it. I understand that every update introduces new commands and features and it is hard for a man to keep track of all the changes, but there are automated tools that create...
Ivan, 03.05.2011, 08:27
7 comments
11 votes Vote

Dash lenght specification

Hello, Would it be possible to specify the dash (and empty line) lenght for the dashed lines? It would be extremely usefull for paths distinction for hiking maps. JB
JB, 15.02.2013, 17:28
0 comments
10 votes Vote

Rotating the map

Users should be able to rotate the map so that it doesn't always point "north up". Text labels should not be rotated.
breki74, 02.05.2011, 18:04
0 comments
10 votes Vote

Support for partially downloaded multipolygons

If the multipolygon in an OSM file does not have all of its members, Maperitive doesn't treat it as a closed polygon and the multipolygon does not get color-filled. Maperitive needs a solution similar to coastline rendering: the multipolygon...
breki74, 05.08.2011, 15:11
0 comments
7 votes Vote

Better multipolygon support

It seems that Maperitive doesn't support multiple outer ways forming a ring in multipolygons. As wiki says: "This is useful for multipolygons encompassing very large areas, where it would be impractical to have one way run around the whole of...
alessioz, 04.06.2011, 09:40
0 comments
6 votes Vote

display the downloaded tiles with maperitive

Maperitive is able to save the tiles using the classical //.png format .... it would be interesting to make Maperitive able to display these tiles, typically changing the "add-web-map" command to use the tiles folder ....
courdi95, 25.05.2011, 10:31
2 comments
6 votes Vote

Documentation about default values

Please add a page in the documentation, reporting all the default values used for ruleset. (I spent a lot of time trying to disable the bold effect on text and finally I understand that was about text-halo-width and not font-weight :P)
alessioz, 04.06.2011, 09:46
0 comments
5 votes Vote

Regular expressions on OSM tag values

Maperitive currently only supports regular expressions on tag names when matching OSM objects (http://maperitive.net/docs/manual/Querying_Data.html#@isMatch%20Function). Matching tag values would be useful, too.
breki74, 03.05.2011, 07:37
0 comments
5 votes Vote

import/export to a gis format

Ability to export to a gis format would be an unbelievably cool option allowing further processing and analysis on osm data. maybe a quantumgis project file with different .shp layers and a style files to match.
planemad, 04.05.2011, 06:41
2 comments
4 votes Vote

Overlay grids using other projections

Maperitive has a nice UTM overlay grid. It would be nice to be able to choose a different projection, such as MGRS, OSGB, Irish NG, CH-1903, for the overlay.
SK53, 02.05.2011, 18:53
2 comments
4 votes Vote

Compass rose

When map rotation is implemented, there should be a compass rose with a few placement options like top,top-left, bottom-right etc...
breki74, 02.05.2011, 19:40
0 comments
4 votes Vote

Using Direct2D for rendering

Wouldnt it be cool, you could just zoom and pan in your favourite mapping application without interruptions? I am curious if it's a lot of work to implement Direct2D [1] into Maperitive. [1]...
thengineer, 03.05.2011, 10:01
1 comment
4 votes Vote

asymmetrical line style

It would be fine to have some asymmetrical lines in order to paint cliffs or some roads with cycleways on one side. For cliff rendering in Mapnik see http://www.openstreetmap.org/?lat=-22.135435&lon=166.522308&zoom=18&layers=M
Hendrik, 10.07.2011, 09:52
1 comment
4 votes Vote

Painting lines

... and borders using (predefined) pattern.
Mirek, 23.08.2011, 08:32
0 comments
4 votes Vote

Overlay 1 km sized grid

For orientation purpose it would be great to have a grid with a predefined scale. This makes navigating and calculating distances in the field easier. (if the map is printed off course) It shouldn't be to hard to implement a way to specify your...
Tim, 23.08.2011, 22:15
1 comment
3 votes Vote

Areas are also handled as lines

Imagine you want to put a shield on all tourist attractions (on points, lines, and areas). Then you can do something like this: features labeled : tourism=attraction rules target : labeled define ... draw : shield...
Head, 10.05.2011, 16:04
0 comments
3 votes Vote

Substitute text with value/other tag

For example when rendering text for power line you should use voltage=*. The value is something like 100000 which should be rendered as 100 kV. So this can be defined as "replace the end three zeros with space and 'kV' string".
Ivan, 03.05.2011, 08:24
2 comments
3 votes Vote

Rendering curves properly

Curves are currently rendered for using a limited GDI+ curving function and are not supported in SVG. A proper solution, probably using Bezier curves, is needed.
breki74, 03.05.2011, 07:43
5 comments
2 votes Vote

Polygon buffering (offsetting)

There should be a function (similar to line-offset property) for buffering (offsetting) polygons.
breki74, 28.05.2011, 05:31
0 comments
2 votes Vote

Southern hemisphere and CompeGPS Land

Not sure if this is the right place to put this but I recently struck a problem with this combination and Maperative. When looking at the exported bitmaps using the OziExplorer .map files, Land drew the maps upside down and inverted. I checked...
Michael, 20.06.2011, 09:16
3 comments
2 votes Vote

Other nice rendering ruleset

It would be very nice to have one more rendering ruleset in maperitive to obtain maps such as this (with hamlet names) : http://francetopo.fr/ (go to zoom level 8) Is someone is clever enough to do this ? It would be very great ! Thanks a...
lucbol, 23.10.2012, 10:24
2 comments
2 votes Vote

Possibility to switch label collision off?

For some specific maps, all labels should be visible. Currently, part of them are hidden because "colliding" with other. However, the collision distance seems to be much larger than the real text coverage. Would it be possible to switch the...
JB, 14.12.2012, 17:29
0 comments
1 vote Vote

Line offsetting support for shapes and text

When rendering shapes or text on a line, the line-offset setting should be taken into account so that the line is offset.
breki74, 17.07.2011, 07:04
0 comments
1 vote Vote

Live crosshair

Can you implement "live" crosshair displaying coordinates on mouse position? I believe, that this wouldn't be such a big problem. It helps to identificate problems with placing elements. It can show alternatively on alt key press&hold ...
Mirek, 23.08.2011, 08:26
0 comments

Pages< 1 2 >