You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server return an error regarding the query from the database
Error: error running query,Error: getaddrinfo ENOTFOUND,SELECT ST_AsGeoJSON(geom) as the_geom_geojson FROM kenya_coverage WHERE ST_Intersects(geom, ST_Transform(ST_SetSRID(ST_MakeBox2D(ST_MakePoint(-10801469.341034826, 3757032.814272983), ST_MakePoint(-10723197.824070806, 3835304.331237002)), 3857), 4326)),
this is the query statement i used based on the example provided
'SELECT ST_AsGeoJSON(geom) as the_geom_geojson FROM kenya_coverage WHERE ST_Intersects(geom, !bbox_4326!)
The text was updated successfully, but these errors were encountered:
server return an error regarding the query from the database
Error: error running query,Error: getaddrinfo ENOTFOUND,SELECT ST_AsGeoJSON(geom) as the_geom_geojson FROM kenya_coverage WHERE ST_Intersects(geom, ST_Transform(ST_SetSRID(ST_MakeBox2D(ST_MakePoint(-10801469.341034826, 3757032.814272983), ST_MakePoint(-10723197.824070806, 3835304.331237002)), 3857), 4326)),
this is the query statement i used based on the example provided
'SELECT ST_AsGeoJSON(geom) as the_geom_geojson FROM kenya_coverage WHERE ST_Intersects(geom, !bbox_4326!)
The text was updated successfully, but these errors were encountered: