Re: [mapserver-users] Uncaught exception 'MapScriptException'

2016-08-29 Thread Carlos Ruiz
Ankur, Did you check the values that the $extent_to_set array have ? Are they numbers ? Because the error message explains "mapObj::setExtent() expects parameter 1 to be double, string given". From: ankur chitranshi To: mapserver-users

Re: [mapserver-users] mapcache question

2016-08-29 Thread thomas bonfort
As the error message says, your xml is invalid (any text editor with syntax highlighting will help you). This is not related to mapcache itself. -- thomas On 28 August 2016 at 19:45, Jukka Sirviö wrote: > > Hi, > Thank you all for good answers and suggestions, Thomas

Re: [mapserver-users] mapcache question

2016-08-29 Thread thomas bonfort
There's no on the fly reprojection of an exisiting cache, so to be able to serve the same tileset/layer under multiple SRSs you'll need to have one cache per srs/grid. -- thomas On 25 August 2016 at 15:33, Travis Kirstine wrote: > Unrelated question: Can

[mapserver-users] Uncaught exception 'MapScriptException'

2016-08-29 Thread ankur chitranshi
Dear All, How to resolve this error, *Fatal error*: Uncaught exception 'MapScriptException' with message 'mapObj::setExtent() expects parameter 1 to be double, string given' in C:\ms4w\Apache\htdocs\indore\index.php:26 Stack trace: #0 C:\ms4w\Apache\htdocs\indore\index.php(26):

Re: [mapserver-users] mapcache question

2016-08-29 Thread Guillaume Sueur
Hi, Actually it just says there is an error in your mapcache.xml file (or maybe apache can't even access/read it). Check the files rights, check the file itself, and you should find what the problem is. Best regards Guillaume Le 28/08/2016 à 19:45, Jukka Sirviö a écrit : > > Hi, > Thank you