Re: [pmapper-users] how to create plugin in pmapper

2009-02-19 Thread Armin Burger
thanks for pointing to it. I forgot that I wrote something quite some time ago... ;-) I'll add another link to this in the wiki. armin On 19/02/2009 10:37, Thomas Raffin wrote: Hi, A short introduction here: http://svn.pmapper.net/trac/wiki/FaqCustomizations#Plugins Thomas Armin

Re: [pmapper-users] how to create plugin in pmapper

2009-02-18 Thread Armin Burger
On 18/02/2009 16:17, Zaid Dawood Issa wrote: I need a manual to create and integrate a plugin with pmapper,the functionally of plugin si to hide and unhide the toc and reference map with one botton in the tool bar.I have develop the functionally of the plugin, but i have this function and

Re: [pmapper-users] search.xml

2009-02-16 Thread Armin Burger
If you combine all 9 shape datasets in 1 tileindex layer insetad of 9 separate layers (see http://mapserver.org/optimization/tileindex.html) then the search should go through all single shapes and retrieve all parcels. I think that also the suggest definition works (with connectiontype=ms) with

Re: [pmapper-users] search.xml

2009-02-16 Thread Armin Burger
records can be corrected. All personal messages express views only of the sender, which are not to be attributed to WTH Technology, Inc, and may not be distributed or copied without this statement. -Original Message- From: Armin Burger [mailto:armin.bur...@gmail.com] Sent: Monday

Re: [pmapper-users] Blanks in Layer Name

2009-02-15 Thread Armin Burger
On 15/02/2009 09:26, Rogers, Janet (SKM) wrote: Is there some other functionality that will not be supported if there are spaces in the Layer names? yes -- Open Source Business Conference (OSBC), March 24-25,

Re: [pmapper-users] Legend bug in MapToPDF

2009-02-03 Thread Armin Burger
On 03/02/2009 13:55, Jamie wrote: Hello list, I have found another little bug in “export map to PDF”. When layer have odd number of CLASS with odd number of symbols (in my case: layer “letiste” with 3 symbols), there is an error in formatting in legend in PDF, as you can see here:

Re: [pmapper-users] Querying problem with WMS

2009-02-03 Thread Armin Burger
On 03/02/2009 14:22, Andreas Haux wrote: Hi all, I have the following problem: - Querying one or two layers works without a problem, result is shown and so on - perfect. - I have added raster maps from a WMS service - as soon as I have activated the layer in the legend the query seems

Re: [pmapper-users] Problem with frame on IE

2009-02-03 Thread Armin Burger
Using frames became a bit... unusual... I could just assume that the usage of 'jQuery layout' is not working so well with frames. You could try using the alternate layout with 'map-plain-layout.phtml' and see if it works better. Or try iframes, just a few hours ago somebody wrote that they

Re: [pmapper-users] P.MAPPER 4.0 overrides rendering setting in map file?

2009-02-02 Thread Armin Burger
On 02/02/2009 13:04, Vladimir Cvejanovic wrote: I'm not able to find docs for v4. http://svn.pmapper.net/trac/wiki/DocQuickinstall http://svn.pmapper.net/trac/wiki/DocManual http://svn.pmapper.net/trac/wiki/XmlFileSettings http://svn.pmapper.net/trac/wiki/DocJsSettings

Re: [pmapper-users] PM 4.1 search

2009-01-29 Thread Armin Burger
On 29/01/2009 09:02, SeUr2000 wrote: I all, on version 3.1 I have modified function submitSearch on pmquery.js for to open a list of options for research. on version 4.1 I have tried to replicate the function submitSearch in pm.search.js but this is not no sign of response and the alert()

Re: [pmapper-users] Attribute query against ODBC MS Access

2009-01-28 Thread Armin Burger
It's not a question to identify if ODBC is used or not, but if *MS Access* is the backend ODBC source. Real databases understand correct SQL via ODBC and not the crude SQL/VBA mix MS defines ;-) armin On Wed, Jan 28, 2009 at 8:33 AM, dejan.gam...@pula.hr wrote: Hi, I have solved the problem

Re: [pmapper-users] Search OGR layer

2009-01-27 Thread Armin Burger
and whats's the problem with your settings? does your listed search config not work with map info files? do you get errors, no results? I converted the cities1eu shapefile from the demo data to tab format and everything works fine as with it in shapefile format. armin On 27/01/2009 12:36,

[pmapper-users] p.mapper 4.0 beta1 available

2009-01-20 Thread Armin Burger
Folks I have uploaded a first beta version of the new p.mapper. It's named to v4 since quite a lot changes make it not very much backward compatible with older configurations, so the new major version should also reflect this. Layout core has changed and Javascript libraries have been

Re: [pmapper-users] Spatial query for all layers in mapfile

2009-01-13 Thread Armin Burger
On 13/01/2009 09:23, Jamie wrote: Hello list, I have about 150 layers (SHP) in my mapfile. The basic layer is a cadastral map. The others are technical infrastructure, environmental thematic and so on. Now I would like to make a spatial query, where input should be a number of parcel from

Re: [pmapper-users] Query result

2009-01-10 Thread Armin Burger
The result is as you noticed transfered as JSON string. The description of the format and a better eradable sample output is available from the file incphp/query/json_query_doc.txt This should allow you to structure the code in the way you want by defining you custom Javascript function for

Re: [pmapper-users] can't get hyperlink to work

2009-01-10 Thread Armin Burger
On 10/01/2009 17:47, Aigars V wrote: Hi. I'm new with p.mapper. I add my own layer in pmapper_demodata, I get it to appear in TOC and map window, so far all is great. Now I want to get my hyperlink to work in Result window with my layer, I add RESULT_HYPERLINK ID2 to

Re: [pmapper-users] How to catch values from mapextent, layers opened and so on...

2008-12-16 Thread Armin Burger
this should be mainly a 1-liner of Javascript passing the session ID and the desired language, like a href=javascript:reloadMap('it')Load IT/a a href=javascript:reloadMap('de')Load DE/a with function reloadMap(language) { location = location.href.split('?')[0] + '?' + SID + 'language=' +

Re: [pmapper-users] Variable Substitution

2008-12-14 Thread Armin Burger
run-time substitution is CGI only, see http://mapserver.gis.umn.edu/docs/howto/runsub In Mapscript there are more flexible ways to achieve this. But you have to program it with Javascript and the Mapscript language. Armin On 13/12/2008 17:45, leandro leandro wrote: Hello all, I´m tring to

Re: [pmapper-users] Help needed with Load Balancing

2008-12-10 Thread Armin Burger
On 10/12/2008 07:41, Geografisches Informationssystem wrote: Hello, are there any experiences with pmapper and load-balancing or nlb (Apache mod_proxy_balancer)? I would like to realize a NLB with 2 pmapper installations (3.x). I switched the session handling to database (PostGres). Each

Re: [pmapper-users] next p.mapper proposal from ja

2008-12-10 Thread Armin Burger
On 10/12/2008 14:05, TTO wrote: 3) Integration I don't have a clue what you mean with that... sorry. For instance, print.xml is customized in the print of pdf in actual work. It is search.xml in the retrieval. In RESULT_HYPERLINK, pm_cjs.js. After that, config.ini and php_config.php.

Re: [pmapper-users] next p.mapper proposal from ja

2008-12-09 Thread Armin Burger
On 09/12/2008 15:09, TTO wrote: Hi all. # I cannot speak, write and read English well. Thank you for developing work. It uses it in Japanese, and it wants to describe a little inconvenient point, and to help some. It is likely to be able to help possibly. 1) XLS Export I want you

Re: [pmapper-users] Google Maps layer

2008-11-19 Thread Armin Burger
you could use Openlayers to overlay your data over google maps. A low resolution satellite image (~250 m) is available for download as Blue Marble from the Nasa (world coverage), or a medium resolution (30 m) from http://geotorrent.org/details.php?id=72 armin On 18/11/2008 23:53, Gabe wrote:

Re: [pmapper-users] How do zoom in on a polygon?

2008-11-19 Thread Armin Burger
On 19/11/2008 16:46, Leonardo Rodriguez Silva wrote: Thanks for your help¡¡ I realize an application in php, and need to integrate this application with pmapper. Exactly I am searching a function that allows to send a parameter , And that allows to do zoom For example a query like '

Re: [pmapper-users] How measure in meters?

2008-11-18 Thread Armin Burger
you cannot correctly measure in m when you projection is lat/lon if you do not use at least an approximation function, something like 'Distance on ellipsoid'. You could do a quire coarse calculation applying a factor in the config that converts from degrees to m, it will be ok for N-N but less

Re: [pmapper-users] Using FPDI with p.mapper TCPDF

2008-11-14 Thread Armin Burger
, [EMAIL PROTECTED] wrote: Thanks Armin, you made me happy for the end of the week :-) I have successfully used your newest printpdf.php with the newest TCPDF version 4.2.009. Now I have to try using FPDI with all this ... I hope I'll be able to do it alone regards, dejan Armin Burger [EMAIL

