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

2
1

Gall-Peters is claimed to be the "politically correct" map of the world. How can i make a osm map based on that projection ?

asked 23 Nov '12, 18:52

Badita%20Florin's gravatar image

Badita Florin
1128913
accept rate: 0%

edited 23 Nov '12, 19:16

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273

there is a website that display ? does somebody nows about such a site ?

(24 Aug '13, 09:26) Badita Florin
3

No, because it's not a very useful projection: http://www.georeference.org/doc/gall.htm (see also http://xkcd.com/977/)

(24 Aug '13, 12:10) SK53 ♦
2

I wouldn't totally recommend the Georeference site since the owner seems to be quite (and unnecessarily so) biased against acknowledging the political aspects of map projections. Just check the Wikipedia article as a start: http://en.wikipedia.org/wiki/Map_projection, or http://es.wikipedia.org/wiki/Proyecci%C3%B3n_cartogr%C3%A1fica.

(25 Oct '13, 19:01) Disparador

If you have a working Mapnik setup, you can simply request Mapnik to produce such a map because proj.4 already supports the projection. Easiest if you use nik2img.py:

nik2img.py osmstyle.xml -b -180 -90 180 90 -d 1000 1000 -s '+proj=cea +lon_0=0 +lat_ts=45 +x_0=0 +y_0=0 +ellps=WGS84 +units=m +no_defs' -fPNG world.png

The result looks like this:

alt text

permanent link

answered 23 Nov '12, 19:14

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

-2

No graphic that renders a (roughly) spherical world into a rectangular page is going to be a perfect representation. The Peters projection has the advantage of representing the globe more accurately with regard to the relative size of the different continents. The more common Mercator project heavily increases the size of northern hemisphere continents relative to southern hemisphere ones. Because of this subliminal colonialism in the Mercator, the Peters ought to be the standard projection used on OSM, with the Mercator as an option. At minimum, the Peters should be available as an optional view.

A related issue is the presentation of the map with the north at the top. This is a convention passed down by northern hemisphere map-makers, who think of north as being "up". Many peoples in the southern hemisphere, for exactly the same reasons, see south as being "up", and it would be more neutral to have a south-up view of the map available too.

permanent link

answered 05 Jun '17, 04:57

strypey's gravatar image

strypey
91
accept rate: 0%

edited 05 Jun '17, 07:36

2

This site is intended for finding answers to questions. Your statement is not an answer. Discussion about what "ought to" be in OSM must be held on the forums or mailing lists, not on this Q&A site. An appropriate venue would be lists.openstreetmap.org/listinfo/talk.

(05 Jun '17, 08:00) Frederik Ramm ♦

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:

×710
×20
×1

question asked: 23 Nov '12, 18:52

question was seen: 9,652 times

last updated: 05 Jun '17, 08:00

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