Git Product home page Git Product logo

Comments (3)

apmon avatar apmon commented on June 5, 2024

Can anyone who is familiar with projections comment on this?

But as far as I can tell that part of the README is out of date anyway. Osm2pgsql only provides special command line parameters for 4326 and 900913. Otherwise it accepts arbitrary projections with the -E switch. So there is no special casing for 3395 as far as I can tell.

from osm2pgsql.

woodpeck avatar woodpeck commented on June 5, 2024

Special case for 3395 is -M/--oldmerc. Should be dropped IMHO. 3395 is of course a perfectly valid projection, it is only "broken" in the sense that a very long time ago we used 3395 for our database imports and then ran into problems when using that for tile rendering - a correctly configured rendering system would have to re-project 3395 to 3857 (then 900913) to make tiles, and an incorrectly configured one would try without that and hence be "broken".

from osm2pgsql.

gravitystorm avatar gravitystorm commented on June 5, 2024

I'm with woodpeck -M/--oldmerc should be removed. People can use the -E if they really want to.

from osm2pgsql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.