Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal server error 500 #31

Open
mapsgeek opened this issue Apr 20, 2017 · 1 comment
Open

internal server error 500 #31

mapsgeek opened this issue Apr 20, 2017 · 1 comment

Comments

@mapsgeek
Copy link

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!)

@summer4096
Copy link

Looks like it's failing to connect to your database server. Can you share the javascript code you're using to set up Tilesplash?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants