Re: [pmapper-users] [errors] pmhighlight et al.
Brought to you by:
arminburger
From: Armin B. <arm...@gm...> - 2014-11-18 17:45:04
|
Raffaele thanks already for extending the wiki. I will try to add a few changes towards p.mapper 4 config that I still remember. On 11/18/2014 01:55 PM, Raffaele Morelli wrote: > On 18/11/14 at 01:25pm, Armin Burger wrote: >> I would just roughly guess you have a definition of a group in the XML >> file under <categories> that is then not defined under <olThemes>. >> You could try to use the console logging in PM.Control.PMToc.js wher >> line 500 seems to give this error. >> Uncomment the line 497 and change it to >> console.log(grpName, grp); >> and see for which group name it returns a null object for grp. > > "solved", I commented the raster layer in the mapfile buf forgot to comment out > the xml. as I said, a few more checks are needed to catch errors. I will have a look these days. > BTW this still occurs > > PM.config default js_session.php:148 > Resource interpreted as Image but transferred with MIME type image/: > "http://localhost/pm5/lib/map/pmhighlight/?&width=1917&height=1372&bbox=-568…6,-19319204.430107,20928457.127271&crs=EPSG%3A900913×tamp=14163151369". > (index):1 > Resource interpreted as Image but transferred with MIME type image/: > "http://localhost/pm5/lib/map/pmhighlight/?&width=1486&height=1200&bbox=-125…89,16543826.243852,19240727.542969&crs=EPSG%3A900913×tamp=14163151378". > should now be fixed, see http://svn.pmapper.net/trac/changeset/1361 |