Forum Moderators: coopster
I have access to the longitude and latitude data needed. I'm working on creating the outermost borders to create a general map, and then add more and more specific details.
I want to make this map as accurate as possible. I had planned on storing the boundaries as long/lat coordinates, which for some areas are not difficult because they are rectangular, so it only takes a few coordinates to hold that information.
Unfortunately, some of the areas are very jagged, so they will require many more coordinates (curves are created using very small straight lines chained together). So while creating these rectangular areas can be done by hand-typing in the coordinates, this is not time-efficient for the many more non-straight boundaries that the rest of the map will contain.
My first thought was to use a very large scanned-in version of the area, then create a program to set this image as the background, and I simply click on areas of the border where a keypoint needs to be located and it will mathematically generate the long/lat coordinates, then save those to the database. But I don't know how difficult this would be either.
Any suggestions on speeding up this process would be greatly appreciated!