UTM Grid Overlay (Experimental!)

Over the years there were requests for UTM support in my MapOSMatic instance every once in a while.

I now spent most of the first day of this years FOSSGIS Summer Camp on the topic, and I’m now happy to announce a first exeprimental implementation of an UTM grid overlay.

The screenshot shows the grid overlay only for clarity, it shows the grid for transition between two UTM zones, and the not-yet-perfect label placing:

If you are interested in further progress on this feature you may wat to subscribe to the Feature Request

Duplex layout with index on extra page

So far for the single page layouts the street index could only be rendered on the side or the bottom of the same page.

Now it is possible to have the index rendered on a second page in PDF output. So it is now possible to duplex print a map with the actual map on the front side and the street index on the back side of the same sheet of paper.

As the other output formats do not support multi page output there will no extra index page be generated for these. Choosing the “index on extra page” layout these formats will have the grid added to them again though, which can be used in combination with the generated street index file in CSV format.

Translation system

The original MapOSMatic project used Transifex as its web translation frontend.

As my fork diverged over time, and as Transifex became less open, I have been thinking about an alternative for quite a while now. So far none of the alternatives I’d been looking at really convinced me though.

Now yesterday I stumbled across Weblate, and almost fell in love immediately. Almost everything I ever wished for, supports self hosting, and is even easy to setup.

So translations can now be maintained on https://translate.get-map.org/projects/maposmatic/

The only thing from my wish list that’s still missing now is OpenStreetMap OAuth support, but as the project already supports other OAuth providers this should be easy to add over the next weekend, if not earlier.

Where the streets have no name …

I had requests for maps using the default style, but without street names, in the past already. Now such a request has come up again, for a school project where pupils are expected to collect street names for their neighbourhood themselves.

For a brief time I even had a patched version of the default style onlne to offer this, but it turned out that keeping such a forked style maintained was taking some effort.

As Mapnik provides the possibility to turn of layers of a loaded style file, I now extended the renderer configuration file by an option “exclude_layers=…” to make use of this feature.

This now allows me to easily create a copy of an already supported style with some rendered featuers removed, without having to actually copy and modify the stylesheet itself.

So now there’s a “CartoCSS OSM style without street names” style entry in the “Special interest” section of the style selection dropdown, and it is going to work with future version updates of the default style easily, without any further maintenance cost (as long as layer names stay the same).

Hillshading – finally!

I was able to add the contour line overlay quite a while ago, with the actual contour line data generously provided by OpenSnowMap.

Unfortunately I couldn’t also provide hillshading data offered by OpenSnowMap, too, back then, as storage space on my previous server had already almost completey been used up.

I moved to a server with more storage space a little while ago already, and I now finally got to making hill shading work.

While I was on it I also added a variant of the contour line overlay that only renders contour lines for each 100m increment of height, instead of each 10m, so that maps don’t get overloaded by contour lines in mountaneous areas.

align=right

Small changes

Some small changes from last weekend:

  • The “Recreate” button was not really visible as a button, after changing the bootstrap button class it now is
  • The map list and detail pages now show the duration a request had to wait in the queue, and the actual time it took to render, in addition to the absolute submission, render astart, and end times
  • Most map styles use sans-serif fonts only, and so does the renderer for most map decorations, too. The only exception were index section headers, which was slightly visually disturbing. These have now been changed to use a sans-serif font, too.

Stylesheet statistics

As part of the preparation for my FOSSGIS talks on how to set up multiple Mapnik styles on the same server (more on this later) I did some statistics on which of the styles I offer on my MapOSMatic instance are the most favorite.

Below you will find the raw results. The OpenStreetMap Carto style is the leader by far, but that’s not much of a surprise as it is the default selection. The numbers for the runner ups are more more interesting, showing the HikeBikeMap as the most popular choice.

Continue reading “Stylesheet statistics”