Re: [pmapper-users] Using FPDI with p.mapper TCPDF

2008-11-13 Thread Armin Burger
As a quick patch, I put a modified pdfprint.php on the SVN, so it should work better now with newer TCPDF http://svn.pmapper.net/trac/browser/pmapper/trunk/incphp/print/pdfprint.php?format=txt armin On 13/11/2008 21:58, Armin Burger wrote: For the actual dev version I replaced the odler

Re: [pmapper-users] Attribute search error - is this correct behaviour?

2008-10-30 Thread Armin Burger
very much regards, dejan Armin Burger [EMAIL PROTECTED] wrote on 30.10.2008 00:41:46: Layers that are not in the config.ini will very likely not work with various functions like queries since they are not referenced in the p.mapper layer and groups objects (thats different objects than pure

Re: [pmapper-users] pmapper+postgis

2008-10-30 Thread Armin Burger
http://svn.pmapper.net/trac/wiki/FaqDebugging On 30/10/2008 19:12, rodabadia wrote: Hi How to test the connection to the database that is set to file map. I can not see the map in the map viewer pmapper, because it shows the animation that asks expect to load the map but this never

Re: [pmapper-users] Reference map not shown

2008-10-29 Thread Armin Burger
You need to check the produced HTML output sent to the browser (right click - View Page Source) for the part with the reference map, there you'll see something like img id=refMapImg src=images/reference.png ... and you can check if this relative file path is existing. armin On 29/10/2008

Re: [pmapper-users] Attribute search error - is this correct behaviour?

2008-10-29 Thread Armin Burger
Layers that are not in the config.ini will very likely not work with various functions like queries since they are not referenced in the p.mapper layer and groups objects (thats different objects than pure Mapscript layers). Hence they produce errors when trying to read some specific

Re: [pmapper-users] Problem with starting p.mapper zoomed to a predefined extent

2008-10-23 Thread Armin Burger
Thats because you are very likely using cookies for PHP session variables. This is an every now and then upcoming issue on this list. Nobody however used the User Wiki to add something about this to the FAQ's. See in the manual http://svn.pmapper.net/trac/wiki/DocQuickinstall#PHP.INI and then

Re: [pmapper-users] Map vanishes after removing a raster layer

2008-10-20 Thread Armin Burger
do you have any knowledge about Mapserver and set up of map files? If not, try first to gain some knowledge there, otherwise you will very likely have not much fun with p.mapper. Test your map file with simple Mapserver-CGI tools or use the 'test_mapfile.phtml' script from the p.mapper /util

Re: [pmapper-users] R: zoom to features from external application

2008-10-20 Thread Armin Burger
= no, 1 = yes 1: set maximum map extent to feature extent, 0 = no, 1 = yes armin On 20/10/2008 10:17, Maarten G wrote: Hello, In the demo it is not possible to zoom to whole europe again after the zoom to italy How can I make it possible to zoom out again? Maarten Armin Burger-2

Re: [pmapper-users] Search XML with PostGIS

2008-10-17 Thread Armin Burger
Andreas have a look here http://svn.pmapper.net/trac/browser/pmapper/trunk/config/dev/search.xml If you do not need things like options/suggest then the definition should be quite straightforward: searchitem name=cities_pg description=City PG layer type=postgis name=cities1eu_pg

Re: [pmapper-users] Search XML with PostGIS

2008-10-17 Thread Armin Burger
in this e-mail is strictly forbidden. Am 17.10.2008 um 12:50 schrieb Armin Burger: Andreas have a look here http://svn.pmapper.net/trac/browser/pmapper/trunk/config/dev/search.xml If you do not need things like options/suggest then the definition should be quite straightforward

Re: [pmapper-users] Search XML with PostGIS

2008-10-17 Thread Armin Burger
) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Am 17.10.2008 um 12:50 schrieb Armin Burger: Andreas have a look here http://svn.pmapper.net/trac/browser/pmapper

