Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix satelite background projection glitches #6539

Closed
namdre opened this issue Jan 22, 2020 · 2 comments
Closed

fix satelite background projection glitches #6539

namdre opened this issue Jan 22, 2020 · 2 comments
Assignees

Comments

@namdre
Copy link
Contributor

namdre commented Jan 22, 2020

The differences in coordinate transformation leads to gaps in the satelite background

Possible solutions:

The required netconvert option is
--proj "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"

source: https://epsg.io/3857

@BjoernPK
Copy link

I just recently encountered this problem and wanted to check on the status. Is it possible to manually run the projection of tiles downloaded via tileGet.py? If so, is it sufficient to run netconvert on the settings.xml created with the downloaded tiles? Or do I have to run it on the net file that is linked to the settings.xml? Which command do I have to use for this?

I would be very happy to receive your feedback - thanks in advance! :)

@namdre
Copy link
Contributor Author

namdre commented May 13, 2022

assuming you have a webWizard-derived scenario, this is what you need to run:

netconvert -c osm.netccfg --proj "+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs"
tools/tileGet.py -n osm.net.xml -t 100 -d background_images -l -300

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants