Having set boundaries on your site allows you to set your site up to only accept enrollments from within your boundaries OR charge resident and non resident fees depending on your preferences.
To configure your boundary map using GIS coordinates, we just need a list of the coordinates and we can set-up the rest.
What to Provide
Please send your boundary map coordinates in the following format:
Each point should include a latitude (
lat) and longitude (lng) pairEach coordinate set should be separated by a comma
The list should form a closed boundary (first and last points should match)
There should be no more than 8,000 characters.
Example Format
{ lat: 38.81844492146606, lng: -121.28085494041443 },
{ lat: 38.82377790706977, lng: -121.2835156917572 },
{ lat: 38.82640245865275, lng: -121.28551125526428 },
{ lat: 38.8269373872334, lng: -121.2837302684784 },
{ lat: 38.82705440232463, lng: -121.2811553478241 },
{ lat: 38.82685380490761, lng: -121.2734305858612 },
{ lat: 38.824663913007555, lng: -121.27188563346863 },
{ lat: 38.82108638745425, lng: -121.27184271812439 },
{ lat: 38.81929755727256, lng: -121.27282977104187 },
{ lat: 38.81844492146606, lng: -121.27345204353333 }How It Works
Once we receive your coordinates:
We’ll upload them into the system as your boundary map
The system will automatically determine whether an address falls inside or outside the boundary
If configured, resident and non-resident fees will be applied accordingly during registration