Earlier quoted context omitted.
Another thing is that it seems you are sampling with replacement. I placed a circle in a rural area (where I grew up) and in one round I got the same street for 3/5 of the selections (and there were 10+ streets within the radius).
Thanks, will look into it!
Show HN: A game that tests how well you know your local area
251–260 of 262 posts
Re: Show HN: A game that tests how well you know your local area
#252Earlier quoted context omitted.
Still no map for me.
OK it should be more back now. I migrated from Cloudflare functions to a Cloudflare worker. Make sure to clear your cache / hard reload though
Re: Show HN: A game that tests how well you know your local area
#253Granted, I'm also directionally deficit.
Re: Show HN: A game that tests how well you know your local area
#254> Cannot parse Overpass API response https://backofyourhand.com/build/bundle.js:6:1039277 asyncFunctionResume@[native code] [native code] promiseReactionJobWithoutPromise@[native code] promiseReactionJob@[native code]
Re: Show HN: A game that tests how well you know your local area
#255Re: Show HN: A game that tests how well you know your local area
#256good, nice to play with! For India, it would be a bit difficult to play as the roads are some times numbered and some times given a name. Dont see any hint buttun!
1. Give names of intersecting streets. 2. Reduce the circle by half (just for this street). 3. Show a photo. 4. Allow you to drop a pin and tell you the distance (but not the direction). Then you can confirm the pin or move it one more time.
Re: Show HN: A game that tests how well you know your local area
#257Re: Show HN: A game that tests how well you know your local area
#258Earlier quoted context omitted.
> Can you give me the coordinates you played in? I will review the "objects". Here's the osm for the pedway object, labelled a footpath. https://www.openstreetmap.org/relation/11909462 Here's one of the trails: https://www.openstreetmap.org/way/511807176
Thanks! ( https://github.com/adam-lynch/back-of-your-hand/issues/18 )
Re: Show HN: A game that tests how well you know your local area
#259Then have the game get you to name the streets to get there or something.
Shops would pay to be listed?
Re: Show HN: A game that tests how well you know your local area
#260Hi HN, I made Back Of Your Hand, a map-based game where you're given random street names and you have to locate them on the map. You can play solo or compete with friends on other devices. I made it for my dad as a Christmas present. It also gave me an opportunity to learn about geocoding, etc. Tech: serverless, Leaflet, Turf, Svelte, TypeScript, Cloudflare pages. I tried to use as many open / free tools as I could.…