Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tsamaya/getlonlat
- Owner: tsamaya
- License: apache-2.0
- Created: 2014-11-19T21:47:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T08:26:31.000Z (over 9 years ago)
- Last Synced: 2024-05-02T04:34:34.720Z (7 months ago)
- Language: JavaScript
- Size: 965 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 athttp://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.