Vintage Maps: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K (Weiterleitung nach Treasure Maps erstellt)
 
K
 
(9 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
#redirect[[Treasure Maps]]
+
[[Datei:TreasureMap.PNG|thumb|right|alt=TileMill Screenshot]]
 +
This page tries to collect information about maps visualized in '''vintage style'''. This means, they look like an old sketchy map, a '''treasure map (de: Schatzkarte)''' or a '''pirate map''' (de: Piratenkarte), but with own or actual data.
 +
 
 +
Treasure Map HSR - A Treasure-Map, created for the [http://appquest.hsr.ch/ HSR AppQuest 2013]: See [[Making Maps from OpenStreetMap Data]].
 +
 
 +
== Misc ==
 +
 
 +
* https://github.com/mapbox/mapbox-gl-vintage-style
 +
 
 +
== QGIS ==
 +
 
 +
Showcases and Tipps:
 +
* [[QGIS]]:
 +
** Blog "Vintage Map Design using QGIS" [http://anitagraser.com/2013/07/29/vintage-map-design-using-qgis/]
 +
** Master Thesis by Tabea Probst, ETHZ, 2013 [http://www.ikg.ethz.ch/karto/education/student_works/vert_blocks], see "Schatzkarte"
 +
* [[TileMill]]:
 +
** https://github.com/ajashton/pirate-map
 +
** https://github.com/Kotaimen/maps-ModernAntique
 +
* Other showcases:
 +
** http://kartograph.org/showcase/italia/
 +
 
 +
Making boundaries (like from buildings) to make a hand-made effect:
 +
* See 'jitter_geometry()' expression function in [http://plugins.qgis.org/plugins/qgsexpressionsplus/ Expressions Plus Plugin] for QGIS.
 +
* A ‘sketchy’ look to lines can be achieved by overlaying a number of line attachments with different smoothing values applied. By smoothing higher values, the lines are overlaid using the ‘multiply’ compositing operation. This make areas that overlap more appear darker.
 +
 
 +
  ::outline1, ::outline2, ::outline3, ::outline4 {
 +
    line-join: round;
 +
    line-color:#773d00;
 +
    line-smooth: 0.05;
 +
    line-width: 0.5;
 +
  }
 +
  ::outline1{ line-smooth: 0.04; }
 +
  ::outline2{ line-smooth: 0.06; }
 +
  ::outline3{ line-smooth: 0.08; }
 +
  ::outline4{ line-smooth: 0.10; }
 +
 
 +
Suitable fonts/typefaces:
 +
* [http://www.fontsquirrel.com/fonts/Aquiline-two Aquiline]
 +
* [http://www.fontsquirrel.com/fonts/Mutlu Mutlu]
 +
 
 +
Point-of-Interests
 +
* For a pirate/vintage map, it is important to have plenty of POIs (like bars/restaurants/gardens) and have an "old fashioned" design icon and style it on the map.
 +
 
 +
See also:
 +
* [[HowTo_OpenStreetMap#OSM-Daten_zu_Karten_aufbereiten|OpenStreetMap]] based on [http://wiki.openstreetmap.org/wiki/List_of_OSM_based_Services#Art art maps]
 +
* Really old maps...: [http://www.oldmapsonline.org/ OldMapsOnline.org].
 +
 
 +
[[Kategorie:Kartografie]] [[Kategorie:Geovisualisierung]]

Aktuelle Version vom 10. September 2017, 19:57 Uhr

TileMill Screenshot

This page tries to collect information about maps visualized in vintage style. This means, they look like an old sketchy map, a treasure map (de: Schatzkarte) or a pirate map (de: Piratenkarte), but with own or actual data.

Treasure Map HSR - A Treasure-Map, created for the HSR AppQuest 2013: See Making Maps from OpenStreetMap Data.

Misc

QGIS

Showcases and Tipps:

Making boundaries (like from buildings) to make a hand-made effect:

  • See 'jitter_geometry()' expression function in Expressions Plus Plugin for QGIS.
  • A ‘sketchy’ look to lines can be achieved by overlaying a number of line attachments with different smoothing values applied. By smoothing higher values, the lines are overlaid using the ‘multiply’ compositing operation. This make areas that overlap more appear darker.
 ::outline1, ::outline2, ::outline3, ::outline4 {
   line-join: round;
   line-color:#773d00;
   line-smooth: 0.05; 
   line-width: 0.5;
 }
 ::outline1{ line-smooth: 0.04; }
 ::outline2{ line-smooth: 0.06; }
 ::outline3{ line-smooth: 0.08; }
 ::outline4{ line-smooth: 0.10; }

Suitable fonts/typefaces:

Point-of-Interests

  • For a pirate/vintage map, it is important to have plenty of POIs (like bars/restaurants/gardens) and have an "old fashioned" design icon and style it on the map.

See also: