Live data from Hacker News

Just launched geo.gy - a location shortener

geo.gy

11–20 of 25 posts

Re: Just launched geo.gy - a location shortener

#11
post #8

Very nice. We did something very similar some years ago, http://notamap.com , with the idea of making it very easy to save maps with notes and embed them on your web. No sign-up, no database storing your data: everything is encoded in the URL you keep. A pity we never really polished it, nor tried to promote it. It has a small but faithful user base.

[deleted]

Re: Just launched geo.gy - a location shortener

#18
I like it. (my unsolicited advice) depending on how you are storing the data, you should let the user pass a query string or something to the url that returns the raw lat long in json format as opposed to the actual map, that way you have this mini api for more advanced users.

Re: Just launched geo.gy - a location shortener

#20

I like it. (my unsolicited advice) depending on how you are storing the data, you should let the user pass a query string or something to the url that returns the raw lat long in json format as opposed to the actual map, that way you have this mini api for more advanced users.

That's already there ;) You can get any location in JSON, given the generated key: eg. http://geo.gy/LmZW/json
Post reply on HN