Click here to Skip to main content
15,902,635 members

Comments by PJ Arends (Top 43 by date)

PJ Arends 5-May-24 11:53am View    
Thanks for the reply. I like the idea of creating small polygons. Once I read your suggestion, I realized that the data from the geocode website contains a "boundingbox" array, and that the lat and lon returned is dead center of the bounding box, and is not actually even the lat and lon that I submitted to the website. My lat and lon are within the bounding box though. I am going to explore this angle some more. Thanks a bunch.

I am also glad that you think my proposed database layout should work. I am now going to start to play with it and see what I can get to work.
PJ Arends 5-May-24 11:44am View    
Thanks for the reply. If this becomes too much of a challenge (doubt it) then I may have a look at using Postgres.
PJ Arends 26-Feb-23 14:17pm View    
cls.two has not been initialized so it is pointing to just some random memory.
PJ Arends 28-Jan-22 15:23pm View    
What I have done in the past is simply enumerate all child controls and do a check sum of the data they contain. Grab and save a checksum at the start. If any controls are added or removed, or any data is changed then the checksum will be different. If the user undoes any changes then the checksum will not have changed.
PJ Arends 14-Mar-18 19:31pm View    
And also the bitwise AND operator.