-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I get the following error by renderd. I have found this in mapquest_inc/layer-text.xml.inc but don't know how to fix it.
Anyone know how to fix the issue?
Postgis Plugin: ERROR: invalid input syntax for integer: "A1"#12#012in executeQuery Full sql was: 'SELECT ST_AsBinary("way") AS geom,"name","place" FROM (select way,place,replace(replace(name,'(',''),')','') as name,ref#012 from planet_osm_point#012 where place in ('continent','country','county','state')#12 or (place in ('city','metropolis') and capital='yes' #12 and (admin_level is null or admin_level::integer < 4))#12 ) as placenames WHERE "way" && ST_SetSRID('BOX3D(-1252344.271424999 -1252344.271424999,11271098.442825 11271098.442825)'::box3d, 900913)'