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

"print this map" service #94

Closed
jywarren opened this issue Mar 1, 2012 · 4 comments
Closed

"print this map" service #94

jywarren opened this issue Mar 1, 2012 · 4 comments

Comments

@jywarren
Copy link
Owner

jywarren commented Mar 1, 2012

http://publisher.snapfish.com/snapfish/fe/p/openplatform/b2bportal/docs/Developers

@jywarren
Copy link
Owner Author

jywarren commented Mar 9, 2012

OK, we could try to prompt people to enter a title, and we could also by default display the longitude/latitude of the map. But otherwise, this seems to be working!

OH, wait - this is related to another issue. The JPEG is unprojected, meaning latitude and longitude are 1:1, which isn't really how the earth is shaped. This makes the maps look "smushed" especially far from the equator. We could set up GDAL to reproject jpgs in spherical mercator...

jywarren added a commit that referenced this issue Mar 9, 2012
@jywarren
Copy link
Owner Author

still not at 100%, need to make jpg (spherical mercator) output with a white background instead of black. Harder than it looks...

http://gis.stackexchange.com/questions/120/make-the-nodata-area-of-a-resampled-orthophoto-overview-white
http://www.jasonbirch.com/nodes/2009/08/11/290/fwtools-ftw-gdal/

@jywarren
Copy link
Owner Author

See some variations on this here: http://publiclaboratory.org/wiki/gdal-commands

but still haven't figured out how to get a spherical mercator JPG with a white background using only a GDAL or ImageMagick command. Ug.

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

1 participant