Re: [pmapper-users] Disable mouse wheel

2008-10-08 Thread Armin Burger
it's defined in zoombox.js function omw(e) armin On Wed, Oct 8, 2008 at 10:12 AM, Bayu Kurniawan R [EMAIL PROTECTED] wrote: How to disable mouse wheel in pmapper so the map won't zoom in and zoom out when i scrool the mouse wheel Thanks -- Bayu Kurniawan R GIS Specialist

Re: [pmapper-users] R: zoom to features from external application

2008-10-08 Thread Armin Burger
all you need is to modify the function 'getMapInitURL()' in init/initmap.php to perform the query you need. For zooming to 2 countries you might be able to specify the full Mapserver query string in the URL with the default setting, but you need to know how to compose the query string, could be

Re: [pmapper-users] showing coordinates

2008-10-08 Thread Armin Burger
On 08/10/2008 18:05, Rony (PMPG) wrote: Hi Armin, hi all, I would like to change the symbols X Y, in the left bottom of mpa, to N E symbols when showing the coordinates. Where is the right place to take the change? Thanks in advance, Rony

Re: [pmapper-users] showing coordinates

2008-10-08 Thread Armin Burger
()) ... ... // Display in DIV over MAP $('#xcoord').html('E: ' + px); // + ' deg;'; $('#ycoord').html('N: ' + py); // + ' deg;'; But nothing changes Rony - Original Message - From: Armin Burger [EMAIL PROTECTED] To: Rony (PMPG) [EMAIL PROTECTED] Cc: Pmapper_users pmapper-users

Re: [pmapper-users] pmapper JOINing database table to layer

2008-09-30 Thread Armin Burger
On 30/09/2008 18:23, Ivan Mincik wrote: I am experimenting with joining database table from MS SQL to PostGIS layer. I have working setup of PEAR DB and MDB2. I am using currently MDB2 In mapfile there is RESULT_JOIN mssql://user:[EMAIL PROTECTED]/testgis||[EMAIL PROTECTED]@[EMAIL

Re: [pmapper-users] coordinate display

2008-09-14 Thread Armin Burger
On 14/09/2008 07:43, Wirote Laongmanee wrote: Dear list, I am upgrade pmapper to 3.2 on Windows. My coordinate is lat/lon, so I need more digit than round number display at bottom page. Version 3.1, I just config var rfactor = 3 in zoombox.js in displaycoordinates(), then it work but this

Re: [pmapper-users] pmapper scale

2008-09-14 Thread Armin Burger
On 14/09/2008 17:05, Victor Sterpu wrote: I use pmapper 3.2. If I use the measure tool and I create a line of the same line as the scalebar, the results do not match. To be precise the scalebar reports that segment should have 10.5 meters. The measure tool reports 14 meters. Acording to the

Re: [pmapper-users] special characters in search

2008-09-10 Thread Armin Burger
maybe this one here helps: http://sourceforge.net/mailarchive/forum.php?thread_name=38f711e40808131206s58d797f3kf96d5d4501c3d1fa%40mail.gmail.comforum_name=pmapper-users armin Original-Nachricht Datum: Wed, 10 Sep 2008 14:31:00 +0200 Von: Robert Walter [EMAIL PROTECTED] An:

Re: [pmapper-users] Combined Attribute Search configuration in search.xml

2008-09-10 Thread Armin Burger
Looking at the code it seems that the depending field definition has just been implemented for the suggest function, not for a second option block. If you need it you could create a ticket on the p.mapper trac system (I can set up an account for you) so this request won't get lost. Armin

Re: [pmapper-users] error with session_start

2008-07-27 Thread Armin Burger
On 25/07/2008 16:10, Luca Delucchi wrote: Hi, I'm a newbye about pmapper and I have a problem when a try to see the map, I use pmapper 3.2 on debian lenny; this is the log of error. Warning: session_start() [function.session-start]: open(/home/luca/sess_e76fd8d92d8165e77fd3ae98ad7b1ae6,

Re: [pmapper-users] firefox, iexplorer

2008-07-14 Thread Armin Burger
if you'd check your Javascript error log you could see an error [Break on this error] // ARRAY FOR ANNOTATIONS\n js_custom.php?PHP... (line 4) remove it and it should be ok also with FF, if you don't see the  characters swap the encoding (UTF - Latin1). armin On 14/07/2008 23:24, Cesar

Re: [pmapper-users] search for...

2008-07-12 Thread Armin Burger
seems there are a bit too many escaping backslashes added. Check your php.ini file for magic_quotes_gpc and magic_quotes_runtime and if they're set to On, try to set them to Off and see if the problem still appears. Armin On 12/07/2008 13:12, Salvator*eL*arosa wrote: pag66 wrote:

Re: [pmapper-users] how work dynlayer plugin ?

2008-07-09 Thread Armin Burger
On 09/07/2008 17:07, pag66 wrote: Hello anyone has used dynlayer plugin i interested in how this works. What's its made for? Thanks you first should think about what you want to achieve. Dynlayer (just working in current dev version) is intended to allow the addition of dynamic layers (e.g.

