Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
tech.bellycard.com
Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
1–10 of 22 posts
Re: Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
#2EDIT: And when running the jsfiddle demo, it looks like Google isn't sending any CORS headers from the given map image, breaking the demo entirely:
http://maps.googleapis.com/maps/api/staticmap?scale=2¢er...
Re: Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
#3I dont understand the business ask for drawing a map to show potential customers, then placing them randomly on the map. Why not just give rough volume numbers or something instead? It seems at least misleading.
Re: Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
#4Re: Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
#5Cool article from a technical perspective. I dont understand the business ask for drawing a map to show potential customers, then placing them randomly on the map. Why not just give rough volume numbers or something instead? It seems at least misleading.
Re: Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
#6Cool article from a technical perspective. I dont understand the business ask for drawing a map to show potential customers, then placing them randomly on the map. Why not just give rough volume numbers or something instead? It seems at least misleading.
Re: Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
#7Or you could just use OpenStreetMap which, y'know, gives you access to the Actual Map Data rather than having to reverse-engineer it from the rendered image...
Re: Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
#8Re: Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
#9Here's how I would hack this: whenever you place an icon, draw a slighty larger circular 'lake' on top of that hidden canvas. That added lake prevents you from placing another icon in the neighborhood of that icon.
Re: Where'd The Water Go? Google Maps Water Pixel Detection With Canvas
#10Or you could just use OpenStreetMap which, y'know, gives you access to the Actual Map Data rather than having to reverse-engineer it from the rendered image...