Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tsamaya/getlonlat

Get Longitude and Latitude from a webmap
https://github.com/tsamaya/getlonlat

Last synced: 4 days ago
JSON representation

Get Longitude and Latitude from a webmap

Awesome Lists containing this project

README

        

#GetLonLat

A web map to help finding Longitute and Latitude.
Pop up content shows the coordinates as Lon,Lat and Lat,Lon for easily copy/paste for your favorite format.

![App Screenshot](https://raw.githubusercontent.com/tsamaya/getlonlat/master/getlonlat.png)

## Issues
Find a bug or want to request a new feature? Please let us know by submitting an [issue](https://github.com/tsamaya/getlonlat/issues).

## Contributing
Anyone and everyone is welcome to contribute.

## Resources
* [leaflet](http://leafletjs.com/)
* [esri leaflet](http://esri.github.io/esri-leaflet)
* twitter [@arferrand](http://twitter.com/arferrand)

## Credit
This application was inspired by [Get Lat+Lon](http://teczno.com/squares).

### lonlat latlon
These tables are coming from http://www.macwright.org/lonlat/

**formats**

| lon, lat | lat, lon|
|-----------|---------|
| GeoJSON | GeoRSS |
| KML | |
| Shapefile | |
| WKT | |
| WKB | |

**javascript apis**

| lon, lat | lat, lon |
|------------|-----------------|
| OpenLayers | Leaflet |
| d3 | Google Maps API |
|ArcGIS API for JavaScript| |

**mobile apis**

| lon, lat | lat, lon|
|-----------|---------|
| | Google Maps iOS/Android |
| | Apple MapKit |

**misc**

| lon, lat | lat, lon|
|-----------|---------|
| | OSRM |

## Licensing
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

A copy of the license is available in the repository's [license](LICENSE) file.