TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Just launched geo.gy - a location shortener

35 pointsby ypodimalmost 14 years ago

12 comments

nlalmost 14 years ago
You could/should make the URL be a GeoHash [1]<p>GeoHash's have the extremely attractive property that shorter versions of the same URL correspond to larger areas around the same point - ie, you can trade precision for size.<p>[1] <a href="http://en.wikipedia.org/wiki/Geohash#Example" rel="nofollow">http://en.wikipedia.org/wiki/Geohash#Example</a>
评论 #2673270 未加载
juanrealmost 14 years ago
Very nice. We did something very similar some years ago, <a href="http://notamap.com" rel="nofollow">http://notamap.com</a>, 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.
评论 #2673294 未加载
kiplingeralmost 14 years ago
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.
评论 #2673907 未加载
bostonvaulter2almost 14 years ago
This looks cool and could be handy. I wonder how many phones could easily use this link for navigation though. Currently I use glympse if I want to tell people where I am so they can meet up with me or pick me up.
评论 #2673260 未加载
评论 #2673098 未加载
Concoursalmost 14 years ago
"Sorry to see you go" Alert everytime I refresh the site or open it in a new tab, it's actually more or less like a welcome message, so you might want to check it
lostbitalmost 14 years ago
I didn't think it would be able to "find me" accurately, but it did. Now I'm kind of worried :) I thought Google Location Service would not have this precision.
CHsurferalmost 14 years ago
The google map was kind of buggy for me with Firefox 3.6.2
shellehsalmost 14 years ago
I am in Beijing of China, and ... looks can't retrieve my location after I allowed the perdition of accessing my geo-location within my web browser.
korbinusalmost 14 years ago
It simple and clean, the name is good, I like it.
phpnodealmost 14 years ago
this is nice, how about letting the user drag the pin around in case the result isn't quite accurate enough (in my case it got my city, but what if i wanted to link to my house?)
评论 #2674862 未加载
评论 #2673899 未加载
评论 #2674853 未加载
JeremyBanksalmost 14 years ago
Does it work on smart phones?
riffmasteralmost 14 years ago
pretty good!