Re: [pmapper-users] Fw: P.MAPPER-ERROR: plugin directory '.../plugins/transparency' not existing

2008-07-08 Thread Armin Burger
On 08/07/2008 15:03, Lara Perez wrote: Hi, Thomas: Thanks for your reply. After all, I've realized I haven't got the jquery-latest.pack downloaded. By the moment, it works, but in the error log still appears the plugin transparency dont founded. ¿Can you tell me in wich of all the archives

Re: [pmapper-users] Legend icons

2008-07-08 Thread Armin Burger
/incphp/init/initmap.php, change line line 444 - 446 to //if ($writeNew == 1) { // $this-createLegendList(); //} On 08/07/2008 20:13, Mark wrote: Hi all I would like to disable the legend icons overwriting function, is this easily done? Many thanks in advance Mark

Re: [pmapper-users] Join postgis table

2008-06-25 Thread Armin Burger
On 25/06/2008 18:03, pag66 wrote: Hello everyone i wanto to join a posgtres table to a posdtgis table using a one to many relation, i mean one geographic point to many register in the other table how i could make this posible ? Thanks a lot you can either create a DB view or define the

Re: [pmapper-users] Problem with new Javascript

2008-06-25 Thread Armin Burger
every file with '.js' extension under the dirs /javascript/ or /config/.../ will be automatically loaded into the application. So just place you JS file there and its functions will be available. armin On 25/06/2008 16:11, khairul wrote: Hello Armin is it possible to add new javascript to

Re: [pmapper-users] Working With Plugins

2008-06-22 Thread Armin Burger
thanks, I added the patch to the SVN. armin On 20/06/2008 15:28, Chris Domangue wrote: Armin- Thanks for the quick response... everything seems to work just fine so far! One small change I had to make in export.shp.php that I wanted to share with everyone... Line 138 $defList[] =

Re: [pmapper-users] pmapper on HostGIS

2008-06-18 Thread Armin Burger
the prerequisites for p.mapper are PHP 5 and the PHP Mapscript module. If Hostgis has this then it will work. armin On 18/06/2008 01:28, Eduardo Ross wrote: Hi Armin, We want to move oour project from ms4w to linux. I've seen you have pmapper for debian and ubuntu. Because this is my

Re: [pmapper-users] alpha channel in pdf???

2008-06-10 Thread Armin Burger
On 10/06/2008 19:59, Salvator*eL*arosa wrote: I have the following error when trying to print the map in pdf format:FPDF error: Alpha channel not supported: /home/sam/www/mapserver/tmp/5b17b9796f42b6579f020cb6d071173c121312042709612.pngIn my mapfile I have a layer with alpha transparency,I

Re: [pmapper-users] Shift click to add to selection

2008-06-10 Thread Armin Burger
you can add in zoombox.js - doMouseUp(e) below this if (!refmapClick) { maction = varform.maction.value; this part if (e.shiftKey) { alert(Shift); return false; } else if (e.ctrlKey) { alert(CTRL); return false;

Re: [pmapper-users] Translation of string using language_xx.php affect postgis statement at mapfile

2008-06-09 Thread Armin Burger
Luigi the problem is related to the LABELITEM tag. Substitute in /incphp/initgroups.php line 159 $labelItem = _p($mapLay-labelitem); with the following $labelItem = $mapLay-labelitem{0} == @ ? _p(substr($mapLay-labelitem, 1)) : $mapLay-labelitem; The patch is also committed to latest-stable

Re: [pmapper-users] Query editor and postgis

2008-05-30 Thread Armin Burger
everybody can access the SVN, that's what it is for. Without a dedicated SVN client one can use the Trac browser, so downloading this file would be the URL http://svn.pmapper.net/trac/browser/pmapper/trunk/plugins/common/easyincludes.php?format=txt simple browsing starts at

Re: [pmapper-users] zoomQuery with a value using slashes

2008-05-30 Thread Armin Burger
fiorenontaglio, the slash '/' is a reserved character for URI's and needs to be encoded, otherwise you will get strange results for the interpretation of the URI. See eg. here http://en.wikipedia.org/wiki/Percent-encoding for some details of the encoding. Just define the search part like

Re: [pmapper-users] Pmapper 3.2.0 hangs

2008-05-30 Thread Armin Burger
update: it *is* your definition of the layer 'Colonias' and you have not checked your PHP error log that spits out a Mapserver warning. armin On 30/05/2008 20:49, Eduardo Ross wrote: Hi, I have this problem using 3.2.0. When I click on checkboxes for layer selection or when I zoom in or

Re: [pmapper-users] Zoom to UTM or Lat Long coord

2008-05-28 Thread Armin Burger
you can use the zoom2extent() function, arguments to pass are mainly the extent with 4 coordinates separated by a plus (+) sign, like zoom2extent('', '', 'minx+miny+maxx+maxy', '0') From a single point coordinate you need to set a buffer that defines the min/max values (4 coordinates) you

Re: [pmapper-users] tool frame

2008-05-19 Thread Armin Burger
On 19/05/2008 18:03, germana manca wrote: Good morning, I would like to change the frame of the toolset (zoom in, zoom out, etc) as it appears in the main frame of the example code, downloaded from the web site. don't understand exactly what you mean. The colors? Defined as most other

Re: [pmapper-users] pMapper plugin API?

2008-05-16 Thread Armin Burger
Ruslan thanks for the files. I will try to have a look on it the coming days. armin On 12/05/2008 13:45, [EMAIL PROTECTED] wrote: Hi Armin. I've made some changes to pmapper to implement some of the function to allow plugins to interfere to map drawing process. You can take a

Re: [pmapper-users] Accents on legend's pdf print

2008-05-16 Thread Armin Burger
as I mentioned in my mail before: the following is also working map2unicode = 1 when the map file is NOT in UTF-8 (but e.g. something like LATIN1) map2unicode = 0 when the map file is in UTF-8 encoding In both combinations you can use native non-ascii characters in the map file. armin On

Re: [pmapper-users] print pdf error

2008-05-15 Thread Armin Burger
you could try to set the maximum memory usage of a PHP script to a higher value in the php.ini for memory_limit. armin On 15/05/2008 17:38, [EMAIL PROTECTED] wrote: Hi, when i try to print pdf pmapper 3.2 shows this error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried

Re: [pmapper-users] Accents on legend's pdf print

2008-05-15 Thread Armin Burger
why don't you just use the normal non-ascii characters, without fiddling around with HTML entities (since UTF support of all browsers this should be a relict of the HTML stone age...)? p.mapper tries to work with most type of characters, the PDF print at least works with all Latin characters

Re: [pmapper-users] Help! How develop new application?

2008-05-05 Thread Armin Burger
maybe you should really once start reading the documentations. And I'd recommend strongly to read this http://svn.pmapper.net/trac/wiki/FaqDebugging and also this http://www.catb.org/%7Eesr/faqs/smart-questions.html Otherwise I doubt anybody will answer you. armin

Re: [pmapper-users] UTF-8 in Excel export

2008-05-04 Thread Armin Burger
Thanks for the hint. I haven't discovered the settings for encoding and was thinking the Excel 5 format does not support it. I will modify the code in the next days. armin On 03/05/2008 00:09, frequens wrote: After some fiddling If you want UTF-8 characters (e.g. pulled out of the

Re: [pmapper-users] when 3.3 will realse?

2008-05-04 Thread Armin Burger
On 04/05/2008 11:55, xiaobao zang wrote: when 3.3 will realse? once it will be ready ;-) - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to

Re: [pmapper-users] Query results in print output

2008-05-04 Thread Armin Burger
On 01/05/2008 09:53, Guido Magrini wrote: Hi All, I would like to insert the query results in print output, some suggest? Which file I have to modify? Thanks. Guido - This SF.net email is sponsored by the 2008

Re: [pmapper-users] Add Point of Interest, How to add Chinese character?

2008-04-30 Thread Armin Burger
On 30/04/2008 04:00, xiaobao zang wrote: Add Point of Interest,How to add Chinese character? It can only use English,Some can help me? - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this

Re: [pmapper-users] water mark

2008-04-29 Thread Armin Burger
On 29/04/2008 18:03, Rony (PMPG) wrote: Hi all, Does anybody know how to generate water mark (images or text) on the images in map view? Thanks, Rony - This SF.net email is sponsored by the 2008 JavaOne(SM)

Re: [pmapper-users] Adding mapurl to favorites

2008-04-11 Thread Armin Burger
see http://msdn2.microsoft.com/en-us/library/ms535926(VS.85).aspx armin On Fri, Apr 11, 2008 at 11:14 AM, Geografisches Informationssystem [EMAIL PROTECTED] wrote: Hi list, I've got a litte problem. I use my own function kp for assigning functions to keys. So I did with key f. This

Re: [pmapper-users] Changing zoom slider position (version 3.2)

2008-04-10 Thread Armin Burger
you have to modify the CSS style for it. Use a tool like Firebug with Firefox to identify the files that define it, should be in layout.css. armin On Thu, Apr 10, 2008 at 2:42 PM, Marcello Benigno [EMAIL PROTECTED] wrote: Hi All, How changing the slider to the left position in pmapper v.3.2?

Re: [pmapper-users] Help! How to add new language support?

2008-04-08 Thread Armin Burger
On 08/04/2008 14:18, xiaobao zang wrote: Help! Someone can tell me how to add new language support? Such as Simple Chinese ? use one of the language files under /incphp/locale/ and translate it to Chinese. like an example for French $_sl['Zoom To Layer'] = 'Zoom sur la couche'; the first

Re: [pmapper-users] Plugin coordinates

2008-04-02 Thread Armin Burger
did you check your php error log? maybe your projection cannot be found in the epsg file. then you should get an error like PHP Fatal error: [MapServer Error]: msProcessProjection(): no options found in 'init' file the plugin is not a fully-featured one, it's mainly intended to show how to

Re: [pmapper-users] 2 little problems with plugin mapSelect

2008-03-21 Thread Armin Burger
I made now some tests and could not reproduce neither of your problems. If I define in pmMapSelectSettings keepSession:false and in php.ini session.use-cookies is set to 0 then the default groups/layers are correctly activated after changing to another map. You can check that also by

Re: [pmapper-users] multiple search

2008-03-21 Thread Armin Burger
I already mentioned that you can check the query string applied on the shapefile. If I define the search like searchitem name=cities_2_fld description=City + Country code layer type=shape name=cities1eu field type=s name=NAME description=City wildcard=0 / field type=s name=ISO2_CODE

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread Armin Burger
to 2) this requires PHP v. 5.2.+, or you need to include the PECL extension 'JSON' to 1) and 3): Since I do not have a clue if you have modified anything and what your configs are I cannot say anything. armin On Thu, Mar 20, 2008 at 8:54 AM, frequens [EMAIL PROTECTED] wrote: Hi all, I am

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread Armin Burger
As for 3: as above, it zoomed and outlined (to) the selected shape (correctly not drawing any of the layers if min scale was set) even in the out of the box pmapper with demodata and no changes to config... so what should it do in your opinion? Just zoom to the maximum scale where this

