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

Introducing LatLng in API #323

Merged
merged 18 commits into from
Mar 13, 2014
Merged

Introducing LatLng in API #323

merged 18 commits into from
Mar 13, 2014

Commits on Mar 13, 2014

  1. added a LatLng class

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    1f562b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64ab073 View commit details
    Browse the repository at this point in the history
  3. easier transform calculations

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    d08010d View commit details
    Browse the repository at this point in the history
  4. simplify transform more

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    a4cf288 View commit details
    Browse the repository at this point in the history
  5. fix hash

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    c5ba8dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11857a6 View commit details
    Browse the repository at this point in the history
  7. simplify transform once more

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    d801fb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6750073 View commit details
    Browse the repository at this point in the history
  9. pudate changelog

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    b8627df View commit details
    Browse the repository at this point in the history
  10. make source tilesize configurable

    For example, if you set the tile source to use 512 pixel tiles, then at
    global z14 it will request z13 tiles and display them at 512 pixels per
    tile.
    
    Global zoom levels are based on 256 pixel tiles.
    ansis committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    8641596 View commit details
    Browse the repository at this point in the history
  11. fix build & whitespace

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    5ddb499 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    faac4e7 View commit details
    Browse the repository at this point in the history
  13. fix require

    ansis committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    4cab6f2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    180443b View commit details
    Browse the repository at this point in the history
  15. fix minZoom/maxZoom

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    c550cb5 View commit details
    Browse the repository at this point in the history
  16. fix build

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    d529ec8 View commit details
    Browse the repository at this point in the history
  17. more transform cleanup

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    068464a View commit details
    Browse the repository at this point in the history
  18. lonX -> lngX, xLon -> xLng

    mourner committed Mar 13, 2014
    Configuration menu
    Copy the full SHA
    2f38097 View commit details
    Browse the repository at this point in the history