The checker has been extended and works for points checkes.
There is no map output yet.
It is probably easiest to create the polygons on
http://gsak.net/google/polygoneditor.php
I added a crude polygon for Alcatraz that can be loaded in the gsak poly editor that has to be refined.
37.829107,-122.425203
37.826413,-122.419732
37.824514,-122.421083
37.827413,-122.426898
37.829107,-122.425203
approprierat ][, can be added with search and replace in a text editor
My start is at
http://project-gc.com/Challenges//19758
the config in the more readable for is below.
Notice that every "object" exept the last has a , after it.
The same for the polygons point [lat,lon] with , between them. There has to be [[ before and ]]} after
"<polyname1>": {"polypoints":[[
[lat1, lon1], [lat2,lon2], ... [latx, lonx]
]]},
polygons for other areas has to be creates.
There is one limitation that i will not code for.
"Any Geocache in the park boundaries or absent that any Geocache within .75 miles"
Create then with a polygon that covers both alternatives use a circle that cover the whole park.
If you need help contact me. A mail i probibly better when the configs can be attached text files.
start config
{
"polygons":{
"2. The Ahwahnee Hotel":{"point":[37.746203,-119.57456,1,"miles"]},
"3. Alcatraz Island": {"polypoints":[[
[37.829107,-122.425203],[37.826413,-122.419732],[37.824514,-122.421083],[37.827413,-122.426898],[37.829107,-122.425203]
]]},
"4. Alma (1891)":{"point":[37.809487,-122.421757,0.75,"miles"]},
"5. Angelus Temple":{"point":[34.076272,-118.261046,0.5,"miles"]}
}}