Posted by david on 10. February 2009 00:00
added zip & country to POI table.
opened mapsiteLinqToSQL.dbml dropped the POI table then readded it, to show the new columns.
note to self, when something is not working, check first to see whether the things event handler is registered with the thing.
after a long dance with gridview & selectedvalue – i know I can, again, see the POI_ID. next is to build the code which checks whether lat long is in the record & update it if needed.
& the geocode part needs to be as far away from this page as I can get it.
2009_02_10
----
geocode needs a string address input & returns a latlong.
page will pass the address bits to something that will first, eventually, validate the address; second, form the string address, form that one string address; third, pass it on to the geocode service; fourth, receiving the lat long.