GeoLogic Engine takes your shapefiles and business rules and turns them into a simple map + API that tells you exactly what applies at any location.
GET /lookup?address=… or ?lat=…&lng=…Stop sending techs or installers to addresses you never should have accepted.
CSRs, sales reps, and agents see the same location answer every time.
No more conflicting spreadsheets, PDFs, and maps.
Start from your existing shapefiles, GIS exports, ZIP/city lists, and coverage notes.
GeoLogic Engine exposes a simple HTTP API that takes an address or lat/lon and returns a JSON payload with your business logic for that location.
Address, lat/lon, or polygon
Zone IDs, tags, flags, and any structured fields you define
Your shapefiles, ZIP/city lists, CSVs, GIS exports; PostGIS-style backend
{
"serviceable": true,
"zone_id": "north_hvac_3",
"services": ["HVAC", "water_heater"],
"assigned_team": "Team North A",
"notes": ["no oil boilers", "weekend service not available"]
}
No, you can start from ZIP lists, city lists, or rough rules. We can help you convert them into polygons.
You do. GeoLogic Engine just hosts and runs them in a structured way.
For simple service areas or territories: days, not months. Complex setups depend on data quality.
Yes, that’s the point. You get a simple REST API plus optional UI components.
Send new shapefiles or updated rules, and we update the engine without breaking your API.