An open API service indexing awesome lists of open source software.

https://github.com/sprankhub/google-maps-projection

This is a Java implementation of the Google Maps projection which is based on the mercator projection. You can convert longitude/latitude values to world coordinates and calculate pixel coordinates for different zoom levels.
https://github.com/sprankhub/google-maps-projection

google google-maps map-projections mercator-projection projection-mapping

Last synced: about 1 year ago
JSON representation

This is a Java implementation of the Google Maps projection which is based on the mercator projection. You can convert longitude/latitude values to world coordinates and calculate pixel coordinates for different zoom levels.

Awesome Lists containing this project

README

          

Google Maps Projection - Java Implementation
============================================
This is a Java implementation of the Google Maps projection which is based on the Mercator projection. You can convert longitude/latitude values to world coordinates and calculate pixel coordinates for different zoom levels.

Links
-----
- [official Google documentation](https://developers.google.com/maps/documentation/javascript/maptypes#MapCoordinates)
- [Wikipedia page about Google Maps explaining the map projection](https://en.wikipedia.org/wiki/Google_Maps#Map_projection)
- [Slideshare presentation by Lode Blomme](http://de.slideshare.net/lodeblomme/google-maps-projection-and-how-to-use-it-for-clustering-presentation)
- [Mercator projection on Wikipedia](https://en.wikipedia.org/wiki/Mercator_projection)

Developers
----------
- Irina Smidt
- Simon Sprankel ([@SimonSprankel](https://twitter.com/SimonSprankel))

Licence
-------
[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)

Copyright
---------
(c) 2013 Simon Sprankel & Irina Smidt