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.
gis=# select count(*) as anzahl, stylesheet from maposmatic_maprenderingjob group by stylesheet order by anzahl desc;
anzahl | stylesheet
--------+-------------------------
23035 | CartoOSM
4231 | HikeBikeMap
3942 | Maposmatic
3655 | GermanCartoOSM
3589 | OpenTopoMap
2269 | FrenchOSM
2211 | CartoOsmBW
1764 | TonerStyle
1276 | OsmBright
1095 | Pencil
930 | Humanitarian
925 | MapQuestEU
919 | BlackWhiteOSM
603 | Empty
463 | Blossom
408 | Veloroad
403 | Pandonia
318 | PisteMap
299 | Belgian
291 | MapQuestUS
270 | Swiss
269 | OpenRiverboatMap
226 | Reduced
171 | CartoOSM_no_streetnames
140 | Pistemap
119 | MapQuestUK
85 | Spacestation
67 | HikeBikeOld
55 | GermanOSM
48 | French
38 | MapQuestHybridEU
24 | MapQuestHybridUK
22 | MapQuestHybridUS
3 | AlternativeColors
|