Re: [pmapper-users] printing and exporting problem

2008-03-20 Thread Armin Burger
for sure there are ways to do it modifying the code, but you will need to investigate into it. armin On Thu, Mar 20, 2008 at 1:22 PM, frequens [EMAIL PROTECTED] wrote: As for 1. SimpleXMLElement::getName() was introduced in php 5.1.3, is there any way to run an older version of php and have

Re: [pmapper-users] multiple search

2008-03-20 Thread Armin Burger
set wildcard=0 (2 is just for options and suggest). In the debug log there is the query string used for the query. You can test it using is as FILTER tag for the layer. armin On Thu, Mar 20, 2008 at 3:35 PM, Walter Lorenzetti [EMAIL PROTECTED] wrote: Stefano Gambini ha scritto: thanks

Re: [pmapper-users] Problems with firefox 2.0.0

2008-03-19 Thread Armin Burger
yes, it's mainly tested with FF (usually problems appear with IE...) Try emptying cache and cookies and reload again. armin On 19/03/2008 16:47, Rony (PMPG) wrote: Hi list, Sorry for ask again, but i need to solve this issue. Does anybody knows if there is a problem using pmapper under

Re: [pmapper-users] Problems with firefox 2.0.0

2008-03-19 Thread Armin Burger
- Original Message - From: Armin Burger [EMAIL PROTECTED] To: Rony (PMPG) [EMAIL PROTECTED] Cc: Pmapper_users pmapper-users@lists.sourceforge.net Sent: Wednesday, March 19, 2008 2:14 PM Subject: Re: [pmapper-users] Problems with firefox 2.0.0 yes, it's mainly tested with FF (usually problems

Re: [pmapper-users] search.xml

2008-03-18 Thread Armin Burger
check the value of the session var 'PM_SEARCH_CONFIGFILE' and see if it corresponds with your config. armin On 18/03/2008 09:26, Eugenio Trumpy wrote: Hi to all! I've got a problem with a pmapper 3.1 project, in particular with search.xml files. I'm using a just one pmapper directory for

Re: [pmapper-users] Unable to view map while it generates successfully

2008-03-18 Thread Armin Burger
looks like it cannot get size parameters for the reference map. Try to write them out to a log file and see what values you get. armin On 15/03/2008 17:30, Ruslan A. Bondar wrote: Hi all. I'm using pmapper-stable downloaded 15 feb 2008. PHP version: 5.2.5 Postgres: 8.2.4 PostGIS: 1.3.2

