you could use a modification of the mapselect plugin defining the start
up parameters as explained here:
http://svn.pmapper.net/trac/wiki/DocManual#Zoomtopre-definedextent
armin
On 18/12/2012 21:29, Serge Claudio Rafanoharana wrote:
> Dear All,
>
> Is there any plugins/ways that can bring to a
probably a bit tricky since the treeview plugin for jQuery sets all
styles and you would need to overwrite this.
You can do the following: add the following lines at the end of the last
block in the map_...phtml file inside the
... block:
function hideUnwantedLayers() {
$('#ligr
I wouldn't really say that p.mapper 5 is unstable. It's just not as
mature, tested, and complete as version 4. But most parts work fine. And
finally the worst remaining parts of the code like the queries have been
completely rewritten :-) And quite some small detail improvements that I
already
Dear all
thanks to Thomas Raffin who did most of the work for updating and
bug-fixing p.mapper 4, today I uploaded an export of the current
pmapper4 SVN trunk as release 4.3.0 on the sourceforge repositories.
Let me know in case there are any issues with this maintenance release.
Armin
--
I guess you do not want to define 4000 layers in your map file either...
In your case, independent of the p.mapper version you're using, you
should define 1 layer for all your tiff files, using the TILEINDEX
mechanism:
http://mapserver.org/optimization/tileindex.html
http://mapserver.org/i
I would guess that this is the same tool as already in the "plugin"
directory under "digitizepoints".
On 12/11/2012 09:48, Thomas RAFFIN wrote:
> Hi,
>
> Few years ago Niccolo Rigacci made that:
> http://old.nabble.com/PostGIS-digitizepoints-plugin-available-td25654305.html
>
> Maybe it could he
I would guess that there's a problem with the connection to the
database, you need to check the config parameters for this plugin,
especially the part related to the data source name (DSN). And you will
likely need either the DB2 or the MDB Pear package installed.
On 11/11/2012 05:14, Villo w
http://svn.pmapper.net/trac/wiki/DocManual#LayerTOLERANCEsettingsforQueries
On 30/10/2012 12:57, yllka baci wrote:
> Hello!
> I have a problem with the tool "Identify"
> I have a point layer, with some points on the map.
> When i click in a point symbol it dose not show me the information.
> What
On 25/10/2012 19:03, Armin Burger wrote:
> And I will soon set up a maintenance release of pmapper 4
forgot to add: Thanks to Thomas who provides all those patches in SVN!
armin
--
Everyone hates slow websites. So
On 25/10/2012 10:59, Raffaele Morelli wrote:
> AFAIC pmapper4 has serious trouble with latest php-mapscript (at least the
> one in debian testing/wheezy)
> In Mapserver 6.x some mapfile statements are changed and 5.x ones will
> broke 6.x, can't say if pmapper is affected too.
>
> regards
> -r
>
this a left-over from pmapper 4 that has still not been removed, you can
silently ignore it. Or just remove in lib/init/initmap.php -> function
_initConfig() the 3 lines starting with
if ($this->map->resolution != "96") {
On 24/10/2012 09:57, Raffaele Morelli wrote:
> hi,
> I am working on
if you just need one language then you can change directly "Map Default"
etc. to whatever you want. For multilingual applications it should be
defined as
configList:{'default': _p("Map Default"),
'dev': _p("Map Dev")
},
with the respective translat
know how to change there?
>
> thanks
>
>
> Em 16-10-2012 18:16, Armin Burger escreveu:
>> in the config XML file:
>>
>>
>> 1
>>
>>
>> 0.02
>>
>>
>> see http://svn.pmapper.net/trac/wiki/XmlFileSettings#query
>>
&
in the config XML file:
1
0.02
see http://svn.pmapper.net/trac/wiki/XmlFileSettings#query
On 16/10/2012 15:22, Pedro Costa wrote:
> Hi list,
>
> Can anyone tell me how do i set the maximum and minimum scale for zoom
> tools available in pmapper?
> With 'zoom tools' I mean the option to
On Tue, Sep 25, 2012 at 5:27 PM, Valerio wrote:
> Hi all,
> If I set a category name with spaces (es. in config xml file, commands like "show all
> layers" or the use category check don't work.
> Is there a way to fix it?. My problem is how to show in legend long
> category names.
> thank you
alternatively, you could create this type of image with the shp2img
utility from Mapserver. You can specify the needed parameters for
mapfile, size, extent, layers, etc via the command line arguments.
On Fri, Sep 21, 2012 at 5:52 PM, Thomas RAFFIN wrote:
> Hi,
>
> Did you try this plugins:
> htt
On 03/09/2012 23:20, Chris Jackson wrote:
> Hi all
>
> I just wondered if msplugin_mssql2008.dll derived layers can be queried and
> labelled in PMapper? I can get the points to display, but not able to
> retrieve attributes (when I click the select by shape the layer list on top
> right is empty)
Chris
you could play with the Javascript template settings for the query. Copy
the existing template from /javascript/src/query.js to your config
directory into the file custom.js like
$.extend(PM.Query,
{
queryTpl:
{
"table":
{"queryHeader": "",
"que
I recompiled the 2 packages removing the last line with blanks in the
INFO file. Please try again.
armin
On 02/07/2012 23:17, Giovanni Manghi wrote:
> Hi all,
>
> I was trying to install pmapper 4.2 as usual on Ubuntu using the repo
> described in the wiki but I'm getting
>
> E: /var/cache/apt/
no, from what I see in the code the "dependfld" is a fixed parameter.
You cannot easily add more of this type without modifying some PHP and
JS code. And it currently just works for type "suggest", not "options".
armin
On 25/06/2012 21:29, deivid menna wrote:
> Hello, can be added more fields d
I checked this "zoom to raster layer" and to my surprise it does seem to
work correctly, using e.g. Geotiff or Jpeg with world file for the
raster layer data.
a simple test is
// => adapt map file and layer name <=
$mapFile = "/path/to/test-mapfile.map";
$rLayerName = "test";
$map = ms_newMapO
doesn't work with raster layers since the respective Mapscript function
does not return anything for them. For Postgis layers neither, but there
it's at least possible querying Postgis directly and get the layer extent.
It would be possible to implement something for raster layers without
too m
or. Trouble is have a new project that has an initial extent
> that is really a bit big for a local grid projection, so just feeling
> out the options.
>
> Roll on v5!
>
> Cheers
> Chris
>
>
>
> On 29 May 2012 18:24, Armin Burger <mailto:armin.bur...@gmail.com&
I would suggest you try the query by point on your map file with the
sample script from
http://svn.pmapper.net/trac/export/1268/trunk/utils/queryByPoint.php
adapt the parts at the beginning where indicated.
Then you will see if it returns any results or not. If not ask this
questions better on
On 29/05/2012 09:30, Chris Jackson wrote:
> Hi all,
>
> Is it possible to have PMapper displaying the map in say Web Mercator and
> then measuring distances and areas from a local grid system?
>
in p.mapper 4.x not without some rewriting of functions in pm.draw.js
(and usage of proj4js). In p.map
the error log tells you quite exactly what's wrong. A layer object does
not have the property "units", hence you cannot set this. See
http://www.mapserver.org/mapscript/php/index.html#layerobj
for possible properties. Also I don't know what one could want to define
with a unit for a layer... "u
Thx for reporting back. I changed this now in the SVN
http://svn.pmapper.net/trac/changeset/1264
armin
On 18/04/2012 15:13, Miha Požauko wrote:
> Your modification works.
>
> The reason i'm using windows-1250 is because i had problems with dadabik
> application.
> But anyway it would be better
On 17/04/2012 13:53, Miha Požauko wrote:
> Armin thanks for your answer and sorry i didn't mention modifications in my
> first question.
>
> All modifications in code are now restored to default settings.
>
> Following your explanation i managed to get characters showing properly
> except when us
>
> en
> windows-1250
> 0
>
always use UTF-8 for defaultCharset if your language has other
characters than plain ASCII, and make your web server using UTF-8 as
default.
> To show characters like č, š, ž, Č, Š, Ž correctly in result window i
installed.
>
> But now I have this error, with which I don't know what to do:
>
> [error] [client 127.0.0.1] = P.MAPPER: DB ERROR =\nStandard
> Message: MDB2 Error: not found\nDBMS/Debug Message: no RDBMS driver
> specified
>
> Any idea?
>
>
>
&g
well, your operating systems already tells you the commands for
installing the missing packages ("apt-get install") ...
in addition, you can search for MDB2 on the wiki, there you'll get
e.g. a link to
http://svn.pmapper.net/trac/wiki/UpgradeOlderVersions
armin
On Thu, Apr 12, 2012 at 1:13
forgot this link (3 other TTF files for download):
http://www.nps.gov/hfc/carto/map-symbols.htm
On Wed, Apr 11, 2012 at 1:47 PM, Armin Burger wrote:
> you can find extensive information about the symbol system for Mapserver here:
> http://mapserver.org/mapfile/symbology/constructio
you can find extensive information about the symbol system for Mapserver here:
http://mapserver.org/mapfile/symbology/construction.html
(not sure, though, if already adapted to changes introduced in MS 6)
special symbols are best supplied via TTF fonts, some cartographic
TTF's are available here
On 06/04/2012 12:48, Miha Požauko wrote:
> I am curious what is the timeline toward stable pmapper 5 release?
>
There's no clear time line, road map, etc. The development of version 5
moves on, but the changes to include OL can be quite fundamental in some
areas. And I took the opportunity to r
fibm6233qinsc6&groups=countries,cities1eu,rivers&imgformat=png32&width=2049&height=567&bbox=-18047292.279619,1952506.2359473,22047292.279619,13047493.764053&crs=EPSG%3A900913
> "
> ?PHPSE...:900913
> "NetworkError: 400 Bad Request -
> http://localh
Serge
did you check your PHP error log? What do you get when you request the
URL directly in the browser (Firebug response, etc)?
In principal your tile URL should have the key with the PHP session ID
included, like
http://localhost/eclipse/pmapper-5-dev/lib/map/pmap/?PHPSESSID=itc05csqvrod1j4
> on pmapper4 are down now !?! You think that I must use only version 4 or
> only version 5 on my project?
> Thank for all
> Filippo
>
> -Messaggio originale-
> Da: Armin Burger [mailto:armin.bur...@gmail.com]
> Inviato: lunedì 26 marzo 2012 23:29
> A: Serge Clau
Rafanoharana wrote:
> Dear Armin,
>
> Any link for the updated pmapper_demodata? (water, urban,
> bluemarble_land_shallow_topo_21600.tif...)
>
> Regards,
> Serge
>
> On Mon, Mar 26, 2012 at 12:59 AM, Armin Burger <mailto:armin.bur...@gmail.com>> wrote:
>
&g
G:2154"),
> displayProjection: new OpenLayers.Projection("EPSG:2154"),
> ...
> };
>
> I've tried to add Proj4js and my "defs" for customs codes, but no dice...
>
> Le 26/03/2012 20:21, Armin Burger a écrit :
>> Hi Thomas
>>
>> I forgot pr
Hi,
>
> Does someone know how to add epsg codes definitions plz?
>
> Le 25/03/2012 19:59, Armin Burger a écrit :
>> Hi all
>>
>> since there was some interest expressed, I put a first sort of beta
>> version of p.mapper 5 for download at
>>
Giovanni, Paolo
thanks for the link. I will check them this evening and probably replace
the current demo data with those.
armin
On 26/03/2012 10:33, Giovanni Manghi wrote:
>
>> If someone can provide me with a link to a bigger bunch of freely
>> distributable geodata covering Europe or the wor
On 26/03/2012 06:41, Serge Claudio Rafanoharana wrote:
> Dear Armin,
>
> Any link for the updated pmapper_demodata? (water, urban,
> bluemarble_land_shallow_topo_21600.tif...)
>
> Regards,
> Serge
>
after I had added the additional data I discovered that they are not
redistributable... They are f
Hi all
since there was some interest expressed, I put a first sort of beta
version of p.mapper 5 for download at
http://www.pmapper.net/dl/pmapper5-beta1.zip
Some very basic config info is at
http://www.pmapper.net/dl/pmapper5_configuration.txt
The main new functionality is the integratio
Serge
I don't think anyone will be able to help him unless he reports at least
his settings used in the XML, and some decent JS reporting logs (from
Firebug or Chrome, not just the pretty useless IE stuff). Anything else
will just be shots into the dark...
armin
On 24/03/2012 10:45, Serge Cla
On 20/03/2012 19:45, Chris Jackson wrote:
> Hi all,
> I like the direction development is going with v5. My tuppence of wishes
> would be extension of ways to select data - either buffers, user drawn
> polygons, or even simple user uploaded polygon shapefiles.
query by polygon is already impleme
On 20/03/2012 13:05, Chris forum wrote:
> If I may throw an idea here, that would be to have a separate section
> for 'background' layers that you can select with radio buttons like in
> OpenLayers, in order to have only one of them selected at a time.
>
avoiding this weird separation between base
On 17/03/2012 12:38, G. Allegri wrote:
> Having an admin API would allow the configuration to be made through a web
> based UI, or even a desktop app. This would simplify/streamline the process
> of setting up and deploying maps and services for the end-user.
Hi Giovanni
I find the management
On 16/03/2012 16:35, Chris forum wrote:
> Sorry, sent it too fast... here again without errors:
>
> Sometimes there is a category that contains only one layer, e. g. in this
> example:
> http://www.pmapper.net/demo/p42/map_default.phtml?winsize=medium&language=en&config=default
>
> Category: Nature
On 16/03/2012 12:50, G. Allegri wrote:
> Hi,
> the idea to use Openlayers could give a new boost to Pmapper, which I find
> one of the best "technical oriented" WebGIS out there.
> This could give a chance to develop more on it. It's a long time I'm
> thinking to an admin API, for an example, but w
On 13/03/2012 05:32, Serge Claudio Rafanoharana wrote:
> Hi Armin and Andrea,
>>> Restricting access to some layers can be implemented without too much of
> work in a plugin that takes into account user privileges and removes
> layers not available for certain users.
>
> Another very interesting th
I do not set up any more stuff like roadmaps. If time permits I'm
working a bit on p.mapper. The next larger change that might happen is
an inclusion of OpenLayers for the part of the map navigation.
An ACL system would require also lots of stuff like user/password
management which is quite oft
try to use settings independent from the Linux standard directories to
avoid conflicts. Set the error log to a writable directory by www-data,
do not use apache log dirs, e.g.
error_log = /tmp/php_errors.log
If it works (which I would guess...) then you can set a correct
directory for it (and
just follow the installation instructions described here (especially the
ones listed as "IMPORTANT")
http://svn.pmapper.net/trac/wiki/DocQuickinstall
and it should be done
On 28/02/2012 16:29, Chris forum wrote:
> Hi all,
>
> First try with p.mapper, it looks very nice!
> OS: Ubuntu 11.04
> p.
On 22/02/2012 08:47, puja surya wrote:
>
> dear all
>
> now i use 2 apache : apache ms4w and xampp
> xampp for CI and ms4w for pmapper. with change port.
> and the question is
> how to use a pmapper ms4w work with apache xampp?, so that i can use apache
> xampp without apache ms4w.
>
> sorry for my
My apologies for the very late reply... It is working very well...
> great...
>
> Regards,
>
> Serge
>
>
>
>
> On Thu, Sep 22, 2011 at 2:01 AM, Armin Burger
> mailto:armin.bur...@gmail.com>> wrote:
>
> Serge
>
> I g
and in Firefox...
http://www.pmapper.net/demo/p42/map_plainlayout4.phtml?config=plainlayout4
(at least for me...)
On 17/02/2012 10:52, Serge Claudio Rafanoharana wrote:
> It is also working in Opera...
>
>
> On Fri, Feb 17, 2012 at 4:36 PM, Pedro Costa wrote:
>
>> I found the problem...It is th
you have to put the string field also in quotes, like
'[PolyType]' = 'SQUARE’
On 09/02/2012 04:56, John Beck wrote:
> Dear List,
>
> I am trying to use FILTER in my mapfile. I am using this expression
>
> FILTER ([PolyType] = 'SQUARE’ and [PolyID] = 9)
>
> I have two fields in my shapfile (Poly
On 08/02/2012 18:09, George Owusu wrote:
> Dear All,
>
> Do I have to install mapserver before installing pmapper? In case I
http://lmgtfy.com/?q=installing+p.mapper&l=1
> want to use Debian& Ubuntu packages, do I have to install mapserver
> first?
http://lmgtfy.com/?q=+p.mapper+Debian+%26+Ubu
separate host until I finish all the upgrade work.
>
> Once again thanks for your help.
>
> Paul
>
>
>
>
>
> -Original Message-
> From: Armin Burger [mailto:armin.bur...@gmail.com]
> Sent: Thursday, February 02, 2012 1:50 PM
> To: pmapper-users@list
Error 500 "Internal Server Error" is most of the time related to either
PHP errors or Apache crashes etc, usually logged in PHP and Apache error
logs.
I never use any more PHP as CGI, so I cannot say anything specifically
to that. Quite likely that running as CGI Apache does not catch and log
On 02/02/2012 10:41, Eric Omwanza wrote:
> I run pmapper 4.0, it works comfortably in earlier versions of both mozilla
> 1.5.0.3& chrome im sure its not an issue to do with
> mapscripts/postgis/mapserver as i have cleaned all the errors however
> latest versions of mozilla& chrome hang displacing
your guess should be correct, I think you're missing the projection to
be passed to the server. Try adding another metadata tag like
"wms_srs" "EPSG:25830"
armin
On 01/02/2012 23:10, Isabel González wrote:
> Hi!
>
>
> I am a novice in pmapper and mapserver world and I have little practice in
ID=dhn4omlm9jke8d5pmq11ht95g1&config=default
>
> **
>
> this is the error log:
>
> [28-Jan-2012 10:42:46] P.MAPPER debug info
> PDF printing settings
> Array
> (
> [author] => Armin Burger
> [pdftitle] => p.mapper
> [d
Preslav
I think this 2-level loop was typical for earlier versions of Mapserver,
sometime in version 5.6 they should have switched to another mechanism.
I'm not sure if the various subversions of 5.6.x launch the query in the
same way. In my opinion this main version was messed up for the query
On 24/01/2012 07:29, Andreas Douvalis wrote:
> Sorry for my mistakes! Again my question:
>
> Why in Search definition via XML we have to write dsn string?
>
> I think it is more convenient to construct dsn string from connection string
> of
> layer in map file.
> In other case I have to maintain t
the test for attribute search is now updated to work with both MS 5.6
and 6, it's the link Thomas mentioned.
I guess in your case you need more the test for query by point (used in
the identify function), check the following file and adapt map file
name, layer name and x/y as needed:
http://sv
you can try the following:
add in your custom.js under your /config/your-config/ directory (usually
'default') the following lines
$.extend(PM.Query,
{
getQueryResult: function(qurl, params) {
$.ajax({
type: "POST",
url: qurl,
data: params,
Zlatomir
I do not have lots of experience with this OGR layer type. In order to
narrow it down you need to analyze error logs, mainly PHP and Apache.
There is a FAQ item for this
http://svn.pmapper.net/trac/wiki/FaqDebugging
If I check the identify function with Firebug, 2 call types cause "50
use tools like Firebug with Firefox to check which css files define the
styles of the various elements, you can test the desired settings there
as well.
armin
On 20/01/2012 16:56, Siki Zoltan wrote:
> Dear Salo,
>
> check the toc.css in the templates directory. I suppose you should change
> #t
Did you follow the advice of Thomas?
using &zoomQuery=NAME@1@Italy@1@0
I don't completely understand your problem since the description is
lacking some details. Looks like it could be related to "sticky"
sessions (when enabling cookies for the session). Add a line in your
config xml file under
> changes in order to do what I was looking for ie. adding support for
> custom (human-readable) column names and definition in query results
> based on layer's metadata.
in case you haven't found it yet, the column names can be defined in the
metadata for each layer using the tag "RESULT_HEADERS
Francois
in order to use the non-compressed JS files you need to define the path
in the config XML to
javascript/src
Which will then use the single files from the "src" dir.
The "compression" of the files was done with a PHP script from the
utilities folder, now not any more included in the r
just run "mapserv -v" for your compiled Mapserver CGI and if it does not
contain "OUTPUT=PNG" then the support for PNG is missing. Or you have
some broken dependencies, check also the apache error log for
segmentation faults if you use MS 6.0. It has a re-written/re-structured
PHP Mapscript cod
g... in addition, we can generate the map file using other
> application so the INCLUDE part would be very helpful...
>
> Cheers,
>
> Serge
>
>
> On Fri, Dec 9, 2011 at 11:26 AM, Armin Burger wrote:
>
>> nothing directly available like that. Also to me it would no
nothing directly available like that. Also to me it would not make much
of sense adding a shape-based layer to the application without
specifying some layer details (classes & legend, field names for
identify, definition of category, search functions for the new layer, etc).
One possibility to
On 08/12/2011 16:02, Serge Claudio Rafanoharana wrote:
> Dear all,
>
> Is there a way to set the thickness of a line or outlinecolor because the
> default one in pmapper 4.2 is thicker than in the previous pmapper say 4.1
> or 4.0?
>
> Thank you,
>
that's not related to p.mapper but to the MapServ
On 07/12/2011 13:37, Sentot Kurniawan wrote:
> Hello,
>
> Why I have this error message :
>
> " Warning: ms_newMapObj(): [MapServer Error]: getSymbol(): Parsing error
> near (type):(line 158) in
> C:\ms4w\apps\pmapper\pmapper-4.2.0\incphp\globals.php on line 66 Fatal
> error: Uncaught exception '
there was an un-initalized variable under some circumstances (depending
on view settings for units). I fixed it years ago in the AV project for
creating the extension but seem not to have updated the .avx file in the
utils directory. Try the updated version at
http://svn.pmapper.net/trac/export
On 01/12/2011 21:14, Luís de Sousa wrote:
> So just to make it clear: p.mapper absolutely needs MapServer installed,
> right?
what would you expect from a project that's described as "A MapServer
PHP/MapScript Framework"...?
;t works with MapServer 5.6 and
> postgis layers.
>
> Le 01/12/2011 19:38, Armin Burger a écrit :
>> that's just half correct. p.mapper 4.2 works with both MS 6 and 5.x,
>> p.mapper 4.1 just with MS 5.x
>>
>> armin
>>
>>
>> On 01/12/2011 17:4
.2.x is for use with MapServer 6.x, and earlier
> versions of pMapper (<4.1.1) are for Mapserver 5.x.x.
>
> Regards!
> Pedro Venâncio
>
>
>
>
>
> - Original Message -
> From: Armin Burger
>
> 2011/12/1 Luís de Sousa:
>> Thank you Giovanni, you seem
2011/12/1 Luís de Sousa :
> Thank you Giovanni, you seem to be everywhere!
>
> Which package and repo are we talking about? Why isn't this mentioned
> in the "quick" install guide?
>
it is, just go down to the bottom of the page (or see the link in the TOC)
http://svn.pmapper.net/trac/wiki/DocQui
I just had a look at the code and it could also be done adding the x/y
coordinates as property to the Query object, this requires overwriting
PM.Query.showQueryResult()
and adding there the lines
var geoCoords = PM.ZoomBox.getGeoCoords(mx, my);
this.geox = geoCoords.x;
this.geoy
just a small additional comment to Thomas' suggestions:
instead of changing x_info.php directly I would recommend defining via
the JS variable (e.g. set in js_config.php)
PM.Query.xInfoPHP
the path to a PHP script used for getting the query results in the way
you need it. This custom PHP scri
On 28/11/2011 20:11, Albert Bonsoms wrote:
> Tengo diferentes proyectos con pmapper instalado en windows, con dos o
> tres capas WMS y unas 10 capas de shp, y es curioso la lentitud que tiene
> para recuperar las capas seleccionadas, es normal esta lentitud, es mas
> rapido instalando el pmapper
I don't think it's possible to have some generic figures. It depends on
data and data organization, scale dependency, number of layers to
process for 1 map request, processing power of the server and number of
CPU cores, connection bandwidth, etc.
Also what is the definition of "concurrent user
Serge
The MS4W package is mainly for testing and quick installation of a
sample application.
You should use the normal zip package and install it as described in the
wiki for generic installation (see especially the quick install
description) for real applications.
I would not use the MS4W co
On 25/11/2011 09:36, Serge Claudio Rafanoharana wrote:
> Hi all,
>
> I would like to know the way how to set up 2 pmapper in one server. I
> remember that I need to change the name of httpd_pmapper.conf and also the
> config_default.xml but cannot get it or did I miss some other
> configurations?
>
you should know JS programming and especially using
jQuery.
armin
On 22/11/2011 03:51, salo wrote:
>
> Hi Armin, how can I work it for each layers' group?
>
>
> Kind regards!
>
>
>
> Armin Burger wrote:
>>
>>
>>
>> On 20/11/2011 18:02, salo
On 20/11/2011 20:07, DAHU wrote:
> Hi !
>
> i see on snv.pmapper.net that it is possible to add sub-category to a
> category in the toc.
then you know more than me... I'm not aware of that this is possible,
but maybe there's a plugin for it...
On 20/11/2011 18:02, salo wrote:
>
> Hello,
>
> I want to turn off automatically the other layers, when I turn on any layer.
> How I can do it?
>
> Thanks!
--
All the data continuously generated in your IT infrastructure
Salo
replace the custom.js with the one from here
http://svn.pmapper.net/trac/export/1234/trunk/pmapper/config/default/custom.js
and then swap the comments for lines 14/15. If you need some more
specific you need to modify the code accordingly.
armin
On 20/11/2011 17:44, salo wrote:
>
> Thank
Laura
is the definition of your DATA tag for the PG layer in the map file
everything in a single line? If not, try to put it into a single line,
it should work then. Otherwise let me know.
armin
On 11/11/2011 19:03, Laura Larghero wrote:
>
> Hello, I'm working on MapServer 5.6, pmapper4.1
> Ev
On 10/11/2011 13:17, Albert Bonsoms wrote:
> Tengo un proyecto que me funciona perfectamente con pmapper 4.0.0, quiero
> que me funcione con pmapper 4.2.0 y me sale el siguiente error.
>
>
> Warning: ms_newMapObj(): [MapServer Error]: loadOutputFormat():
> OUTPUTFORMAT clause references driver GD
you need to define 2 DB fields used for the OPTIONS, one for the key
used for the search and one for the displayed value, they can be the
same if you do not want to use an ID field, like
... SELECT DISTINCT nombre, nombre FROM ...
On 07/11/2011 20:14, salo wrote:
>
> Hello everyone,
>
> I have
On 06/11/2011 13:09, market...@tin.it wrote:
> Hi to all,
>
> I write here because I have a problem with .mdb source-data files. When I
> use .dbf files queryeditor, identify and autoidentify plugin functions run
> normally. Instead if I use as source an .mdb file and configured as
> CONNECTIONTYPE
Serge
if you can live with a display of lat/lon in decimal degrees then it's
quite straightforward:
- add to your config_.xml the plugin
proj4js
- uncomment the following parts in js_config.php
Proj4js.defs["EPSG:3035"]="+proj=laea +lat_0=52.
+lon_0=10.000 +x_0=4321000 +y_0
nstall the plug-in but you can
> see the icon but I can't see the "download" I read all post but I don't
> understand if shape export work or not.
also here check the error logs, could be related to this:
http://svn.pmapper.net/trac/wiki/UpgradeInfo#dBasefunctions
Filippo
2 suggestions for improvements:
1) adapt the value for scales and slider min scale (they have the
default ones for a European scale...)
10
PM.scaleSelectList = [...]
2) optimize the raster display for the ortho photos:
- create overviews for Tiff files, if necessary reproject
Filippo
IE 6 will not work with p.mapper > 4.0, this I can confirm. The problem
is the missing debugging functionality for Javascript in IE, so finally
I gave up.
IE 7 and 8 should work though, IE 9 I have not yet used so I cannot say
anything about that, in principal it should work.
I would
101 - 200 of 1327 matches
Mail list logo