Re: [pmapper-users] INTERLEACE=ON

2008-03-06 Thread Armin Burger
I never see any interlacing effect. The map image is *always* requested via x_load.php and it is loaded via JS that changes the src tag of the map image. armin On 06/03/2008 18:25, Ivan Mincik wrote: I am in one circle between x_load.php, function function updateMap(murl) from xmlhttp.js

Re: [pmapper-users] Problems with Hyperlinks

2008-03-06 Thread Armin Burger
you can create the required Javascript function 'openHyperlink()' in *any* JS file located under /javascript/ or the /config/.../ dir. Changing the function under /javascript/src/ will not help, the JS files there are not loaded. The release 3.2 and some previous betas use a single compressed

Re: [pmapper-users] INTERLEACE=ON

2008-03-06 Thread Armin Burger
I have some slight doubts that the images produced via Mapscript are really interlaced. At least with standard tools like irfanview or Gimp they do not have the tag 'interlaced'. But they have it if I create it with Gimp and the interlaced option or if I create the image with shp2img. Maybe a

Re: [pmapper-users] auto identify

2008-03-05 Thread Armin Burger
use a tool like Firebug and identify the DOM element for the identify 'window' and the CSS that defines the parameters like width/height, then modify them in the css file. armin Original-Nachricht Datum: Wed, 5 Mar 2008 17:24:19 + Von: Stefano Gambini [EMAIL PROTECTED]

Re: [pmapper-users] upgrading error

2008-03-04 Thread Armin Burger
type in the error msProcessProjection(): no system list in Google and you will find lot's of hits. All following errors are subsequent ones and result from the first. Not connected to your error, but I'd just recommend using p.mapper 3.2 even if it's not released as final (due to lack of time

Re: [pmapper-users] two issues

2008-03-04 Thread Armin Burger
On 04/03/2008 12:24, Stefano Gambini wrote: hi, I have these two issues: 1) shapefiles with length attributes of ex 0.72 meters are displayed in p.mapper as 7.2 e-001. Is there a way to show on p-mapper lenghts and areas in the original formats? I've never seen this, maybe depends on some

Re: [pmapper-users] SQL query with SHP

2008-03-03 Thread Armin Burger
to download and use latest Development version of pmapper-dev.zip http://www.pmapper.net/dl/pmapper-dev.zip, but also without any success. Any idea? Thanks JJ 2008/2/27, Armin Burger [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: you might want something like available

Re: [pmapper-users] Advanced printing

2008-02-23 Thread Armin Burger
There is no advanced printing available in the current version (everything that is commented out is not working, it will be removed for the final 3.2). Most HTML tags should work when defined as tags in the xml. something like @[Scale]@ means that everything inside the brackets is translated

Re: [pmapper-users] Pmapper optimization

2008-02-18 Thread Armin Burger
Cristian since p.mapper is just using standard MapScript functions to render geo-data there is nothing special compared to other Mapserver/Mapscript applications. So this question should be posted on the MS mailing list, or for Postgis layers, the Postgis list. In general, showing really

Re: [pmapper-users] pmapper behind proxy

2008-02-14 Thread Armin Burger
to see The map with firefox outside my network. Thank you. Armin Burger wrote: I thought this issue had been resolved sending always a non-empty post via AJAX. See /javascript/jquery/jquery.pmapper.js with $.ajaxSetup( { type: POST, data:dummy=dummy } ) Maybe it could

Re: [pmapper-users] pmapper behind proxy

2008-02-13 Thread Armin Burger
I thought this issue had been resolved sending always a non-empty post via AJAX. See /javascript/jquery/jquery.pmapper.js with $.ajaxSetup( { type: POST, data:dummy=dummy } ) Maybe it could help if the exact request can be identified I unfortunately cannot test this since I do not have any

Re: [pmapper-users] suggest

2008-02-13 Thread Armin Burger
This is unfortunately due to using the jQuery suggest plugin that did not foresee to have 2 or more suggest fields on a page. I will see for v 3.3 if and how it can be solved. There is in addition an issue with the caching that applies to all suggest fields and makes it useless currently using

Re: [pmapper-users] debian repository is not accessible

2008-02-01 Thread Armin Burger
should work for direct file access. Directory content listing is not possible though. armin On 01/02/2008 09:34, Ivan Mincik wrote: hi, there is Access forbidden at http://www.pmapper.net/dl/debian/ Ivan - This

<    1   2   3   4   5   6   7   8   9   >