Re: [pmapper-users] add photos in search result

2014-02-28 Thread Serge Claudio Rafanoharana
Hi,

One option is to add one field in your attribute data which will contain a
link to each photo. Then you click the link to open the image in a specific
window (similar as help window). However, each image should be associated
with a specific file.

Hope this helps.

Cheers,
Serge


On Thu, Feb 20, 2014 at 12:03 AM, harpinder singh <
harpinde...@rediffmail.com> wrote:

> Hello,
>
> I have a point shapefile and some photographs. is it possible to show
> photos along the attribute data for each point in the result window ?.
> Photographs need to be shown while using the identity tool also.
>
> regards,
>
> Harpinder singh
>
> Scientist-SC
>
> Punjab Remote Sensing Centre,
>
> P.A.U. Campus,
>
> Ludhiana, Punjab.
>
> harpinde...@rediffmail.com
>
> Tel: 0161-2303484
>
> Fax: 0161-2303483
>
> --
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] query editor - text coloumns - no records selected - final

2014-01-07 Thread Serge Claudio Rafanoharana
Hi,

Your MS4W version is fine (even with pmapper 5). Just download and copy the
pmapper folder into htdocs or apps.

Cheers,
Serge


On Fri, Jan 3, 2014 at 7:34 PM, Thomas RAFFIN  wrote:

> And maybe ask in the MS4W mailing list if you need more recent update.
>
> Le 03/01/2014 12:33, Thomas RAFFIN a écrit :
> > Search the mailing list: I think it has already been explained here
> > (just a zip to add to your current MS4W or something like that).
> >
> > Le 03/01/2014 12:23, harpinder singh a écrit :
> >> Thanks for the reply,
> >>
> >>
> >>
> >> I will try the new package, But please let me know how to upgrade my
> ms4w with the latest
> >>
> >> pmapper, pmapper-dev.zip.
> >>
> >>
> >>
> >> Also regarding the link you had sent, i have tried the modifications in
> the x_queryeditor.php
> >>
> >> file but only two string options work: 'equal' and 'different' .
> >>
> >>
> >>
> >> rest options 'start with', 'ends with', 'contain' and 'does not
> contain' do not work. any
> >>
> >> solution.
> >>
> >>
> >>
> >>
> >>
> >> part of the x_queryeditor.php is as follows:
> >>
> >>
> >>
> >> // SHP :
> >>
> >> if ($layerType == 1) {
> >>
> >> $_REQUEST['layerType'] = 'shape';
> >>
> >> $_REQUEST['firstFld'] = $firstFld;
> >>
> >>
> >>
> >>
> >>
> >> $modifiedQueryTmp =
> preg_replace("/([^\[]*)\[([^\]]*)\]\s*([^\s]*)\s*'([^']*[^\\\])'/", "$1 \"
> >>
> >> [$2]\" $3 '$4'", $modifiedQueryWithoutEOL);
> >>
> >>
> >>
> >> $modifiedQueryTmp = str_replace(" LIKE ", " = ", $modifiedQueryTmp);
> >>
> >>
> >>
> >> $modifiedQueryTmp = str_replace(" ILIKE ", " =*", $modifiedQueryTmp);
> >>
> >> $modifiedQueryTmp = str_replace(" LIKE ", " =~ ", $modifiedQueryTmp);
> >>
> >> $modifiedQueryTmp = str_replace("/'%", "/", $modifiedQueryTmp);
> >>
> >> $modifiedQueryTmp = str_replace("%'/", "/", $modifiedQueryTmp);
> >>
> >> $modifiedQueryTmp = str_replace("/'", "/^", $modifiedQueryTmp);
> >>
> >> $modifiedQueryTmp = str_replace("'/", "$/", $modifiedQueryTmp);
> >>
> >>
> >>
> >>
> >>
> >> regards
> >>
> >> harpinder
> >>
> >>
> >>
> >> On Fri, 03 Jan 2014 15:08:56 +0530  wrote
> >>
> >>> Hi,
> >>
> >>
> >>
> >>
> >>
> >> As Thomas referred, you should try the last version of pmapper.
> >>
> >>
> >>
> >> If you're not into it, you can have a look at this post
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> .
> >>
> >>
> >>
> >> It might help you.
> >>
> >>
> >>
> >> Regards.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> Sylvain.
> >>
> >>
> >>
> >> harpinder singh wrote
> >>
> >>
> >>
> >>> Hello!
> >>
> >>
> >>
> >>> I am using
> >>
> >>
> >>
> >>> MapServer 4 Windows - version 3.0.6 on windows XP.
> >>
> >>
> >>
> >>> pmapper 4.3.1 - BUILD 2013-04-04
> >>
> >>
> >>
> >>> PHP 5.4.3
> >>
> >>
> >>
> >>> MapServer CGI 6.0.3
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>> I am using shapefiles for my project. The problem is that when i query
> >>
> >>> text columns in the
> >>
> >>
> >>
> >>> query editor, no record are selected. But, when I use numeric field
> >>
> >>> queryeditor is working
> >>
> >>
> >>
> >>> fine.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>> Log of numeric column giving no error:
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>> [03-Jan-2014 07:39:45] P.MAPPER debug info
> >>
> >>
> >>
> >>> Parameters for REQUEST array
> >>
> >>
> >>
> >>> file: query.php->q_execAttributeQuery
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>> Array
> >>
> >>
> >>
> >>> (
> >>
> >>
> >>
> >>> [operation] => query
> >>
> >>
> >>
> >>> [layername] => mogavill
> >>
> >>
> >>
> >>> [layerType] => shape
> >>
> >>
> >>
> >>> [query] => [AREA] new
> >>
> >>
> >>
> >>> [externalSearchDefinition] => 1
> >>
> >>
> >>
> >>> [mode] => search
> >>
> >>
> >>
> >>> [layerName] => mogavill
> >>
> >>
> >>
> >>> [firstFld] => AREA
> >>
> >>
> >>
> >>> [qStr] => (([AREA]q_execAttributeQuery
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>> Array
> >>
> >>
> >>
> >>> (
> >>
> >>
> >>
> >>> [operation] => query
> >>
> >>
> >>
> >>> [layername] => mogavill
> >>
> >>
> >>
> >>> [layerType] => shape
> >>
> >>
> >>
> >>> [query] => [VILLAGE_NA] LIKE 'M%'
> >>
> >>
> >>
> >>> [selectMethode] => new
> >>
> >>
> >>
> >>> [externalSearchDefinition] => 1
> >>
> >>
> >>
> >>> [mode] => search
> >>
> >>
> >>
> >>> [layerName] => mogavill
> >>
> >>
> >>
> >>> [firstFld] => VILLAGE_NA
> >>
> >>
> >>
> >>> [qStr] => (( "[VILLAGE_NA]" = /^M/))
> >>
> >>
> >>
> >>> )
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>> Kindly provide a solution as it is urgent. I think the problem is with
> the
> >>
> >>> query string, but
> >>
> >>
> >>
> >>> not able to solve it.
> >>
> >>
> >>
> >>>
> --
> >>
> >>> Rapidly troubleshoot problems before they affect your business. Most IT
> >>
> >>> organizations don't have a clear picture of how application performance
> >>
> >>> affects their revenue. With AppDynamics, you get 100% visibility into
> your
> >>
> >>> Java,.NET, & PHP application. 

Re: [pmapper-users] pmapper5 demo working 50%

2013-11-28 Thread Serge Claudio Rafanoharana
Dear Pillograsso and All,

It seems that version 5 is working great on Linux system, but not on
Windows yet. My config:

   - Windows 7, ms4w 3.0.6
   - Apache 2.2.22  (with OpenSSL 0.9.8t)
   - PHP 5.4.3
   - GDAL 1.9.1
   - MapServer CGI 6.0.3 at
/cgi-bin/mapserv.exe

I am also using ms4w to try it and I also get this red appearance on the
map. I think there is a map which is selected by default. To remove this
red thing, we can just right click on the map and choose "clear selection".
I haven't found yet where the problem comes from.

I also noticed that the print map works well on the demo posted by Armin (
http://www.pmapper.net/demo/pmapper-5.0-beta2/) but on Windows, error
occurs. It says "... *printmap.php* on line *85" *with a blank map. It only
loads the template with this text.

My last point is about swithching to "singletile" layer. From both Armin's
demo and my local machine, they just show a blank page with a small cracked
image in the middle of the page. Sometimes with this red appearance (sort
of selected also I guess).

Cheers,
Serge



On Tue, Nov 19, 2013 at 11:13 PM, pillograsso  wrote:

> Hi to all
>
> I have the same problem as Surman i find to use pmapper 5.0. I have a big
> cracked red image, because i can't find the path of shape file.
>
> http://93.64.59.245/pmapperbeta/index.phtml
>
>
> Can you help me?
> Pleaseee
> Thanks
>
>
>
>
> --
> View this message in context:
> http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pmapper5-demo-working-50-tp4024999p4025408.html
> Sent from the pmapper-users -- p.mapper users mailing list mailing list
> archive at Nabble.com.
>
>
> --
> Shape the Mobile Experience: Free Subscription
> Software experts and developers: Be at the forefront of tech innovation.
> Intel(R) Software Adrenaline delivers strategic insight and game-changing
> conversations that shape the rapidly evolving mobile landscape. Sign up
> now.
> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Northarrow for printing / downloading

2013-03-15 Thread Serge Claudio Rafanoharana
Hi All,

Thank you and sorry for the late reply. I made it a couple of month ago
just by adding a layer northarrow.

Cheers,
Serge

On Thu, Mar 14, 2013 at 10:35 PM, Chris forum  wrote:

> Just noticed the arrow was inside the legend area when the latter is at
> the right position:
>
>
> //North Arrow on map
>  $northArrow = $this->pdfSettings['north_arrow'];
>   $imsize = getimagesize($northArrow);
>   list($pixw, $pixh) = $imsize;
>   $northArrowWidth = $pixw * $redFactor2;
>   $northArrowHeight = $pixh * $redFactor2;
>
>   //move arrow to the left if the legend is at the right position
>   $legendPos = $this->pdfSettings['legendposition'];
>   if ($legendPos == "R") {
> $this->Image($northArrow,
> $this->xLegStart-$northArrowWidth-10, $this->topLineY+10, 0,
> $northArrowHeight);
> }
>  else {
> $this->Image($northArrow, $this->xmaxM-$northArrowWidth-10,
> $this->topLineY+10, 0, $northArrowHeight);
> }
>
>
> **beware of the missing 'h' in my last message: $nortArrowWidth and
> $nortArrowHeight
>
>
>
> On Thu, Mar 14, 2013 at 3:55 PM, Chris forum  wrote:
>
>> Hi guys,
>>
>> Do the following in order to have a north arrow on your PDF print:
>>
>> 1) /common/print.xml
>> Add the following line into the  tag
>> ./images/logos/northarrow.png
>>
>> 2) /incphp/print/pdfprint.php
>> Add the following lines into the printPDF function, likely at the end
>> //North Arrow on map
>> $northArrow = $this->pdfSettings['north_arrow'];
>> $imsize = getimagesize($northArrow);
>> list($pixw, $pixh) = $imsize;
>> $nortArrowWidth = $pixw * $redFactor2;
>> $nortArrowHeight = $pixh * $redFactor2;
>> $this->Image($northArrow, $this->xmaxM-$nortArrowWidth-10,
>> $this->topLineY+10, 0, $nortArrowHeight);
>>
>> If you want a bigger arrow, replace $redFactor2 with $redFactor.
>>
>> Cheers,
>> Chris
>>
>>
>> On Tue, Jan 22, 2013 at 5:20 PM, Serge Claudio Rafanoharana <
>> rafanohar...@gmail.com> wrote:
>>
>>> Dear Chris,
>>>
>>> Thanks, I'll give it a try.
>>>
>>> Cheers,
>>> Serge
>>>
>>>
>>> On Tue, Jan 22, 2013 at 9:33 PM, Chris forum wrote:
>>>
>>>> Hi Serge, Thomas,
>>>>
>>>> As I don't really like having a north arrow on my map, I have added the
>>>> north arrow for the printing only.
>>>> So far it only works for the HTML printing, I am working on the PDF
>>>> print now and will let you know when (if) I get it to work.
>>>>
>>>> In /config/common/print.xml, inside the print_map_image DIV, add:
>>>> >>> alt="north_arrow" style="position:absolute; right:10px; top:10px"/>
>>>>
>>>> Chris
>>>>
>>>>
>>>> On Tue, Jan 22, 2013 at 3:21 PM, Serge Claudio Rafanoharana <
>>>> rafanohar...@gmail.com> wrote:
>>>>
>>>>> Dear Thomas,
>>>>>
>>>>> Changing the STATUS to ON and adding the layer in config resolved the
>>>>> problem. Meaning that I have to check/uncheck to enable/disable it. I
>>>>> don't
>>>>> know what's wrong with the STATUS DEFAULT.
>>>>>
>>>>> Both gif and png work fine. Other symbols (circle...) work fine as
>>>>> well. I
>>>>> think I will make this layer always ON (checked) and users would not be
>>>>> able to check or uncheck it. I think it is possible but I need to
>>>>> figure it
>>>>> out (I forget).
>>>>>
>>>>> Thank you,
>>>>>
>>>>> Cheers,
>>>>> Serge
>>>>>
>>>>> On Tue, Jan 22, 2013 at 8:54 PM, Thomas RAFFIN 
>>>>> wrote:
>>>>>
>>>>> > Yes, try with  SYMBOL 'circle'
>>>>> >
>>>>> > Le 22/01/2013 14:43, Serge Claudio Rafanoharana a écrit :
>>>>> > > Dear Thomas,
>>>>> > >
>>>>> > > What do you mean with other symbol? Do you mean change the
>>>>> > > STYLE
>>>>> > >SYMBOL 'northarrow'
>>>>> > >
>>>>> > > to something like
>>>

Re: [pmapper-users] search.xml with postgis - invalidJSON in pmapper v4.2.0

2013-03-04 Thread Serge Claudio Rafanoharana
Dear Suman,

I just had a quick view of you code and I think you should make the name
"lower case"; and refer to this hint:
":HINT:  No function matches the given name and argument types. You might
need
to add explicit type casts."

Please have a look at: http://svn.pmapper.net/trac/wiki/DocManualsearch

Cheers,
Serge

On Sun, Mar 3, 2013 at 5:17 PM, Suman  wrote:

> Hi all Pmapper User
> I am using ms4w v3.0.6. , mapserver v6.0.3, PHP v5.4.3. and pmapper 4.2.0.
> When I run a query on a PostGIS table I can see suggestions but when i
> click
> them no any response.
> This is my inline search.xml
>
> --
> 
> $
>
> 
> 
> 
>  minlength="1" startleft="1" sort="asc" dependfld="gid">
>  encoding="UTF-8">pgsql://postgres:postgres@localhost:5432/gisdb
> SELECT DISTINCT name
> FROM public.tbl_utility WHERE name ~* '^[search]' ORDER BY name
> 
> 
> 
> 
> 
>
> ---
>
> and i found in chrome console invalid JSON
>
> Invalid JSON: 
> Warning:  pg_query(): Query failed: ERROR:  function xmin(box3d) does not
> exist
> LINE 2:  xmin(box3d(geom)),
>  ^
> HINT:  No function matches the given name and argument types. You might
> need
> to add explicit type casts. in
> C:\ms4w\apps\newbrt\biratnagar\incphp\query\squery.php on line 712
> 
> Warning:  pg_numrows() expects parameter 1 to be resource, boolean given in
> C:\ms4w\apps\newbrt\biratnagar\incphp\query\squery.php on line 716
> {"mode":"search", "queryResult":0}
> pm_cjs.js:38
>
>
> http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-search-xml-with-postgis-invalidJSON-td2790207.html#a4025076
> <
> http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-search-xml-with-postgis-invalidJSON-td2790207.html#a4025076
> >
> i tried all above given suggestions but i cant solve this problem.. plz
> help
> me..
>
> suman
>
>
>
> --
> View this message in context:
> http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/search-xml-with-postgis-invalidJSON-in-pmapper-v4-2-0-tp4025077.html
> Sent from the pmapper-users -- p.mapper users mailing list mailing list
> archive at Nabble.com.
>
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Northarrow for printing / downloading

2013-01-22 Thread Serge Claudio Rafanoharana
Dear Chris,

Thanks, I'll give it a try.

Cheers,
Serge

On Tue, Jan 22, 2013 at 9:33 PM, Chris forum  wrote:

> Hi Serge, Thomas,
>
> As I don't really like having a north arrow on my map, I have added the
> north arrow for the printing only.
> So far it only works for the HTML printing, I am working on the PDF print
> now and will let you know when (if) I get it to work.
>
> In /config/common/print.xml, inside the print_map_image DIV, add:
>  alt="north_arrow" style="position:absolute; right:10px; top:10px"/>
>
> Chris
>
>
> On Tue, Jan 22, 2013 at 3:21 PM, Serge Claudio Rafanoharana <
> rafanohar...@gmail.com> wrote:
>
>> Dear Thomas,
>>
>> Changing the STATUS to ON and adding the layer in config resolved the
>> problem. Meaning that I have to check/uncheck to enable/disable it. I
>> don't
>> know what's wrong with the STATUS DEFAULT.
>>
>> Both gif and png work fine. Other symbols (circle...) work fine as well. I
>> think I will make this layer always ON (checked) and users would not be
>> able to check or uncheck it. I think it is possible but I need to figure
>> it
>> out (I forget).
>>
>> Thank you,
>>
>> Cheers,
>> Serge
>>
>> On Tue, Jan 22, 2013 at 8:54 PM, Thomas RAFFIN  wrote:
>>
>> > Yes, try with  SYMBOL 'circle'
>> >
>> > Le 22/01/2013 14:43, Serge Claudio Rafanoharana a écrit :
>> > > Dear Thomas,
>> > >
>> > > What do you mean with other symbol? Do you mean change the
>> > > STYLE
>> > >SYMBOL 'northarrow'
>> > >
>> > > to something like
>> > > STYLE
>> > >SYMBOL 'circle'
>> > > ?
>> > >
>> > > I tried with gif but it is the same, nothing.
>> > > Yes, it is the last layer declared in the map file. I have no problem
>> > > with other layers.
>> > >
>> > > PS: no php error.
>> > >
>> > >
>> > > Cheers,
>> > > Serge
>> > >
>> > >
>> > > On Tue, Jan 22, 2013 at 7:54 PM, Thomas RAFFIN > > > <mailto:traf...@sirap.fr>> wrote:
>> > >
>> > > Else the other objects will be drawn
>> > >
>> > >
>> > >
>> > >
>> > >
>> > > --
>> > > Serge
>> >
>> >
>> >
>> --
>> > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>> > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>> > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>> > MVPs and experts. ON SALE this month only -- learn more at:
>> > http://p.sf.net/sfu/learnnow-d2d
>> > ___
>> > pmapper-users mailing list
>> > pmapper-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
>> >
>>
>>
>>
>> --
>> Serge
>>
>> --
>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>> MVPs and experts. ON SALE this month only -- learn more at:
>> http://p.sf.net/sfu/learnnow-d2d
>> ___
>> pmapper-users mailing list
>> pmapper-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>>
>
>


-- 
Serge
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Northarrow for printing / downloading

2013-01-22 Thread Serge Claudio Rafanoharana
Dear Thomas,

Changing the STATUS to ON and adding the layer in config resolved the
problem. Meaning that I have to check/uncheck to enable/disable it. I don't
know what's wrong with the STATUS DEFAULT.

Both gif and png work fine. Other symbols (circle...) work fine as well. I
think I will make this layer always ON (checked) and users would not be
able to check or uncheck it. I think it is possible but I need to figure it
out (I forget).

Thank you,

Cheers,
Serge

On Tue, Jan 22, 2013 at 8:54 PM, Thomas RAFFIN  wrote:

> Yes, try with  SYMBOL 'circle'
>
> Le 22/01/2013 14:43, Serge Claudio Rafanoharana a écrit :
> > Dear Thomas,
> >
> > What do you mean with other symbol? Do you mean change the
> > STYLE
> >SYMBOL 'northarrow'
> >
> > to something like
> > STYLE
> >SYMBOL 'circle'
> > ?
> >
> > I tried with gif but it is the same, nothing.
> > Yes, it is the last layer declared in the map file. I have no problem
> > with other layers.
> >
> > PS: no php error.
> >
> >
> > Cheers,
> > Serge
> >
> >
> > On Tue, Jan 22, 2013 at 7:54 PM, Thomas RAFFIN  > <mailto:traf...@sirap.fr>> wrote:
> >
> > Else the other objects will be drawn
> >
> >
> >
> >
> >
> > --
> > Serge
>
>
> --
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Northarrow for printing / downloading

2013-01-22 Thread Serge Claudio Rafanoharana
Dear Thomas,

What do you mean with other symbol? Do you mean change the
STYLE
 SYMBOL 'northarrow'

to something like
STYLE
 SYMBOL 'circle'
?

I tried with gif but it is the same, nothing.
Yes, it is the last layer declared in the map file. I have no problem with
other layers.

PS: no php error.


Cheers,
Serge


On Tue, Jan 22, 2013 at 7:54 PM, Thomas RAFFIN  wrote:

> Else the other objects will be drawn





-- 
Serge
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Northarrow for printing / downloading

2013-01-22 Thread Serge Claudio Rafanoharana
Dear Thomas,

Yes, I have the SYMBOL:

SYMBOL #North Arrow
 NAME "northarrow"
 TYPE pixmap
 IMAGE "../../images/northarrow.png"
END

and here is my layer:

LAYER
 NAME "northarrow"
 METADATA
 DESCRIPTION "North arrow"
 END
 STATUS DEFAULT
 #TRANSFORM lr
 TRANSFORM cc
 TYPE POINT
 FEATURE
 POINTS
 0 0
 END
 END

 CLASS
 STYLE
 SYMBOL 'northarrow'
 SIZE 50
 #OFFSET -20 -30
   OFFSET 0 0
 END
 END
END

but nothing happens. No error. Firebug gives no error.

PS: I have "northarrow_i0.png" inside "...\images\legend\" folder which is
18x14 pixels.

Cheers,
Serge

On Tue, Jan 22, 2013 at 6:37 PM, Thomas RAFFIN  wrote:

> Hi,
>
> There should be something wrong with your symbol. It should works.
>
> Your symbol definition have to be included in your mapfile of course,
> and the path is relative to tour mapfile (then if not found here, to the
> "shapepath"), or absolute.
>
> Here is and example of a "pixmap symbol":
> SYMBOL
>  NAME "your_symbol_name"
>  TYPE pixmap
>  IMAGE "relative_path_from_your_mapfile/northarrow.gif"
> END
>
> Test ideas:
> - try with a vectorial symbol you have already use in layers...
> - test with "TANSFORM cc" and "OFFSET 0 0" : the symbol should be in the
> center of map's image
>
> Le 22/01/2013 12:07, Serge Claudio Rafanoharana a écrit :
> > Dear Thomas,
> >
> > Thanks for your reply. I added this layer but nothing happens. I tried
> > to modify the TRANSFORM and OFFSET but nothing...
> >
> > I am just wondering about this part:
> > SYMBOL 'your_symbol_name'
> >
> > I added my symbol inside the "...\config\common\symbols\" which is a
> > png file and changed my "your_symbol_name" accordingly. Is that right?
> >
> > Is there any other configurations to be done?
> >
> > PS: the page doesn't give any error.
> >
> > Thanks again,
> > Serge
> >
> >
> > On Tue, Jan 22, 2013 at 2:59 PM, Thomas RAFFIN  > <mailto:traf...@sirap.fr>> wrote:
> >
> > Hi,
> >
> > To include a noth arrow on every image (UI, printing and
> > download), you
> > could add this layer in your mapfile :
> > LAYER
> >  NAME "NorthArrow"
> >  METADATA
> >  DESCRIPTION "North arrow"
> >  END
> >  STATUS DEFAULT
> >  TRANSFORM lr
> >  TYPE POINT
> >  FEATURE
> >  POINTS
> >      0 0
> >  END
> >  END
> >  CLASS
> >  STYLE
> >  SYMBOL 'your_symbol_name'
> >  SIZE 50
> >  OFFSET -20 -30
> >  END
> >  END
> > END
> >
> > No need to add it in your catégories / groups, because it has "STATUS
> > DEFAULT".
> >
> > Just adapt the "TRANSFORM" and "OFFSET" values.
> >
> > Thomas
> >
> > Le 22/01/2013 03:35, Serge Claudio Rafanoharana a écrit :
> > > Dear All,
> > >
> > > Is there any way to include a northarrow for downloading /
> > printing in
> > > pmapper 4.2 or 4.3?
> > > Or if you can let me know which file should I modify?
> > >
> > > Best regards,
> > >
> >
> >
> >
> --
> > Master Visual Studio, SharePoint, SQL, ASP.NET <http://ASP.NET>,
> > C# 2012, HTML5, CSS,
> > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills
> > current
> > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> > MVPs and experts. ON SALE this month only -- learn more at:
> > http://p.sf.net/sfu/learnnow-d2d
> > ___
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > <mailto:pmapper-users@lists.sourceforge.net>
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
> >
> >
> >
> > --
> > Serge
>
>
> --
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, C

Re: [pmapper-users] add layer by user

2013-01-22 Thread Serge Claudio Rafanoharana
Dear Eman,

I am not sure exactly what you are trying to do, but try to look at the
layerselect plugin.

Hope it can help.

Cheers,
Serge

On Tue, Jan 22, 2013 at 4:32 PM, Eman Sayed  wrote:

> Hi all,
> i am using pmapper 4.1 and i have diffrent indexes layers with diffrent
> scales.
> i can't add them all at the same time.i want to make a combo box include
> the layers names and let the user add the layer he wants by selecting it's
> name, can any one help me.
> thanks alot
>
> --
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Northarrow for printing / downloading

2013-01-22 Thread Serge Claudio Rafanoharana
Dear Thomas,

Thanks for your reply. I added this layer but nothing happens. I tried to
modify the TRANSFORM and OFFSET but nothing...

I am just wondering about this part:
SYMBOL 'your_symbol_name'

I added my symbol inside the "...\config\common\symbols\" which is a png
file and changed my "your_symbol_name" accordingly. Is that right?

Is there any other configurations to be done?

PS: the page doesn't give any error.

Thanks again,
Serge


On Tue, Jan 22, 2013 at 2:59 PM, Thomas RAFFIN  wrote:

> Hi,
>
> To include a noth arrow on every image (UI, printing and download), you
> could add this layer in your mapfile :
> LAYER
>  NAME "NorthArrow"
>  METADATA
>  DESCRIPTION "North arrow"
>  END
>  STATUS DEFAULT
>  TRANSFORM lr
>  TYPE POINT
>  FEATURE
>  POINTS
>  0 0
>  END
>  END
>  CLASS
>  STYLE
>  SYMBOL 'your_symbol_name'
>  SIZE 50
>  OFFSET -20 -30
>  END
>  END
> END
>
> No need to add it in your catégories / groups, because it has "STATUS
> DEFAULT".
>
> Just adapt the "TRANSFORM" and "OFFSET" values.
>
> Thomas
>
> Le 22/01/2013 03:35, Serge Claudio Rafanoharana a écrit :
> > Dear All,
> >
> > Is there any way to include a northarrow for downloading / printing in
> > pmapper 4.2 or 4.3?
> > Or if you can let me know which file should I modify?
> >
> > Best regards,
> >
>
>
>
> --
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Northarrow for printing / downloading

2013-01-21 Thread Serge Claudio Rafanoharana
Dear All,

Is there any way to include a northarrow for downloading / printing in
pmapper 4.2 or 4.3?
Or if you can let me know which file should I modify?

Best regards,

-- 
Serge
--
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Categories and sub-categories

2013-01-09 Thread Serge Claudio Rafanoharana
Dear Armin and All,

Is it possible with pmapper 4 to have a second sub-categories? Something
like:
Cat1
-sub-cat11
--sub-sub-cat111
--sub-sub-cat112
-sub-cat12
--sub-sub-cat121
--sub-sub-cat122
Cat2
...

Like in pmapper 5, we have the domain.

Cheers,
Serge
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] link / plugin / any solution that brings to a specific extent

2012-12-19 Thread Serge Claudio Rafanoharana
Dear Armin and Zoltan,

Thanks for your replies. Zoltan's suggestion was an alternative but I think
the mapselect plugins is the right option. The readme file of the plugin
was not so detailed which made me a little bit confused but now it's
working. And this is what I was expecting.

Thanks.
Serge

On Wed, Dec 19, 2012 at 3:49 AM, Armin Burger wrote:

> 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 specific extent. Let's say
> > the default extent is covering the whole country, and the link/button
> will
> > bring/zoom to a specific province within the country.
> >
> > Thanks,
> >
> > Cheers,
> > Serge
> >
> --
> > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> > Remotely access PCs and mobile devices and provide instant support
> > Improve your efficiency, and focus on delivering more value-add services
> > Discover what IT Professionals Know. Rescue delivers
> > http://p.sf.net/sfu/logmein_12329d2d
> > ___
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
>
>
>
> --
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] link / plugin / any solution that brings to a specific extent

2012-12-18 Thread Serge Claudio Rafanoharana
Dear All,

Is there any plugins/ways that can bring to a specific extent. Let's say
the default extent is covering the whole country, and the link/button will
bring/zoom to a specific province within the country.

Thanks,

Cheers,
Serge
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Categories containing layers but not expand

2012-12-18 Thread Serge Claudio Rafanoharana
Dear All,

I would like to ask whether it is possible or not to have a category
containing for example 5 layers with the expand button/symbol (the sign +
in front of the category) disabled. I mean I only want the category's name
while all 5 layers active but people would not be able to see those layers.
I hope you understand what I need.

Cheers,
Serge
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] pmapper 5 issues (singletile, print)

2012-12-09 Thread Serge Claudio Rafanoharana
Dear Armin and All,

I just installed the pmapper5 beta2 a couple of days ago.
When I swich from the map default to singletile, I got:
Internal Server Error
-The server encountered an internal error or misconfiguration and was
unable to complete your request.
-Please contact the server administrator, ad...@example.com and inform them
of the time the error occurred, and anything you might have done that may
have caused the error.
-More information about this error may be available in the server error log.
I tried it many times but always the same error.

For the printing, like you (Armin) said that the pdf and external" tiled
layers (like OSM) are missing, how about "Create print page" not creating
the pdf? here it always gives me the default view even if I check and
uncheck some other layers.

Thanks,
Serge
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Hyperlink for same values to different pages

2012-11-30 Thread Serge Claudio Rafanoharana
Dear Eduardo,

Try to comment the line 12 and do not forget to add the METADATA in your
map file for the specific layer.

e.g.

METADATA
"NAME" "pais_siembra_pl"
"DESCRIPTION" "Pais Siembra Pl"
"RESULT_FIELDS" "... depends on your attribute..."
"RESULT_HEADERS" "...depends on your attribute..."
"RESULT_HYPERLINK" "NOM"
  END # METADATA

Hope it will help you.

Cheers,
Serge




On Fri, Nov 30, 2012 at 8:32 PM, Eduardo Bieñkowski wrote:

> Hi all
>
> I have the same problem in the file custom.js
> Do not open the link even though the syntax is correct
>
> my code is:
>
> $.extend(PM.Custom,
> 7 {
> 8// Sample Hyperlink function for result window
> 9openHyperlink: function(layer, fldName, fldValue) {
> 10switch(layer) {
> 11case 'pais_siembra_pl':
> 12if (fldName == 'NOMBRE') {
> 13var linkUrl = 'http:/' + '/en.wikipedia.org/wiki/'
> + fldValue;
> 14  //  window.open(linkUrl, 'wikiquery');
> 15this.openHyperlinkDialog(linkUrl);
> 16//}
> 17break;
> 18
> 19default:
> 20alert ('Vea la funcion en custom.js: ' + layer + ' - '
> + fldName + ' - ' + fldValue);
> 21}
> 22},
>
>
> Regards
>
>
>
>
--
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Hyperlink for same values to different pages

2012-11-30 Thread Serge Claudio Rafanoharana
Hi Armin and All,

I would like to know whether it is possible or not to have different link
for the same field value.

Example: I have a field NAME. I want to create a link for the result from
this field. The problem is that I have some cases where the values of NAME
are the same. However, I want to point them to different pages.

NAMEFIRSTNAME
SimonCruze
SimonBlake
Marc  Blake

and I want the link to be on the field NAME.

Thanks,
Serge
Re: How to open the hiperlinks in the same dialog box of pmapper?[image:
Click to flag this post]

by Armin Burger  Nov
21, 2011; 12:13am :: Rate this Message:



-
Use ratings to moderate (? )

Reply  |
Print| View
Threaded | Show Only this
Message
 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:

>
> Thanks Serge,
>
> But really, I want is to show the following funtion (custom.js) as a
> pmapper's dialog box, please help me!
>
>
>  // Sample Hyperlink function for result window
>  openHyperlink: function(layer, fldName, fldValue) {
>  switch(layer) {
>  case 'mpios':
>  //if (fldName == 'CITY_NAME') {
>  window.open('http:/' + '/en.wikipedia.org/wiki/' +
> fldValue, 'wikiquery');
>  //}
>  break;
>
>  default:
>  alert ('See function openHyperlink in custom.js: ' +
layer +
> ' - ' + fldName + ' - ' + fldValue);
>  }
>  },
>
> ---
>
> Salo
>
> Sypou wrote:
>>
>> Hi Salo,
>>
>> To do that, you need to check and know how pmapper deals with the dialog
>> box.
>>
>> You can give it a try by adding the same functions and scripts let's say
>> similar to help.
>>
>> - pm.pmapper.jsinjavascript/src->  add dialog (line 242)
>> and
>> open dialog (line 360)
>> - js_configinconfig/default->  Tool link elements (line
>> 196)
>> - language_eninincphp/locale  ->  depending on the language you
use
>> - yourfile.phtml under your main site folder  ->  you can refer to the
>> help.phtml
>>
>> Hope it can help.
>>
>> Serge
>>
>>
>>
>> On Fri, Nov 18, 2011 at 5:45 PM, salo  wrote:
>>
>>>
>>> Hello everyone,
>>>
>>> I want to open a hiperlink in same dialog box that pmapper use to open
>>> search, help, etc.
>>>
>>> Please help me!
>>>
>>> Thanks!
>>>
>>> Salo.
>>>
>>>
>>> --
>>> View this message in context:
>>>
http://old.nabble.com/How-to-open-the-hiperlinks-in-the-same-dialog-box-of-pmapper--tp32865640p32865640.html
>>> Sent from the pmapper users mailing list archive at Nabble.com.
>>>
>>>
>>>
>>>
--

>>> All the data continuously generated in your IT infrastructure
>>> contains a definitive record of customers, application performance,
>>> security threats, fraudulent activity, and more. Splunk takes this
>>> data and makes sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-novd2d
>>> ___
>>> pmapper-users mailing list
>>> pmapper-users@...
>>> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>>>
>>
>>
>>
>> --
>> Serge
>>
--

>> All the data continuously generated in your IT infrastructure
>> contains a definitive record of customers, application performance,
>> security threats, fraudulent activity, and more. Splunk takes this
>> data and makes sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-novd2d
>> ___
>> pmapper-users mailing list
>> pmapper-users@...
>> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>>
>>
>
... [show rest of
quote

Re: [pmapper-users] Help pmapper and postgresql

2012-11-12 Thread Serge Claudio Rafanoharana
Hi Armin,

I checked and it is the same with the plugin digitizepoints.

Thanks,
Serge

On Tue, Nov 13, 2012 at 1:34 AM, Armin Burger wrote:

> 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 help you...
> >
> > Thomas
> >
> > Le 12/11/2012 09:24, Serge Claudio Rafanoharana a écrit :
> >> Dear All,
> >>
> >> Is that possible with pmapper? even for shapefile I am interested. I am
> >> just wondering about the attribute, if it is possible to add the POI,
> how
> >> can we define its attribute?
> >>
> >> Thanks,
> >> Serge
> >>
> >> On Sun, Nov 11, 2012 at 4:21 AM, Villo  wrote:
> >>
> >>> Hi, I'm Fernando from Argentina. I wanted to know if you know how to
> make
> >>> in
> >>> pmapper to put a point of interest, it is recorded in postgresql.
> >>> Thanks, Greetings.
> >>> Disculpen si no es bueno mi inglés pero usé el traductor de google :-)
> >>> Fernando.
> >>> --
> >>> View this message in context:
> >>>
> http://old.nabble.com/Help-pmapper-and-postgresql-tp34664335p34664335.html
> >>> Sent from the pmapper users mailing list archive at Nabble.com.
> >>>
> >>>
> >>>
> >>>
> --
> >>> Everyone hates slow websites. So do we.
> >>> Make your web apps faster with AppDynamics
> >>> Download AppDynamics Lite for free today:
> >>> http://p.sf.net/sfu/appdyn_d2d_nov
> >>> ___
> >>> pmapper-users mailing list
> >>> pmapper-users@lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >>>
> >>
> >>
> >
> >
> >
> --
> > Everyone hates slow websites. So do we.
> > Make your web apps faster with AppDynamics
> > Download AppDynamics Lite for free today:
> > http://p.sf.net/sfu/appdyn_d2d_nov
> > ___
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
>
>
>
> --
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Help pmapper and postgresql

2012-11-12 Thread Serge Claudio Rafanoharana
Thanks for the link,

Serge

On Mon, Nov 12, 2012 at 3:48 PM, Thomas RAFFIN  wrote:

> Hi,
>
> Few years ago Niccolo Rigacci made that:
>
> http://old.nabble.com/PostGIS-digitizepoints-plugin-available-td25654305.html
>
> Maybe it could help you...
>
> Thomas
>
> Le 12/11/2012 09:24, Serge Claudio Rafanoharana a écrit :
> > Dear All,
> >
> > Is that possible with pmapper? even for shapefile I am interested. I am
> > just wondering about the attribute, if it is possible to add the POI, how
> > can we define its attribute?
> >
> > Thanks,
> > Serge
> >
> > On Sun, Nov 11, 2012 at 4:21 AM, Villo  wrote:
> >
> >> Hi, I'm Fernando from Argentina. I wanted to know if you know how to
> make
> >> in
> >> pmapper to put a point of interest, it is recorded in postgresql.
> >> Thanks, Greetings.
> >> Disculpen si no es bueno mi inglés pero usé el traductor de google :-)
> >> Fernando.
> >> --
> >> View this message in context:
> >>
> http://old.nabble.com/Help-pmapper-and-postgresql-tp34664335p34664335.html
> >> Sent from the pmapper users mailing list archive at Nabble.com.
> >>
> >>
> >>
> >>
> --
> >> Everyone hates slow websites. So do we.
> >> Make your web apps faster with AppDynamics
> >> Download AppDynamics Lite for free today:
> >> http://p.sf.net/sfu/appdyn_d2d_nov
> >> ___
> >> pmapper-users mailing list
> >> pmapper-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >>
> >
> >
>
>
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Help pmapper and postgresql

2012-11-12 Thread Serge Claudio Rafanoharana
Dear All,

Is that possible with pmapper? even for shapefile I am interested. I am
just wondering about the attribute, if it is possible to add the POI, how
can we define its attribute?

Thanks,
Serge

On Sun, Nov 11, 2012 at 4:21 AM, Villo  wrote:

>
> Hi, I'm Fernando from Argentina. I wanted to know if you know how to make
> in
> pmapper to put a point of interest, it is recorded in postgresql.
> Thanks, Greetings.
> Disculpen si no es bueno mi inglés pero usé el traductor de google :-)
> Fernando.
> --
> View this message in context:
> http://old.nabble.com/Help-pmapper-and-postgresql-tp34664335p34664335.html
> Sent from the pmapper users mailing list archive at Nabble.com.
>
>
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_nov
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] busqueda combinada - combined search

2012-04-11 Thread Serge Claudio Rafanoharana
Dear Eduardo,

> As we read in the documentation there is a combined search as long as you work
with PostGIS, not if you want to do with files Shapes
regards.

Maybe I missed what you mentioned but I cannot find it in the Doc. Anyway,
you can give it a try using your shapefiles.

Cheers,
Serge


2012/4/11 Eduardo Bieñkowski 

> Por lo que podemos leer en la documentacion existe una busqueda combinada
> siempre y cuando se trabaje con Postgis, no si lo queremos hacer con
> archivos shapes.
> Saludos
>
>
> As we read in the documentation there is a combined search as long as you work
> with PostGIS, not if you want to do with files Shapes
> regards.
>
>
> 2012/4/11 Serge Claudio Rafanoharana 
>
>> Dear Eduardo,
>>
>> Please refer to:
>>
>> http://svn.pmapper.net/trac/wiki/DocManualsearch
>>
>> I hope it can give you more than what you need.
>>
>> Regards,
>> Serge
>>
>>
>> 2012/4/10 Eduardo Bieñkowski 
>>
>>>  In pmapper searches can be combined?
>>> For example, street number or street corner
>>> regards
>>>
>>>
>>> En pmapper se puede tener búsquedas combinadas?
>>> Por ejemplo: calle y numero o calle y esquina
>>> Saludos
>>>
>>> --
>>> Eduardo
>>>
>>>
>>> --
>>> Better than sec? Nothing is better than sec when it comes to
>>> monitoring Big Data applications. Try Boundary one-second
>>> resolution app monitoring today. Free.
>>> http://p.sf.net/sfu/Boundary-dev2dev
>>> ___
>>> pmapper-users mailing list
>>> pmapper-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>>>
>>
>>
>>
>> --
>> Serge
>>
>
>
>
> --
> Eduardo
>



-- 
Serge
--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] busqueda combinada - combined search

2012-04-11 Thread Serge Claudio Rafanoharana
Dear Eduardo,

Please refer to:

http://svn.pmapper.net/trac/wiki/DocManualsearch

I hope it can give you more than what you need.

Regards,
Serge


2012/4/10 Eduardo Bieñkowski 

> In pmapper searches can be combined?
> For example, street number or street corner
> regards
>
>
> En pmapper se puede tener búsquedas combinadas?
> Por ejemplo: calle y numero o calle y esquina
> Saludos
>
> --
> Eduardo
>
> --
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Help

2012-04-03 Thread Serge Claudio Rafanoharana
Dear Tinho,

I think it's related to compatibility issue, your mapserver and your
pmapper...

Regards,
Serge

On Tue, Apr 3, 2012 at 8:50 PM, Tinho Correia wrote:

> Hi,
> can someone help me on this error?
>
> *Warning: ms_newMapObj(): [MapServer Error]: loadOutputFormat():
> OUTPUTFORMAT clause references driver GD/JPEG, but this driver isn't
> configured. in C:\ms4w\apps\pmapper\pmapper-4.1.1\incphp\globals.php on
> line 66 Warning: ms_newMapObj(): [MapServer Error]:
> msOutputFormatValidate(): OUTPUTFORMAT png has IMAGEMODE RGB/RGBA, which is
> not supported for GD drivers. in
> C:\ms4w\apps\pmapper\pmapper-4.1.1\incphp\globals.php on line 66 Fatal
> error: Uncaught exception 'MapScriptException' with message 'Failed to open
> map file "C:/ms4w/apps/pmapper/pmapper-4.1.1/config/default/gnp.map"' in
> C:\ms4w\apps\pmapper\pmapper-4.1.1\incphp\globals.php:66 Stack trace: #0
> C:\ms4w\apps\pmapper\pmapper-4.1.1\incphp\globals.php(66):
> ms_newMapObj('C:/ms4w/apps/pm...') #1
> C:\ms4w\apps\pmapper\pmapper-4.1.1\map_default.phtml(38):
> require_once('C:\ms4w\apps\pm...') #2 {main} thrown in
> C:\ms4w\apps\pmapper\pmapper-4.1.1\incphp\globals.php on line 66.*
>
> best regards
>
> Tinho Correia
>
> --
> Better than sec? Nothing is better than sec when it comes to
> monitoring Big Data applications. Try Boundary one-second
> resolution app monitoring today. Free.
> http://p.sf.net/sfu/Boundary-dev2dev
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] R: p.mapper 5, first beta

2012-03-28 Thread Serge Claudio Rafanoharana
Armin,

Great, it solved it.

Regards,
Serge

On Wed, Mar 28, 2012 at 3:49 PM, Armin Burger wrote:

> you need very likely to specify the 900913 projection in your epsg file
> which seems to be missing. Where the file is located depends on the
> installation (see my mail to Thomas Raffin 2 days ago). Add a line in this
> file like
>
> <900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0
> +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext  +no_defs <>
>
> armin
>
>
> On Wed, Mar 28, 2012 at 7:10 AM, Serge Claudio Rafanoharana <
> rafanohar...@gmail.com> wrote:
>
>> Armin,
>>
>> PHP error log gives:
>> *
>> [28-Mar-2012 04:25:40] PHP Warning:  mapObj::setProjection():
>> setProjection failed, in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on
>> line 85
>> [28-Mar-2012 04:25:40] PHP Warning:  mapObj::setSize(): [MapServer
>> Error]: msProcessProjection(): no options found in 'init' file
>>  in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on line 88
>> [28-Mar-2012 04:25:40] PHP Warning:  mapObj::setSize(): [MapServer
>> Error]: msProcessProjection(): no options found in 'init' file
>>  in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on line 88
>> [28-Mar-2012 04:25:42] PHP Warning:  mapObj::setProjection():
>> setProjection failed, in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on
>> line 85
>> [28-Mar-2012 04:25:42] PHP Warning:  mapObj::setSize(): [MapServer
>> Error]: msProcessProjection(): no options found in 'init' file
>>  in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on line 88
>> [28-Mar-2012 04:25:42] PHP Warning:  mapObj::setSize(): [MapServer
>> Error]: msProcessProjection(): no options found in 'init' file
>>  in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on line 88
>> *
>>
>> When requesting the URL http://localhost/pmapper5/ directly in the
>> browser, Firebug gives:
>> *
>> Image corrupt or truncated:
>> http://localhost/pmapper5/lib/map/pmap?&groups=countries,cities1eu,rivers&imgformat=png32&width=1618&height=394&bbox=-13835306.273579,3640235.820249,17835306.273579,11359764.179751&crs=EPSG%3A900913
>>
>> ...;var layers=this.map.layers;var layer;for(var 
>> i=layers.length-1;i>=0;--i){layer=...
>>
>> OpenLayers.js (line 1110)
>> *
>> *
>>
>> Image corrupt or truncated:
>> http://localhost/pmapper5/lib/map/pmap?&groups=countries,cities1eu,rivers&imgformat=png32&width=1618&height=394&bbox=-13835306.273579,3640235.820249,17835306.273579,11359764.179751&crs=EPSG%3A900913
>> *
>> *"NetworkError: 404 Not Found - http://tile.openstreetmap.org/0/0/1.png"*
>> *
>> 1.png*
>>
>>
>> If I set the:
>>
>> *session.use_cookies = 0*
>>
>> The display becomes like default openlayers (without banner, footer,
>> legend, ...), we only have the map, the zoom tool and the map tools (Home,
>> Zoom in/out, Back, Forward, Identify, ...)
>>
>> and Firebug gives:
>> *
>> syntax error
>>
>> http://localhost/pmapper5/lib/js/js_session.php?PHPSESSID=d8a4e0j9065ofibm6233qinsc6
>> Line 2
>>
>> PM.grouplist is undefined
>> http://localhost/pmapper5/js/PM.Control.PMToc.js
>> Line 283
>>
>> "NetworkError: 400 Bad Request -
>> http://localhost/pmapper5/lib/map/pmap/?PHPSESSID=d8a4e0j9065ofibm6233qinsc6&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://localhost/pmapper5/lib/map/pmap/?PHPSESSID=d8a4e0j9065ofibm6233qinsc6&groups=countries,cities1eu,rivers&imgformat=png32&width=2049&height=567&bbox=-18047292.279619,1952506.2359473,22047292.279619,13047493.764053&crs=EPSG%3A900913
>> "
>> ?PHPSE...:900913*
>>
>>
>> Regards,
>> Serge
>>
>>
>>
>>
>> On Wed, Mar 28, 2012 at 4:15 AM, Armin Burger wrote:
>>
>>> 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=**
>>> itc05csqvrod1j47c4qur8cim3&**groups=countries,..<http://localhost/eclipse/p

Re: [pmapper-users] R: p.mapper 5, first beta

2012-03-27 Thread Serge Claudio Rafanoharana
Armin,

PHP error log gives:
*
[28-Mar-2012 04:25:40] PHP Warning:  mapObj::setProjection(): setProjection
failed, in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on line 85
[28-Mar-2012 04:25:40] PHP Warning:  mapObj::setSize(): [MapServer Error]:
msProcessProjection(): no options found in 'init' file
 in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on line 88
[28-Mar-2012 04:25:40] PHP Warning:  mapObj::setSize(): [MapServer Error]:
msProcessProjection(): no options found in 'init' file
 in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on line 88
[28-Mar-2012 04:25:42] PHP Warning:  mapObj::setProjection(): setProjection
failed, in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on line 85
[28-Mar-2012 04:25:42] PHP Warning:  mapObj::setSize(): [MapServer Error]:
msProcessProjection(): no options found in 'init' file
 in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on line 88
[28-Mar-2012 04:25:42] PHP Warning:  mapObj::setSize(): [MapServer Error]:
msProcessProjection(): no options found in 'init' file
 in C:\ms4w\Apache\htdocs\pmapper5\lib\map\map.php on line 88
*

When requesting the URL http://localhost/pmapper5/ directly in the browser,
Firebug gives:
*
Image corrupt or truncated:
http://localhost/pmapper5/lib/map/pmap?&groups=countries,cities1eu,rivers&imgformat=png32&width=1618&height=394&bbox=-13835306.273579,3640235.820249,17835306.273579,11359764.179751&crs=EPSG%3A900913

...;var layers=this.map.layers;var layer;for(var
i=layers.length-1;i>=0;--i){layer=...

OpenLayers.js (line 1110)
*
*

Image corrupt or truncated:
http://localhost/pmapper5/lib/map/pmap?&groups=countries,cities1eu,rivers&imgformat=png32&width=1618&height=394&bbox=-13835306.273579,3640235.820249,17835306.273579,11359764.179751&crs=EPSG%3A900913
*
*"NetworkError: 404 Not Found - http://tile.openstreetmap.org/0/0/1.png"*
*
1.png*


If I set the:

*session.use_cookies = 0*

The display becomes like default openlayers (without banner, footer,
legend, ...), we only have the map, the zoom tool and the map tools (Home,
Zoom in/out, Back, Forward, Identify, ...)

and Firebug gives:
*
syntax error
http://localhost/pmapper5/lib/js/js_session.php?PHPSESSID=d8a4e0j9065ofibm6233qinsc6
Line 2

PM.grouplist is undefined
http://localhost/pmapper5/js/PM.Control.PMToc.js
Line 283

"NetworkError: 400 Bad Request -
http://localhost/pmapper5/lib/map/pmap/?PHPSESSID=d8a4e0j9065ofibm6233qinsc6&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://localhost/pmapper5/lib/map/pmap/?PHPSESSID=d8a4e0j9065ofibm6233qinsc6&groups=countries,cities1eu,rivers&imgformat=png32&width=2049&height=567&bbox=-18047292.279619,1952506.2359473,22047292.279619,13047493.764053&crs=EPSG%3A900913
"
?PHPSE...:900913*


Regards,
Serge



On Wed, Mar 28, 2012 at 4:15 AM, Armin Burger wrote:

> 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=**
> itc05csqvrod1j47c4qur8cim3&**groups=countries,..<http://localhost/eclipse/pmapper-5-dev/lib/map/pmap/?PHPSESSID=itc05csqvrod1j47c4qur8cim3&groups=countries,..>
> ..
>
> When using cookies for sessions in PHP this is not always added (don't
> know when and when not...). But then the session should be handled via the
> cookies, so no problem should appear neither... But to be sure just try
> once setting the php.ini flag like
>
> session.use_cookies = 0
>
> and see if it works better. I tested it with cookies enabled and then the
> direct URL worked also without the session included in the URL. And your
> URL works for my installation. I don't think Windows as server makes any
> difference...
>
> Armin
>
>
>
> On 27/03/2012 22:49, Serge Claudio Rafanoharana wrote:
>
>> Dear Armin,
>>
>> I tried the version 5 but gives me some errors. All shapefiles in the
>> First
>> Domain are not displayed but all in the Second Domain are working. I got
>> this message in Firebug:
>>
>> "NetworkError: 404 Not Found - 
>> http://tile.openstreetmap.org/**0/0/1.png<http://tile.openstreetmap.org/0/0/1.png>
>> "
>> Image corrupt or truncated:
>> http://localhost/pmapper5/lib/**map/pmap?&groups=countries,**
>> cities1eu,rivers&**imgformat=png32&width=1618&**
>> height

Re: [pmapper-users] R: p.mapper 5, first beta

2012-03-27 Thread Serge Claudio Rafanoharana
Dear Armin,

I tried the version 5 but gives me some errors. All shapefiles in the First
Domain are not displayed but all in the Second Domain are working. I got
this message in Firebug:

"NetworkError: 404 Not Found - http://tile.openstreetmap.org/0/0/1.png";
Image corrupt or truncated:
http://localhost/pmapper5/lib/map/pmap?&groups=countries,cities1eu,rivers&imgformat=png32&width=1618&height=475&bbox=-13835306.273579,2847736.7110985,17835306.273579,12152263.288902&crs=EPSG%3A900913

Any thoughts?

I'm running on Windows.

Regards,
Serge


On Wed, Mar 28, 2012 at 3:06 AM, Armin Burger  wrote:

> Filippo
>
> I do not understand what you mean that your old projects are down... You
> need of course different directories for pmapper 5 projects. You cannot
> combine the configuration of both versions, but that's quite obvious I
> thought...
>
> But the files in one directory named "project1" with pmapper 5 will not
> set the site running in directory "project2" with p.mapper 4 unusable.
>
> You can re-use the map file from your older projects. If you define in
> the new XML file
>   
> instead of
>   PM_
>
> then you can use the old map file without any modifications, otherwise
> the specific metadata tags for p.mapper need a "PM_" prefix.
>
> armin
>
>
>
> On 27/03/2012 21:12, Filippo Grasso [Demetra] wrote:
> > Hi Armin! Thanks for the version 5.0 it's wonderful, but I have a
> problem. I
> > upload the test of pmapper5-beta1 in my server and work! But the old
> project
> > 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 Claudio Rafanoharana; pmapper-users
> > Oggetto: Re: [pmapper-users] p.mapper 5, first beta
> >
> > Hi all
> >
> > finally I changed the map file and the other config files to use the data
> > from Natural Earth. I uploaded the vector data to
> > http://www.pmapper.net/dl/pmapper5_demodata_vector.zip
> >
> > The zip contains also the adapted XML, map and js_config.php files.
> >
> > The raster data are too big, so please download them by yourself
> >- shaded relief:
> >
> http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/
> > raster/HYP_HR_SR_OB_DR.zip
> >
> >- bluemarble: NASA
> >
> > or remove them from the config files.
> >
> > Note that the NE data are a bit special regarding the attribute tables.
> > They have a chaotic mix of upper and lower cases for the dbf fields.
> > This seems to cause some wrong orders in the result tables of a query. I
> > will check that sooner or later.
> >
> > Armin
> >
> > ps: just noticed: the search needs to be adapted for countries
> >
> > 
> >>  firstoption="*">
> >>showfield="NAME"/>
> >   
> > 
> >
> >
> > 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
> >>
> >> On Mon, Mar 26, 2012 at 12:59 AM, Armin Burger >> <mailto:armin.bur...@gmail.com>>  wrote:
> >>
> >>  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 integration of the OpenLayers
> >>  framework. So you can have tiling, use OSM or Google layers, or the
> >>  various functionality of OL (drawing, editing, etc).
> >>
> >>  Note that some core parts like print are not adapted yet and
> therefore
> >>  not working at all. Other parts like the query have a few small
> things
> >>  still not fully working (like automated zoom, etc). Generic OL
> layer
> >>  types other than OSM or Google have not been tested yet, they might
> > work
> >>  or not.
&g

Re: [pmapper-users] p.mapper 5, first beta

2012-03-26 Thread Serge Claudio Rafanoharana
Armin,

Thanks Armin. Will work on it as soon as possible.

Regards,
Serge

On Tue, Mar 27, 2012 at 4:29 AM, Armin Burger wrote:

> Hi all
>
> finally I changed the map file and the other config files to use the data
> from Natural Earth. I uploaded the vector data to
>  
> http://www.pmapper.net/dl/**pmapper5_demodata_vector.zip<http://www.pmapper.net/dl/pmapper5_demodata_vector.zip>
>
> The zip contains also the adapted XML, map and js_config.php files.
>
> The raster data are too big, so please download them by yourself
>  - shaded relief: http://www.naturalearthdata.**com/http//www.**
> naturalearthdata.com/download/**10m/raster/HYP_HR_SR_OB_DR.zip<http://www.naturalearthdata.com/http//www.naturalearthdata.com/download/10m/raster/HYP_HR_SR_OB_DR.zip>
>
>  - bluemarble: NASA
>
> or remove them from the config files.
>
> Note that the NE data are a bit special regarding the attribute tables.
> They have a chaotic mix of upper and lower cases for the dbf fields. This
> seems to cause some wrong orders in the result tables of a query. I will
> check that sooner or later.
>
> Armin
>
> ps: just noticed: the search needs to be adapted for countries
>
> 
>   firstoption="*">
> showfield="NAME"/>
>
> 
>
>
>
> 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
>>
>> On Mon, Mar 26, 2012 at 12:59 AM, Armin Burger > <mailto:armin.bur...@gmail.com**>> wrote:
>>
>>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<http://www.pmapper.net/dl/pmapper5-beta1.zip>
>>
>>Some very basic config info is at
>>
>> http://www.pmapper.net/dl/**pmapper5_configuration.txt<http://www.pmapper.net/dl/pmapper5_configuration.txt>
>>
>>The main new functionality is the integration of the OpenLayers
>>framework. So you can have tiling, use OSM or Google layers, or the
>>various functionality of OL (drawing, editing, etc).
>>
>>Note that some core parts like print are not adapted yet and therefore
>>not working at all. Other parts like the query have a few small things
>>still not fully working (like automated zoom, etc). Generic OL layer
>>types other than OSM or Google have not been tested yet, they might
>> work
>>or not.
>>
>>There will not be much of support for the time being, so this first
>>version is intended for the early adopters and strongly interested
>> only.
>>
>>Cheers
>>Armin
>>
>>
>>--**--**
>> --
>>This SF email is sponsosred by:
>>Try Windows Azure free for 90 days Click Here
>>http://p.sf.net/sfu/sfd2d-**msazure<http://p.sf.net/sfu/sfd2d-msazure>
>>__**_
>>pmapper-users mailing list
>>pmapper-users@lists.**sourceforge.net
>>
>> <mailto:pmapper-users@lists.**sourceforge.net
>> >
>>
>> https://lists.sourceforge.net/**lists/listinfo/pmapper-users<https://lists.sourceforge.net/lists/listinfo/pmapper-users>
>>
>>
>>
>>
>> --
>> Serge
>>
>
>


-- 
Serge
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper

2012-03-26 Thread Serge Claudio Rafanoharana
Dear Vital,

Why not starting with this: http://svn.pmapper.net/trac/wiki

Regards,
Serge

On Mon, Mar 26, 2012 at 8:56 PM, Talluru Ranga Vital
wrote:

> Dear All,
>
> Please guide me how to configure pmapper?
> I have installed mapserver(MS4W) successfully.
> gmap and other links are working fine, but i am facing problem with pmapper
> after downloading from sourceforge link.
>
> pls help me in this regard, how to configure and put our spatial data in
> pmapper.
>
> Thanks and Regards,
> vital
>
> --
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] p.mapper 5, first beta

2012-03-26 Thread Serge Claudio Rafanoharana
All,

>thanks for the link. I will check them this evening and probably replace
>the current demo data with those.

Armin> Thanks for that

Giovanni, Paolo> Thank you for the link...


Regards,
Serge


On Mon, Mar 26, 2012 at 3:46 PM, Armin Burger  wrote:

> 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 world I can use them
> >> instead of the existing ones for demo purposes.
> >
> >
> > http://www.naturalearthdata.com/downloads/
> >
> >
> > cheers
> >
> > -- Giovanni --
> >
> >
> >
> --
> > This SF email is sponsosred by:
> > Try Windows Azure free for 90 days Click Here
> > http://p.sf.net/sfu/sfd2d-msazure
> > ___
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
>
>
> --
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] p.mapper 5, first beta

2012-03-25 Thread Serge Claudio Rafanoharana
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 wrote:

> 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 integration of the OpenLayers
> framework. So you can have tiling, use OSM or Google layers, or the
> various functionality of OL (drawing, editing, etc).
>
> Note that some core parts like print are not adapted yet and therefore
> not working at all. Other parts like the query have a few small things
> still not fully working (like automated zoom, etc). Generic OL layer
> types other than OSM or Google have not been tested yet, they might work
> or not.
>
> There will not be much of support for the time being, so this first
> version is intended for the early adopters and strongly interested only.
>
> Cheers
> Armin
>
>
>
> --
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] p.mapper 5, first beta

2012-03-25 Thread Serge Claudio Rafanoharana
Hi Armin,

Thanks Armin for the great work. I will try it directly...

Have a nice day,
Serge

On Mon, Mar 26, 2012 at 12:59 AM, Armin Burger wrote:

> 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 integration of the OpenLayers
> framework. So you can have tiling, use OSM or Google layers, or the
> various functionality of OL (drawing, editing, etc).
>
> Note that some core parts like print are not adapted yet and therefore
> not working at all. Other parts like the query have a few small things
> still not fully working (like automated zoom, etc). Generic OL layer
> types other than OSM or Google have not been tested yet, they might work
> or not.
>
> There will not be much of support for the time being, so this first
> version is intended for the early adopters and strongly interested only.
>
> Cheers
> Armin
>
>
>
> --
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] still error

2012-03-24 Thread Serge Claudio Rafanoharana
Dear Armin,

You are right, and the thing is that even one semicolon missing would
create lots of trouble...
Sayed> If you can provide those information mentioned by Armin, more people
can try to figure out your problem...

Regards,
Serge

On Sat, Mar 24, 2012 at 5:54 PM, Armin Burger  wrote:

> 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 Claudio Rafanoharana wrote:
> > Hi Sayed,
> >
> > Can you try a clean install of pmapper and add the plugin and check
> whether
> > it is working or not?
> >
> > Regards,
> > Serge
> >
> > On Sat, Mar 24, 2012 at 4:28 PM, Eman Sayed
>  wrote:
> >
> >> hi,
> >> after alot of revison the error is changed
> >> *
> >>
> >> Message: Object doesn't support this property or method
> >> Line: 139
> >> Char: 681
> >> Code: 0
> >> URI:
> >>
> http://localhost/pmapperegypt/incphp/js/js_session.php?PHPSESSID=vs28he1rerhj8a2frekiaj8sj0
> >> *
> >>
> >>*From:* Serge Claudio Rafanoharana
> >> *To:* Eman Sayed; pmapper-users<
> >> pmapper-users@lists.sourceforge.net>
> >> *Sent:* Friday, March 23, 2012 10:39 PM
> >> *Subject:* Re: [pmapper-users] still no layers
> >>
> >> Hi Sayed,
> >>
> >> I don't know what's wrong but I'm just wondering whether it is a problem
> >> related with permission or not... Would you mind to check in that part?
> >>
> >> Regards,
> >> Serge
> >>
> >> On Sat, Mar 24, 2012 at 2:36 AM, Eman Sayed
> >> wrote:
> >>
> >>> Hi,
> >>> thanks for your reply i made all of that but still the select layer
> >> window
> >>> empty after word "Available Layers"
> >>>
> >>> and the error is
> >>> Message: 'PM.ini.pluginsConfig.layerselect.categories' is null or not
> an
> >>> object
> >>> Line: 139
> >>> Char: 618
> >>> Code: 0
> >>> URI: http://localhost/pmapperegypt/incphp/js/js_session.php?
> >>>
> >>>
> >>>   *From:* Serge Claudio Rafanoharana
> >>> *To:* Eman Sayed; pmapper-users<
> >>> pmapper-users@lists.sourceforge.net>
> >>> *Sent:* Friday, March 23, 2012 2:12 PM
> >>> *Subject:* Re: [pmapper-users] no layers names added
> >>>
> >>> Hi Sayed,
> >>>
> >>> Try to define the category name in incphp/locale/your_language
> >>> Something like:
> >>>
> >>> *configxml*
> >>> ...
> >>> 
> >>> ...
> >>>
> >>> *language_en.php*
> >>> ...
> >>> $_sl['cat_adm'] = 'Data Administrative';
> >>> ...
> >>>
> >>> and make sure you followed carefully
> >>> http://svn.pmapper.net/trac/wiki/PluginsLayersManagement
> >>>
> >>> and that you remove:
> >>>
> >>> 
> >>> ...
> >>> ...
> >>> ...
> >>> 
> >>>
> >>> in your *congigxml*
> >>>
> >>>
> >>> Cheers,
> >>> Serge
> >>>
> >>>
> >>> On Fri, Mar 23, 2012 at 6:11 PM, Eman Sayed
> >>> wrote:
> >>>
> >>>> thanks alot for your help i used select layers plugin but it's empty
> >>>> dailoge no layers names appeared
> >>>>
> >>>>
> >>>>
> >>>> 
> >>>> From: Chris Jackson
> >>>> To: Eman Sayed
> >>>> Cc: "pmapper-users@lists.sourceforge.net"<
> >>>> pmapper-users@lists.sourceforge.net>
> >>>> Sent: Friday, March 23, 2012 8:27 AM
> >>>> Subject: Re: [pmapper-users] show map layer by combo box
> >>>>
> >>>>
> >>>> Hi
> >>>> How about the layer selection plugin -
> >>>> http://svn.pmapper.net/trac/wiki/PluginsLayersManagement.
> >>>> Chris
> >>>> On 23 Mar 2012 05:15, "Eman Sayed"  wrote:
> >>

Re: [pmapper-users] still error

2012-03-24 Thread Serge Claudio Rafanoharana
Hi Sayed,

Can you try a clean install of pmapper and add the plugin and check whether
it is working or not?

Regards,
Serge

On Sat, Mar 24, 2012 at 4:28 PM, Eman Sayed  wrote:

> hi,
> after alot of revison the error is changed
> *
>
> Message: Object doesn't support this property or method
> Line: 139
> Char: 681
> Code: 0
> URI:
> http://localhost/pmapperegypt/incphp/js/js_session.php?PHPSESSID=vs28he1rerhj8a2frekiaj8sj0
> *
>
>   *From:* Serge Claudio Rafanoharana 
> *To:* Eman Sayed ; pmapper-users <
> pmapper-users@lists.sourceforge.net>
> *Sent:* Friday, March 23, 2012 10:39 PM
> *Subject:* Re: [pmapper-users] still no layers
>
> Hi Sayed,
>
> I don't know what's wrong but I'm just wondering whether it is a problem
> related with permission or not... Would you mind to check in that part?
>
> Regards,
> Serge
>
> On Sat, Mar 24, 2012 at 2:36 AM, Eman Sayed 
> wrote:
>
> > Hi,
> > thanks for your reply i made all of that but still the select layer
> window
> > empty after word "Available Layers"
> >
> > and the error is
> > Message: 'PM.ini.pluginsConfig.layerselect.categories' is null or not an
> > object
> > Line: 139
> > Char: 618
> > Code: 0
> > URI: http://localhost/pmapperegypt/incphp/js/js_session.php?
> >
> >
> >  *From:* Serge Claudio Rafanoharana 
> > *To:* Eman Sayed ; pmapper-users <
> > pmapper-users@lists.sourceforge.net>
> > *Sent:* Friday, March 23, 2012 2:12 PM
> > *Subject:* Re: [pmapper-users] no layers names added
> >
> > Hi Sayed,
> >
> > Try to define the category name in incphp/locale/your_language
> > Something like:
> >
> > *configxml*
> > ...
> > 
> > ...
> >
> > *language_en.php*
> > ...
> > $_sl['cat_adm'] = 'Data Administrative';
> > ...
> >
> > and make sure you followed carefully
> > http://svn.pmapper.net/trac/wiki/PluginsLayersManagement
> >
> > and that you remove:
> >
> > 
> >...
> >...
> >...
> > 
> >
> > in your *congigxml*
> >
> >
> > Cheers,
> > Serge
> >
> >
> > On Fri, Mar 23, 2012 at 6:11 PM, Eman Sayed 
> > wrote:
> >
> > > thanks alot for your help i used select layers plugin but it's empty
> > > dailoge no layers names appeared
> > >
> > >
> > >
> > > 
> > > From: Chris Jackson 
> > > To: Eman Sayed 
> > > Cc: "pmapper-users@lists.sourceforge.net" <
> > > pmapper-users@lists.sourceforge.net>
> > > Sent: Friday, March 23, 2012 8:27 AM
> > > Subject: Re: [pmapper-users] show map layer by combo box
> > >
> > >
> > > Hi
> > > How about the layer selection plugin -
> > > http://svn.pmapper.net/trac/wiki/PluginsLayersManagement.
> > > Chris
> > > On 23 Mar 2012 05:15, "Eman Sayed"  wrote:
> > >
> > > hi,
> > > >i want to make a combo box contain a number of map layers names when
> the
> > > user choose one it will be added on the map.
> > > >please help
> > >
> > >
> >
> >--
> > > >This SF email is sponsosred by:
> > > >Try Windows Azure free for 90 days Click Here
> > > >http://p.sf.net/sfu/sfd2d-msazure
> > > >___
> > > >pmapper-users mailing list
> > > >pmapper-users@lists.sourceforge.net
> > > >https://lists.sourceforge.net/lists/listinfo/pmapper-users
> > > >
> > >
> > >
> >
> --
> > > This SF email is sponsosred by:
> > > Try Windows Azure free for 90 days Click Here
> > > http://p.sf.net/sfu/sfd2d-msazure
> > > ___
> > > pmapper-users mailing list
> > > pmapper-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> > >
> >
> >
> >
> > --
> > Serge
> >
> >
> --
> > This SF email is sponsosred by:
> > Try Windows Azure free for 90 days Click Here
> > http://p.sf.net/sfu/sfd2d-msazure
> > ___
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
> >
> >
>
>
> --
> Serge
>
> --
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>
>
>


-- 
Serge
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] still no layers

2012-03-23 Thread Serge Claudio Rafanoharana
Hi Sayed,

I don't know what's wrong but I'm just wondering whether it is a problem
related with permission or not... Would you mind to check in that part?

Regards,
Serge

On Sat, Mar 24, 2012 at 2:36 AM, Eman Sayed  wrote:

> Hi,
> thanks for your reply i made all of that but still the select layer window
> empty after word "Available Layers"
>
> and the error is
> Message: 'PM.ini.pluginsConfig.layerselect.categories' is null or not an
> object
> Line: 139
> Char: 618
> Code: 0
> URI: http://localhost/pmapperegypt/incphp/js/js_session.php?
>
>
>   *From:* Serge Claudio Rafanoharana 
> *To:* Eman Sayed ; pmapper-users <
> pmapper-users@lists.sourceforge.net>
> *Sent:* Friday, March 23, 2012 2:12 PM
> *Subject:* Re: [pmapper-users] no layers names added
>
> Hi Sayed,
>
> Try to define the category name in incphp/locale/your_language
> Something like:
>
> *configxml*
> ...
> 
> ...
>
> *language_en.php*
> ...
> $_sl['cat_adm'] = 'Data Administrative';
> ...
>
> and make sure you followed carefully
> http://svn.pmapper.net/trac/wiki/PluginsLayersManagement
>
> and that you remove:
>
> 
> ...
> ...
> ...
> 
>
> in your *congigxml*
>
>
> Cheers,
> Serge
>
>
> On Fri, Mar 23, 2012 at 6:11 PM, Eman Sayed 
> wrote:
>
> > thanks alot for your help i used select layers plugin but it's empty
> > dailoge no layers names appeared
> >
> >
> >
> > 
> > From: Chris Jackson 
> > To: Eman Sayed 
> > Cc: "pmapper-users@lists.sourceforge.net" <
> > pmapper-users@lists.sourceforge.net>
> > Sent: Friday, March 23, 2012 8:27 AM
> > Subject: Re: [pmapper-users] show map layer by combo box
> >
> >
> > Hi
> > How about the layer selection plugin -
> > http://svn.pmapper.net/trac/wiki/PluginsLayersManagement.
> > Chris
> > On 23 Mar 2012 05:15, "Eman Sayed"  wrote:
> >
> > hi,
> > >i want to make a combo box contain a number of map layers names when the
> > user choose one it will be added on the map.
> > >please help
> >
> >
> >--
> > >This SF email is sponsosred by:
> > >Try Windows Azure free for 90 days Click Here
> > >http://p.sf.net/sfu/sfd2d-msazure
> > >___
> > >pmapper-users mailing list
> > >pmapper-users@lists.sourceforge.net
> > >https://lists.sourceforge.net/lists/listinfo/pmapper-users
> > >
> >
> >
> --
> > This SF email is sponsosred by:
> > Try Windows Azure free for 90 days Click Here
> > http://p.sf.net/sfu/sfd2d-msazure
> > ___
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
>
>
>
> --
> Serge
>
> --
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>
>
>


-- 
Serge
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] no layers names added

2012-03-23 Thread Serge Claudio Rafanoharana
Hi Sayed,

Try to define the category name in incphp/locale/your_language
Something like:

*configxml*
...

...

*language_en.php*
...
$_sl['cat_adm'] = 'Data Administrative';
...

and make sure you followed carefully
http://svn.pmapper.net/trac/wiki/PluginsLayersManagement

and that you remove:


...
...
...


in your *congigxml*


Cheers,
Serge


On Fri, Mar 23, 2012 at 6:11 PM, Eman Sayed  wrote:

> thanks alot for your help i used select layers plugin but it's empty
> dailoge no layers names appeared
>
>
>
> 
> From: Chris Jackson 
> To: Eman Sayed 
> Cc: "pmapper-users@lists.sourceforge.net" <
> pmapper-users@lists.sourceforge.net>
> Sent: Friday, March 23, 2012 8:27 AM
> Subject: Re: [pmapper-users] show map layer by combo box
>
>
> Hi
> How about the layer selection plugin -
> http://svn.pmapper.net/trac/wiki/PluginsLayersManagement.
> Chris
> On 23 Mar 2012 05:15, "Eman Sayed"  wrote:
>
> hi,
> >i want to make a combo box contain a number of map layers names when the
> user choose one it will be added on the map.
> >please help
>
> >--
> >This SF email is sponsosred by:
> >Try Windows Azure free for 90 days Click Here
> >http://p.sf.net/sfu/sfd2d-msazure
> >___
> >pmapper-users mailing list
> >pmapper-users@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
>
> --
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] roadmap and acl

2012-03-17 Thread Serge Claudio Rafanoharana
Hi Armin,

Great job, and your explanation are very clear...

Serge

On Sat, Mar 17, 2012 at 7:26 PM, Armin Burger  wrote:

>
>
> 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 of the map file and all layers, with classes,
> symbols, etc the most time consuming part. Setting up a GUI for that
> would require quite a bit of work. Maybe you could give a look at the
> QGIs plugin and just modify it to add some specific settings for
> p.mapper (mainly the query fields and result headers under METADATA).
> Another web-based map file creator was never really finished.
>
> I once set up an extension for ArcView 3 for this but I guess not many
> people are still using it.
>
> The configuration style for p.mapper 5 will be more or less similar to
> the previous version. Originally I wanted to move more config settings
> from the XML to the js_config file since I'm now more used to writing
> JSON like notations. But I mainly left it in the way it was. So the most
> important settings to be changed typically for every application remain
> in the XML. The category/group definition can be a bit more difficult
> now in order to allow more complex set up, there were some compromises
> necessary to put everything in XML. An example is e.g
>
> 
> countries
> cities1eu
> 
> 
>description="Infrastructure" type="PMTile">
> roads
> railroad
> 
>
> Settings that are very OL-oriented are in Javascript since it allows to
> directly use OL-generic properties and options. But since this is
> de-facto JSON, it should be possible to write this also somehow via a GUI.
>
> armin
>
>
>
>
>
> --
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here
> http://p.sf.net/sfu/sfd2d-msazure
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] roadmap and acl

2012-03-12 Thread Serge Claudio Rafanoharana
Hi Armin and Andrea,

I jumped into this conversation because I found it very interesting...


>>The next larger change that might happen is
an inclusion of OpenLayers for the part of the map navigation.

That would be very interesting...

>>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 thing... Can't wait for that plugin...


Serge


On Tue, Mar 13, 2012 at 1:11 AM, Armin Burger  wrote:

> 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 often integrated into other frameworks that
> can include p.mapper as well. So a generic implementation for p.mapper
> does not make too much sense to me.
>
> 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.
>
> Thomas Raffin might be able to give you some more hints where to plugin
> such things. Could go via the session variable
> "plugin_phpMapObjModifierFileList" that is referenced in globals.php and
> modifies the map object and very likely filled by plugins. Other
> possibility is to go through the "group" session var.
>
> Armin
>
> On 12/03/2012 15:23, Andrea Zagli wrote:
> > where can i find the updated pmapper development roadmap?
> >
> > have you planned to implement an acl system? for example for layers
> > and fields visibility?
> >
> > thanks in advance
> >
> >
> >
> --
> > Try before you buy = See our experts in action!
> > The most comprehensive online learning library for Microsoft developers
> > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> > Metro Style Apps, more. Free future releases when you subscribe now!
> > http://p.sf.net/sfu/learndevnow-dev2
> > ___
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
>
>
> --
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] [ask] Apache ms4w and apache xampp 1.7.3

2012-02-22 Thread Serge Claudio Rafanoharana
Hi Puja,

Why not using ms4w and get rid of xampp. I'm not sure you'll be able to run
pmapper using xampp. Anyway, what is this CI?

Cheers,
Serge


On Wed, Feb 22, 2012 at 2:47 PM, 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 bad english
>
> thank you so much
>
> regards
>
> Puja
> --
> View this message in context:
> http://old.nabble.com/-ask--Apache-ms4w-and-apache-xampp-1.7.3-tp33369203p33369203.html
> Sent from the pmapper users mailing list archive at Nabble.com.
>
>
>
> --
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Adding new layer in pmapper 4.1 via web interface using plugin or something else

2012-02-21 Thread Serge Claudio Rafanoharana
Dear Armin,

I just found out that for the layerselect plugin, if we only have one
category, the plugin won't work correctly.

For example if we have:


   
countries
cities1eu
rivers
dem
jpl_wms_global_mosaic



We'll have a problem (it creates a new undefined layer group).


It should be at least two categories like:


   
countries
cities1eu
rivers
   
   
dem
jpl_wms_global_mosaic



Cheers,
Serge


On Sat, Oct 29, 2011 at 5:35 PM, Rafanoharana Serge Claudio <
rafanohar...@gmail.com> wrote:

> Dear Armin,
>
> 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 wrote:
>
>> Serge
>>
>> I guess you mean that there's a problem if the category defined under
>>   
>>
>>
>> just contains 1 group. I noticed this now, probably never before because
>> I had always more than 1 layer/group defined for the layerselect.
>>
>> The problem is due to the way PHP parses XML, if there are 2 or more
>> entries  then they are placed inside an *array*, if it's a single
>> entry then it's a *string*. Therefore also the strange splitting up of
>> the group name into each character because an array is expected, and if
>> it's a string it is treated as array of characters.
>>
>> I added a patch for this on SVN trunk,
>>   => http://svn.pmapper.net/trac/changeset/1213
>>
>> please download the new file here
>>
>>
>> http://svn.pmapper.net/trac/export/1213/trunk/pmapper/plugins/layerselect/layerselect.js
>>
>> Let me know if it works then.
>>
>> Armin
>>
>>
>> On 22/09/2011 04:08, Rafanoharana Serge Claudio wrote:
>> > Dear Armin,
>> >
>> > I got it. I did not deactivate the cookies for session in php.ini but I
>> > replaced the .js file.
>> > At first I got 500 internal Server Error and I tried to figure out if
>> there
>> > was any wrong configuration but everything seemed to be ok. Then I just
>> > restarted my laptop and then it was resolved.
>> >
>> > For information, I just want to specify that the plugin will work
>> correctly
>> > if:
>> > - the layers/groups are used together with category definitions
>> >  
>> >  
>> > (you have already mentioned it)
>> >
>> > but I want to add that
>> > - the group under the category sould be more than one
>> > 
>> > 
>> >  
>> >   group1
>> >   group2
>> > ..
>> >
>> > If only one group is declared, the layer will disappear once we do an
>> > update.
>> >
>> >
>> > Again, thank you,
>> >
>> > Serge
>> >
>> >
>> >
>> > On Wed, Sep 21, 2011 at 2:09 PM, Armin Burger
>>  wrote:
>> >
>> >> First:
>> >> deactivate cookies for session handling in php.ini
>> >>
>> >> if it still does not help:
>> >> replace the *.js file in plugins/layerselect/ with the one from here
>> >>
>> >>
>> http://svn.pmapper.net/trac/export/1212/trunk/pmapper/plugins/layerselect/layerselect.js
>> >>
>> >> this should in principal not be necessary since for me it works also
>> >> with thenold file, but who knows...
>> >>
>> >> empty cache and cookies in your browser before reloading and trying
>> again.
>> >>
>> >>
>> >> armin
>> >>
>> >> On 21/09/2011 22:01, Rafanoharana Serge Claudio wrote:
>> >>> Dear Armin,
>> >>>
>> >>> I found out that there was one comma missing.
>> >>> I still have error with the plugin.
>> >>>
>> >>> In my config.xml, I have:
>> >>>
>> >>>
>> >>> 
>> >>>   
>> >>>   
>> >>>   .
>> >>>   layerselect
>> >>> 
>> >>> ...
>> >>> ...
>> >>> 
>> >>>  ...
>> >>>  
>> >>>  
>> >>>   potential
>> >>>   
>> >>>
>> >>>   
>> >>>   road
>> >>>   river
>> >>>   ...
>> >>>   
>> >>> ...
>> >>> 
>> >>> ...
>> >>>
>> >>> 
>> >>> ...
>> >>>
>> >>>   
>> >>> 
>> >>>   potential
>> >>>
>> >>>  
>> >>>
>> >>>
>> >>>   road
>> >>>   river
>> >>>   ...
>> >>>
>> >>>
>> >>>
>> >>>  
>> >>> 
>> >>> ...
>> >>>
>> >>> I comment and uncomment the   but no success.
>> >>>
>> >>>
>> >>> When I click the Layer button/link, I obtain a dialog box with the
>> error:
>> >>>
>> >>> Group "p" is not defined correctly in. Check config XML!
>> >>>
>> >>> When I click OK, it goes to the next character which is o
>> >>>
>> >>> Group "o" is not defined correctly in. Check config XML!
>> >>>
>> >>> ...

Re: [pmapper-users] swap legend

2012-02-17 Thread Serge Claudio Rafanoharana
Dear All,

Strange... I will try the map_plainlayout4.phtml and the other layout
samples and will let you know.

Cheers,
Serge

On Sat, Feb 18, 2012 at 1:43 AM, Armin Burger  wrote:

> 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 the browser, in the internet explorer
> >> works...In the firefox not
> >>
> >> Anybody know why?
> >>
> >> Thanks
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> Em 17-02-2012 04:33, Serge Claudio Rafanoharana escreveu:
> >>
> >>   Dear Thomas,
> >>>
> >>> I get the same problem as Pedro. The legend tab appears but it is
> >>> inactive.
> >>> Is there any other settings?
> >>>
> >>> Cheers,
> >>> Serge
> >>>
> >>
> >>
> >
> >
>
>
> --
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] swap legend

2012-02-17 Thread Serge Claudio Rafanoharana
It is also working in Opera...


On Fri, Feb 17, 2012 at 4:36 PM, Pedro Costa  wrote:

> I found the problem...It is the browser, in the internet explorer
> works...In the firefox not
>
> Anybody know why?
>
> Thanks
>
>
>
>
>
>
>
> Em 17-02-2012 04:33, Serge Claudio Rafanoharana escreveu:
>
>  Dear Thomas,
>>
>> I get the same problem as Pedro. The legend tab appears but it is
>> inactive.
>> Is there any other settings?
>>
>> Cheers,
>> Serge
>>
>
>


-- 
Serge
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] MAP UILAYOUT issue in 4.2

2012-02-16 Thread Serge Claudio Rafanoharana
Dear All,

Has anybody succeeded to use the map_uilayout.phtml instead of
map_default.phtml in pmapper 4.2?
My problem is that whether it give me a blank page with only the reference
map and the banner, or it is always loading. Or is there any configuration
to be done for it?

I checked the config_default.xml and config_uilayout.xml from a clean
install and it seems that the differences are:

*optional/ui* in config
*png8* in default and *png*
in uilayout

in default and  in uilayout

Any idea?

Cheers,
Serge
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] swap legend

2012-02-16 Thread Serge Claudio Rafanoharana
Dear Thomas,

I get the same problem as Pedro. The legend tab appears but it is inactive.
Is there any other settings?

Cheers,
Serge

On Thu, Feb 16, 2012 at 8:55 PM, Thomas RAFFIN  wrote:

> Well, I've just modified the pmapper trunk version like that:
> - changing "attached" to "swap" in XML (pmapper -> ini -> ui -> tocStyle)
> - add the 2 lines in map_default.phtml
>
> And it works for me. Have you change anything else ? No js errors?
>
> Le 16/02/2012 14:09, Pedro Costa a écrit :
> > Em 16-02-2012 13:05, Thomas RAFFIN escreveu:
> >> Sorry, in map_default.phtml for instance in your pmapper directory
> > Thank you but, despite the legend tab  appear,it is inactive. I have
> > to do anything else?
> >
> > I have change the legend to swap in xml file
> >
> >
>
>
> --
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Display only Selection

2012-02-04 Thread Serge Claudio Rafanoharana
Dear JB,

You can try separating the two polygons to become two separated layers and
then when you select one of the layers, the other becomes inactive. I think
pmapper has this option.

Hope this can help,

Serge

On Fri, Feb 3, 2012 at 9:07 PM, John Beck  wrote:

> Dear List,
>
> I have a shapefile layer that contains two polygons that are side by side.
>  I would like to selectively turn off one of the polygons so that only one
> is visible on the map.  Any suggestions on how I could do this?  I thought
> about using the selection tool but could not figure out how to turn off the
> non-selected polygon.  Any help would be greatly appreciated.
>
> JB
>
> --
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Help with latest browsers

2012-02-02 Thread Serge Claudio Rafanoharana
Dear Eric,

Why not upgrading the pmapper side to overcome your problem since you've
used Mozilla 1.5.0.3 which was used for long time ago, now it's already
version 9... :))

Have a look at: http://svn.pmapper.net/trac/wiki/UpgradeInfo

Good luck,

Serge

On Thu, Feb 2, 2012 at 1:41 AM, 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 everything on the
> screen and a white patch hanging over i want to enable the site over new
> browsers. i bet its some issue with jscripts or development. Help i got
> this conference im running next week all must be up!
> --
> Eric Masese Omwanza,
>
> --
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Map not show ???

2012-01-24 Thread Serge Claudio Rafanoharana
Hi,

Try a clean install and make your modification step by step... I think that
would be the best solution unless someone else can find what's wrong with
your script...

Good luck...

Serge

On Tue, Jan 24, 2012 at 1:12 AM, aji setyo  wrote:

> Dear Serge,
>
> thanks very much,
> i have try with ur correction script, but the map still doesn't show :(
> now im getting wired cann't solve my problem
> or u have any idea for the case.
>
> sorry for my bad english
>
> On Fri, Jan 20, 2012 at 9:43 PM, Serge Claudio Rafanoharana <
> rafanohar...@gmail.com> wrote:
>
>> Try with this:
>>
>>
>>
>> 
>> # Adapt settings in map file pmapper_demo.map for the following
>> tags to match settings
>> # on your machine (see additionally MapServer documentation for detailed
>> information):
>> #
>> #  MAP
>> #SHAPEPATH
>> #FONTSET
>> #SYMBOLSET
>> #
>> #  WEB
>> #IMAGEPATH
>> #IMAGEURL
>> #
>>
>> ##
>>
>> #
>> # Start of map file
>> #
>> MAP
>> EXTENT 110.174904 -7.1663 110.614357 -6.923019 #110.174789 -7.409725
>> 110.816116 -6.769216
>>
>> UNITS dd
>>
>> #EXTENT -15 30 40 70
>> #UNITS dd
>> SIZE 600 500
>> SHAPEPATH "../../../pmapper_demodata"
>> SYMBOLSET "../common/symbols/symbols-pmapper.sym"
>> FONTSET "../common/fonts/msfontset.txt"
>> RESOLUTION 96
>> IMAGETYPE png
>> INTERLACE OFF
>> #CONFIG "PROJ_LIB" "C:/proj/nad/"
>> PROJECTION
>> "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs  no_defs"
>> END
>>
>>
>> #
>> # Image formates for GD
>> #
>> OUTPUTFORMAT
>>   NAME "png"
>>   DRIVER "GD/PNG"
>>   MIMETYPE "image/png"
>>   IMAGEMODE RGB
>>   FORMATOPTION  INTERLACE=OFF
>>   TRANSPARENT OFF
>>   EXTENSION "png"
>> END
>>
>> OUTPUTFORMAT
>>   NAME "png8"
>>   DRIVER "GD/PNG"
>>   MIMETYPE "image/png"
>>   IMAGEMODE PC256
>>   FORMATOPTION  INTERLACE=OFF
>>   TRANSPARENT OFF
>>   EXTENSION "png"
>> END
>>
>> OUTPUTFORMAT
>>   NAME "jpeg"
>>   DRIVER "GD/JPEG"
>>   MIMETYPE "image/jpeg"
>>   IMAGEMODE RGB
>>   FORMATOPTION "QUALITY=70"
>>   EXTENSION "jpg"
>> END
>>
>> #
>> # Image formats for AGG
>> #
>> # OUTPUTFORMAT   ### 24 bit PNG
>>   # NAME 'agg_png'
>>   # DRIVER AGG/PNG
>>   # IMAGEMODE RGB
>> # END
>>
>> # OUTPUTFORMAT  ### 32 bit PNG with alpha channel from transparency
>>   # NAME 'agg_pnga'
>>   # DRIVER AGG/PNG
>>   # IMAGEMODE RGBA
>> # END
>>
>> # OUTPUTFORMAT  ### 8 bit PNG
>>   # NAME 'agg_png8'
>>   # DRIVER AGG/PNG
>>   # IMAGEMODE RGB
>>   # FORMATOPTION "QUANTIZE_FORCE=ON"
>>   # FORMATOPTION "QUANTIZE_DITHER=OFF"
>>   # FORMATOPTION "QUANTIZE_COLORS=256"
>> # END
>>
>> # OUTPUTFORMAT
>>   # NAME 'agg_jpeg'
>>   # DRIVER AGG/JPEG
>>   # IMAGEMODE RGB
>> # END
>>
>>
>> OUTPUTFORMAT
>>   NAME GTiff
>>   DRIVER "GDAL/GTiff"
>>   MIMETYPE "image/tiff"
>>   IMAGEMODE RGB
>>   #FORMATOPTION "TFW=YES"
>>   #FORMATOPTION "COMPRESS=PACKBITS"
>>   EXTENSION "tif"
>> END
>>
>> OUTPUTFORMAT
>>   NAME imagemap
>>   MIMETYPE "text/html"
>>   FORMATOPTION SKIPENDTAG=OFF
>>   DRIVER imagemap
>> END
>>
>> #
>> # Start of web interface definition
>> #
>> WEB
>>   TEMPLATE "map.html"
>>   IMAGEPATH "/ms4w/tmp/ms_tmp/"
>>   IMAGEURL "/ms_tmp/"
>>   METADATA
>> #"MAPFILE_ENCODING" "ISO-8859-1"
>> #"ows_title" "WMS Demo Server"
>> #"ows_onlineresource" "http://wms.yourserver.org?owskey=test&";
>> #"ows_srs"   "EPSG:3035 EPSG:4326"
>>   END  # Metadata
>> END  # Web
>>
>>
>> #
>> # Start of Reference map definition
>> #
>> REFERENCE
>>

Re: [pmapper-users] Map not show ???

2012-01-20 Thread Serge Claudio Rafanoharana
D  #Map




Hope it works for you.

Cheers,

On Fri, Jan 20, 2012 at 3:04 AM, aji setyo  wrote:

> thanks Serge, but its just the same, the map doesn't show up :(
>
> in here my mapfile.
> can u check and if u have good time dude,
>
> thank you very much serge,
>
> 
>
> # Adapt settings in map file pmapper_demo.map for the following
> tags to match settings
> # on your machine (see additionally MapServer documentation for detailed
> information):
> #
> #  MAP
> #SHAPEPATH
> #FONTSET
> #SYMBOLSET
> #
> #  WEB
> #IMAGEPATH
> #IMAGEURL
> #
>
> ##
>
> #
> # Start of map file
> #
> MAP
> EXTENT 110.174904 -7.1663 110.614357 -6.923019 #110.174789 -7.409725
> 110.816116 -6.769216
>
> UNITS meters
> #EXTENT -15 30 40 70
> #UNITS dd
> SIZE 600 500
> SHAPEPATH "../../../pmapper_demodata"
> SYMBOLSET "../common/symbols/symbols-pmapper.sym"
> FONTSET "../common/fonts/msfontset.txt"
> RESOLUTION 96
> IMAGETYPE png
> INTERLACE OFF
> #CONFIG "PROJ_LIB" "C:/proj/nad/"
> PROJECTION
>
> END
>
>
> #
> # Image formates for GD
> #
> OUTPUTFORMAT
>   NAME "png"
>   DRIVER "GD/PNG"
>   MIMETYPE "image/png"
>   IMAGEMODE RGB
>   FORMATOPTION  INTERLACE=OFF
>   TRANSPARENT OFF
>   EXTENSION "png"
> END
>
> OUTPUTFORMAT
>   NAME "png8"
>   DRIVER "GD/PNG"
>   MIMETYPE "image/png"
>   IMAGEMODE PC256
>   FORMATOPTION  INTERLACE=OFF
>   TRANSPARENT OFF
>   EXTENSION "png"
> END
>
> OUTPUTFORMAT
>   NAME "jpeg"
>   DRIVER "GD/JPEG"
>   MIMETYPE "image/jpeg"
>   IMAGEMODE RGB
>   FORMATOPTION "QUALITY=70"
>   EXTENSION "jpg"
> END
>
> #
> # Image formats for AGG
> #
> # OUTPUTFORMAT   ### 24 bit PNG
>   # NAME 'agg_png'
>   # DRIVER AGG/PNG
>   # IMAGEMODE RGB
> # END
>
> # OUTPUTFORMAT  ### 32 bit PNG with alpha channel from transparency
>   # NAME 'agg_pnga'
>   # DRIVER AGG/PNG
>   # IMAGEMODE RGBA
> # END
>
> # OUTPUTFORMAT  ### 8 bit PNG
>   # NAME 'agg_png8'
>   # DRIVER AGG/PNG
>   # IMAGEMODE RGB
>   # FORMATOPTION "QUANTIZE_FORCE=ON"
>   # FORMATOPTION "QUANTIZE_DITHER=OFF"
>   # FORMATOPTION "QUANTIZE_COLORS=256"
> # END
>
> # OUTPUTFORMAT
>   # NAME 'agg_jpeg'
>   # DRIVER AGG/JPEG
>   # IMAGEMODE RGB
> # END
>
>
> OUTPUTFORMAT
>   NAME GTiff
>   DRIVER "GDAL/GTiff"
>   MIMETYPE "image/tiff"
>   IMAGEMODE RGB
>   #FORMATOPTION "TFW=YES"
>   #FORMATOPTION "COMPRESS=PACKBITS"
>   EXTENSION "tif"
> END
>
> OUTPUTFORMAT
>   NAME imagemap
>   MIMETYPE "text/html"
>   FORMATOPTION SKIPENDTAG=OFF
>   DRIVER imagemap
> END
>
> #
> # Start of web interface definition
> #
> WEB
>   TEMPLATE "map.html"
>   IMAGEPATH "/ms4w/tmp/ms_tmp/"
>   IMAGEURL "/ms_tmp/"
>   METADATA
> #"MAPFILE_ENCODING" "ISO-8859-1"
> #"ows_title" "WMS Demo Server"
> #"ows_onlineresource" "http://wms.yourserver.org?owskey=test&";
> #"ows_srs"   "EPSG:3035 EPSG:4326"
>   END  # Metadata
> END  # Web
>
>
> #
> # Start of Reference map definition
> #
> REFERENCE
>   EXTENT 110.174904 -7.1663 110.614357 -6.923019 #110.174789 -7.409725
> 110.816116 -6.769216 #220 140 800 540  ,
>   IMAGE "../../images/reference1.png"
>   SIZE 199 149
>   COLOR -1 -1 -1
>   OUTLINECOLOR 255 0 0
> END  # Reference
>
> LEGEND
> END
>
> #
> # Start of ScaleBar definition
> #
> SCALEBAR
>   STATUS OFF
>   TRANSPARENT off
>   INTERVALS 4
>   SIZE 200 3
>   UNITS kilometers
>   COLOR 250 250 250
>   OUTLINECOLOR 0 0 0
>   BACKGROUNDCOLOR 100 100 100
>   STYLE 0
>   POSTLABELCACHE true
>   LABEL
> COLOR 0 0 90
> #OUTLINECOLOR 200 200 200
> SIZE small
>   END  # Label
> END  # Reference
>
>
>
> # SYMBOLS USED IN PMAPPER
> # - 'circle' always necessary (used e.g. for highlight)
> # - 'square' used in currecnt map file
> # Symbols can also be defined via tag SYMBOLSET (see above)
> Symbol
>   Name 'circle'
>   Type

Re: [pmapper-users] Map not show ???

2012-01-19 Thread Serge Claudio Rafanoharana
Hi,

Have you tried working on the projection? Are you using UTM or Decimal
Degree?

I think your data is around Semarang in Central Java, so if you are using
UTM it should be something like:
PROJECTION
  "+proj=utm +zone=49 +south +ellps=WGS84 +datum=WGS84 +units=m
+no_defs  no_defs"
END

If using LATLON, try:

PROJECTION
"proj=longlat"
"ellps=WGS84"
"datum=WGS84"
  END


Hope it can help...

Cheers,
Serge


On Thu, Jan 19, 2012 at 11:04 PM, aji setyo  wrote:

> ooh thats typo,
> but if  i change to  "DATA "the_geom FROM jateng_kec USING UNIQUE gid" "
> << the map still doesn't show up,
> in attachement u can see the query is fine.
> what is the problem ??
>
> thanks 4 ur attention
>
>
> sorry for my bad english
>
> On Thu, Jan 19, 2012 at 9:17 PM, Serge Claudio Rafanoharana <
> rafanohar...@gmail.com> wrote:
>
>> Hi Aji,
>>
>> It is related to the projection. In your map file, you have the
>> information related to projection in comment. You have to decide for the
>> which/what projection to use. Another thing, when you call your data "DATA
>> "the_geom FROM jateng_kec USING UNIQUE gid using grid = -1"", do you really
>> need this grid= -1? I don't know but just wanna make sure you got it right.
>>
>> Regards,
>> Serge
>>
>> On Thu, Jan 19, 2012 at 2:52 AM, aji setyo  wrote:
>>
>>> ok, thanks 4 ur attention,
>>>
>>> sorry i have a stupid question !!!
>>> can u or all in this mailing list user explain, what its the function of
>>> PROJECTION ??? (in simple word please)
>>> cause i still confused about PROJECTION.
>>>
>>> thanks,
>>>
>>> sorry for my bad english
>>>
>>> On Thu, Jan 19, 2012 at 5:11 PM, Chris Jackson 
>>> wrote:
>>>
>>> > Hi,
>>> > All your layer projections seem to be hashed out - maybe you have more
>>> > than one projection in the mapfile?
>>> > Chris
>>> > On 19 Jan 2012 10:04, "aji setyo"  wrote:
>>> >
>>> >> Dear All,
>>> >>
>>> >> please help me 2 solve this case.
>>> >> the map doesn't show but query work fine
>>> >>
>>> >> this my map layer
>>> >>
>>> >> LAYER
>>> >>  NAME "kecamatan"
>>> >>  TYPE POLYGON
>>> >>  STATUS ON
>>> >> #  DATA "countries"
>>> >>  CONNECTIONTYPE POSTGIS
>>> >>  CONNECTION "user=postgres dbname=postgis host=localhost port=5432
>>> >> password=b4ji"
>>> >>  DATA "the_geom FROM jateng_kec USING UNIQUE gid using grid = -1"
>>> >>  TRANSPARENCY 30
>>> >> #  UNITS METERS
>>> >>  TEMPLATE void
>>> >>  PROJECTION
>>> >>#"init=epsg:4326"
>>> >> #"+proj=utm +zone=48 +ellps=WGS72 +units=m +no_defs  no_defs"
>>> >> #"+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs no_defs"
>>> >>END
>>> >>  METADATA
>>> >>"DESCRIPTION" "kecamatan"
>>> >>## ADAPTED TO MULTILINGUAL SHAPEFILE
>>> >>"RESULT_FIELDS" "gid,kode,kecamatan,kabupaten,propinsi"
>>> >>"RESULT_HEADERS" "gid,kode,kecamatan,kabupaten,propinsi"
>>> >>"ows_title"  "kecamatan"
>>> >>  END  # Metadata
>>> >>  CLASS
>>> >>NAME "kecamatan"
>>> >>COLOR 200 254 199
>>> >>OUTLINECOLOR 0 0 0
>>> >>BACKGROUNDCOLOR 0 0 255
>>> >>  END  # Class
>>> >> END  # Layer
>>> >>
>>> >>
>>> >> and this for xml config file
>>> >>
>>> >> 
>>> >>
>>> >>
>>> >>p.mapper - A MapServer PHP/MapScript
>>> >> Framework
>>> >>3
>>> >>export
>>> >>scalebar
>>> >>transparency
>>> >>
>>> >>
>>> >>
>>> >>default
>>> >>
>>>  javascript/src
>>> >>common/print.xml
>>> >> 

Re: [pmapper-users] Map not show ???

2012-01-19 Thread Serge Claudio Rafanoharana
Hi Aji,

It is related to the projection. In your map file, you have the information
related to projection in comment. You have to decide for the which/what
projection to use. Another thing, when you call your data "DATA "the_geom
FROM jateng_kec USING UNIQUE gid using grid = -1"", do you really need this
grid= -1? I don't know but just wanna make sure you got it right.

Regards,
Serge

On Thu, Jan 19, 2012 at 2:52 AM, aji setyo  wrote:

> ok, thanks 4 ur attention,
>
> sorry i have a stupid question !!!
> can u or all in this mailing list user explain, what its the function of
> PROJECTION ??? (in simple word please)
> cause i still confused about PROJECTION.
>
> thanks,
>
> sorry for my bad english
>
> On Thu, Jan 19, 2012 at 5:11 PM, Chris Jackson 
> wrote:
>
> > Hi,
> > All your layer projections seem to be hashed out - maybe you have more
> > than one projection in the mapfile?
> > Chris
> > On 19 Jan 2012 10:04, "aji setyo"  wrote:
> >
> >> Dear All,
> >>
> >> please help me 2 solve this case.
> >> the map doesn't show but query work fine
> >>
> >> this my map layer
> >>
> >> LAYER
> >>  NAME "kecamatan"
> >>  TYPE POLYGON
> >>  STATUS ON
> >> #  DATA "countries"
> >>  CONNECTIONTYPE POSTGIS
> >>  CONNECTION "user=postgres dbname=postgis host=localhost port=5432
> >> password=b4ji"
> >>  DATA "the_geom FROM jateng_kec USING UNIQUE gid using grid = -1"
> >>  TRANSPARENCY 30
> >> #  UNITS METERS
> >>  TEMPLATE void
> >>  PROJECTION
> >>#"init=epsg:4326"
> >> #"+proj=utm +zone=48 +ellps=WGS72 +units=m +no_defs  no_defs"
> >> #"+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs no_defs"
> >>END
> >>  METADATA
> >>"DESCRIPTION" "kecamatan"
> >>## ADAPTED TO MULTILINGUAL SHAPEFILE
> >>"RESULT_FIELDS" "gid,kode,kecamatan,kabupaten,propinsi"
> >>"RESULT_HEADERS" "gid,kode,kecamatan,kabupaten,propinsi"
> >>"ows_title"  "kecamatan"
> >>  END  # Metadata
> >>  CLASS
> >>NAME "kecamatan"
> >>COLOR 200 254 199
> >>OUTLINECOLOR 0 0 0
> >>BACKGROUNDCOLOR 0 0 255
> >>  END  # Class
> >> END  # Layer
> >>
> >>
> >> and this for xml config file
> >>
> >> 
> >>
> >>
> >>p.mapper - A MapServer PHP/MapScript
> >> Framework
> >>3
> >>export
> >>scalebar
> >>transparency
> >>
> >>
> >>
> >>default
> >>
>  javascript/src
> >>common/print.xml
> >>inline
> >>
> >>
> >>pmapper_demo_coba.map
> >>common/template.map
> >>
> >>
> >>kecamatan
> >>
> >>
> >>
> >>
> >>
> >>kecamatan
> >>
> >>
> >>
> >>kecamatan
> >>
> >>
> >>1
> >>png
> >>jpeg
> >>
> >>jpl_wms_global_mosaic
> >>dem
> >>
> >>max
> >>10
> >>
> >>
> >>300
> >>0 255 255
> >>1
> >>nquery
> >>search
> >>search
> >>nquery
> >>dynwin
> >>1
> >>1
> >>0.02
> >>
> >>
> >>tree
> >>attached
> >>1
> >>1
> >>1
> >>18
> >>14
> >>
> >>
> >>en
> >>UTF-8
> >>1
> >>
> >>
> >>png
> >>jpeg
> >>2
> >>
> >>
> >>150
> >>200
> >>300
> >>
> >>
> >>MDB2
> >>Europe/Vienna
> >>
> >>
> >>
> >>XLS
> >>CSV
> >>PDF
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>$
> >>
> >>
> >> >> wildcard="0" />
> >>
> >>
> >> 
> >>
> >>
> >> 
> >>
> >> capture for my case >>>  (
> >> https://twitter.com/#!/SetyoAjii/status/159938547321810944/photo/1 )
> >>
> >> thanks for your attention.
> >>
> >> and sorro for my bad english.
> >>
> >>
> >> --
> >>
> >>
> >> *Tri Setyo Aji
> >>
> >> *+62856 3520707 | +6224 33043304
> >>
> >>
> --
> >> Keep Your Developer Skills Current with LearnDevNow!
> >> The most comprehensive online learning library for Microsoft developers
> >> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> >> Metro Style Apps, more. Free future releases when you subscribe now!
> >> http://p.sf.net/sfu/learndevnow-d2d
> >> ___
> >> pmapper-users mailing list
> >> pmapper-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >>
> >
>
>
> --
>
>

Re: [pmapper-users] chile mapper

2011-12-14 Thread Serge Claudio Rafanoharana
Dear Silvio,

I don't know what you mean by chile mapper but I guess you need the map. If
so, there are plenty of data out there (Google) but make sure about the
resolution and accuracy...
Here is one link where you can download *World - Countries Map (Shape
format)*. From it, you can just select and export your area of interest.
http://www.bluemarblegeo.com/products/worldmapdata.php?op=download
You just need to register. It's free.

Hope it can help.

Serge

On Tue, Dec 13, 2011 at 9:08 AM, silvio rodriguez gaete <
silvio.rodrigue...@gmail.com> wrote:

> hello,
> i need chile mapper, including utm or geoagraphic coordenates, is possible?
> thank you
> silvio rodriguez
>
> --
> Systems Optimization Self Assessment
> Improve efficiency and utilization of IT resources. Drive out cost and
> improve service delivery. Take 5 minutes to use this Systems Optimization
> Self Assessment. http://www.accelacomm.com/jaw/sdnl/114/51450054/
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Cloud Computing - Latest Buzzword or a Glimpse of the Future?
This paper surveys cloud computing today: What are the benefits? 
Why are businesses embracing it? What are its payoffs and pitfalls?
http://www.accelacomm.com/jaw/sdnl/114/51425149/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper administrative interface

2011-12-12 Thread Serge Claudio Rafanoharana
Hi Armin,

It's interesting... 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 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 reduce the amount of interaction of an administrator
> would be to try to define everything in the map file, without the
> necessity of modifying the XML config file. It is e.g. not necessary to
> define the layers/groups and categories in the XML file. The categories
> can be defined as well in the map file using the METADATA tag
>   "CATEGORY" "cat_admin"
> or
>   "CATEGORY" "cat_admin:Administrative Data"
> if you directly want to define the descriptive name visible in the
> application in the map file.
>
> You could define the layers in separate files and just reference them to
> the map file using the INCLUDE tag for adding a newly defined one, like
>
> INCLUDE "/home/pmapper/myapp/country.lyr"
> INCLUDE "/home/pmapper/myapp/cities.lyr"
>
> see http://mapserver.org/mapfile/Include.html
>
> Doing this could also be mainly automated with some scripting (PHP,
> Perl, Python, Unix shell, etc), and would require to run an update
> script once that checks for new layer definition files and add them to
> the map file.
>
> Armin
>
> On 09/12/2011 16:37, George Owusu wrote:
> > Hello,
> >
> > Is there pmapper administrative interface that an administrator can use
> to
> > upload shape files and it will automatically be displayed for clients to
> > view them?
> >
> > Thanks,
> >
> > George
> >
> --
> > Cloud Services Checklist: Pricing and Packaging Optimization
> > This white paper is intended to serve as a reference, checklist and
> point of
> > discussion for anyone considering optimizing the pricing and packaging
> model
> > of a cloud services business. Read Now!
> > http://www.accelacomm.com/jaw/sfnl/114/51491232/
> > ___
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
>
>
> --
> Cloud Services Checklist: Pricing and Packaging Optimization
> This white paper is intended to serve as a reference, checklist and point
> of
> discussion for anyone considering optimizing the pricing and packaging
> model
> of a cloud services business. Read Now!
> http://www.accelacomm.com/jaw/sfnl/114/51491232/
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] default line or outlinecolor thicker in pmapper 4.2

2011-12-08 Thread Serge Claudio Rafanoharana
Dear Armin and Thomas,

I got it by adding:
STYLE
 OUTLINECOLOR 232 61 23
 WIDTH 0.5
 ANTIALIAS TRUE
END
in my class. So I can play with the width.

Thank you.

Serge

On Thu, Dec 8, 2011 at 9:53 AM, Thomas RAFFIN  wrote:

> Hi
>
> This plugin could help you to find good sizes:
> http://svn.pmapper.net/trac/wiki/PluginsToc#SizeupandDownObject
> ;-)
>
> Le 08/12/2011 18:18, Armin Burger a écrit :
> > 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 MapServer version you use. In
> > MS 6 PNG&  JPEG default output formats use AGG and hence anti-aliasing,
> > in MS 5.6 not. So you need to try the various configuration options for
> > the ouptformat. see
> >
> > http://mapserver.org/mapfile/outputformat.html
> >
> > For more help on this I'd recommend the MS mailing list, you will very
> > likely get more and faster help there for this type of issue.
> >
> > armin
> >
> >
> >
> --
> > Cloud Services Checklist: Pricing and Packaging Optimization
> > This white paper is intended to serve as a reference, checklist and
> point of
> > discussion for anyone considering optimizing the pricing and packaging
> model
> > of a cloud services business. Read Now!
> > http://www.accelacomm.com/jaw/sfnl/114/51491232/
> > ___
> > pmapper-users mailing list
> > pmapper-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >
> >
>
>
> --
> Cloud Services Checklist: Pricing and Packaging Optimization
> This white paper is intended to serve as a reference, checklist and point
> of
> discussion for anyone considering optimizing the pricing and packaging
> model
> of a cloud services business. Read Now!
> http://www.accelacomm.com/jaw/sfnl/114/51491232/
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] default line or outlinecolor thicker in pmapper 4.2

2011-12-08 Thread Serge Claudio Rafanoharana
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,

-- 
Serge
--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Trouble opening application

2011-12-07 Thread Serge Claudio Rafanoharana
Hi,

I do not know whether it is related to your version of pmapper and
mapserver but just have a look around there. Once I had a similar problem
related to this globals.php and map file and it was related to the version.

Hope it can help.

Serge


On Wed, Dec 7, 2011 at 10:52 AM, Armin Burger  wrote:

>
>
> 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 'MapScriptException' with message 'Failed to
> open
> > map file "C:/ms4w/apps/pmapper/pmapper-4.2.0/config/gispati/gispati.map"'
> > in C:\ms4w\apps\pmapper\pmapper-4.2.0\incphp\globals.php:66 Stack trace:
> #0
> > C:\ms4w\apps\pmapper\pmapper-4.2.0\incphp\globals.php(66):
> > ms_newMapObj('C:/ms4w/apps/pm...') #1
> > C:\ms4w\apps\pmapper\pmapper-4.2.0\map_default.phtml(43):
> > require_once('C:\ms4w\apps\pm...') #2 {main} thrown in
> > C:\ms4w\apps\pmapper\pmapper-4.2.0\incphp\globals.php on line 66 "
> >
> > What I have suppose to do ? please advice ..
> >
>
> run the various steps of debugging as described in the p.mapper Wiki
> FAQ. In your case it seems to be related to an error in the map file
> which can be identified using the methods described in the Wiki.
>
> armin
>
>
>
>
> --
> Cloud Services Checklist: Pricing and Packaging Optimization
> This white paper is intended to serve as a reference, checklist and point
> of
> discussion for anyone considering optimizing the pricing and packaging
> model
> of a cloud services business. Read Now!
> http://www.accelacomm.com/jaw/sfnl/114/51491232/
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] X and Y coordinate (bottom-left) convert to Degree Minutes Seconds

2011-11-26 Thread Serge Claudio Rafanoharana
Hi Armin,

I think I will use decimal degree for now. It works very fine...

Thanks,

Serge

On Sun, Nov 6, 2011 at 7:15 AM, Armin Burger  wrote:

> 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=321 +ellps=GRS80 +units=m
> +no_defs ";
> PM.ZoomBox.coordsDisplayReproject = true;
> PM.ZoomBox.coordsDisplaySrcPrj = "EPSG:3035";
> PM.ZoomBox.coordsDisplayDstPrj = "EPSG:4326";
> PM.ZoomBox.coordsDisplayRfactor = 4;
>
>
> You need to adapt the values according to your UTM projection, should be
> something like
>
> Proj4js.defs["EPSG:32632"]="+proj=utm +zone=32 +ellps=WGS84 +datum=WGS84
> +units=m +no_defs ";
> PM.ZoomBox.coordsDisplayReproject = true;
> PM.ZoomBox.coordsDisplaySrcPrj = "EPSG:32632";
> PM.ZoomBox.coordsDisplayDstPrj = "EPSG:4326";
> PM.ZoomBox.coordsDisplayRfactor = 4;
>
>
> If you need to have deg-min-sec notation then you must overwrite the
> function "displayCoordinates" in "pm.zoombox.js" (see the FAQ for
> customizations for best practice how to do that) and reformat the
> decimal degrees to d-m-s.
>
> armin
>
>
> On 04/11/2011 05:01, Rafanoharana Serge Claudio wrote:
> > Dear all,
> >
> > I would like to change the X and Y coordinates at the bottom left of the
> > browser to Degree Minutes Seconds. My data are in UTM and the information
> > about X and Y is also in UTM.
> >
> > Any idea?
> >
> > Regards,
> >
>
>
> --
> RSA(R) Conference 2012
> Save $700 by Nov 18
> Register now
> http://p.sf.net/sfu/rsa-sfdev2dev1
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2011-11-26 Thread Serge Claudio Rafanoharana
Hi Armin,

Thanks a lot... Both web1 and web2 work great...
I made a fresh install and followed the quick install instructions...

Regards,

Serge



On Sat, Nov 26, 2011 at 12:27 AM, Armin Burger  wrote:

> 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 configuration files, just install everything
> under the htdocs directory, using 2 different web directories (install
> and configure 1 and then copy). Then the URL should be like
>  http://localhost/web1
>  http://localhost/web2
>
>
> You mainly need to adapt the paths inside the map file for the tmp
> directory of IMAGEPATH and set the "/images/legend/" directory writable
> by the web server user (I guess on MS4W under Win XP this should already
> be the case if Apache is running as a windows service). All as described
> in the wiki.
>
> I cannot tell you much about MS4W specialities since I never use it and
> could not get PHP working on an XP virtual machine for testing...
>
> armin
>
> On 26/11/2011 06:34, Serge Claudio Rafanoharana wrote:
> > Hi Armin,
> >
> > Thanks for your reply.
> > First I use Windows, MS4W 3.0.3, pmapper 4.2
> >
> > What I need is 2 totally different pmapper, without any relationship. I
> > mean 2 different projects. So inside my local server, I will have 2
> folders
> > web1 and web2.
> >
> > Up till now, I use the pmapper-4.2.0-ms4w.zip package so it is installed
> > directly under C:\ms4w\apps with the httpd_pmapper.conf under
> > C:\ms4w\httpd.d
> > Then if I install another pmapper, it will rewrite the one that I already
> > have.
> >
> > One more thing, I would like my pmapper under C:\ms4w\Apache\htdocs like
> > other common website, how would I do that? so in final, I will have 2
> > pmapper website under C:\ms4w\Apache\htdocs like web1 and web2.
> >
> > I hope it is clear.
> >
> > Regards,
> >
> > Serge
> >
> > On Fri, Nov 25, 2011 at 9:11 AM, Armin Burger >wrote:
> >
> >> 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?
> >>>
> >>> Regards,
> >>>
> >>
> >> you would need to specify more precisely what you want to do, there are
> >> too many possibilities of what "2 pmapper on one server" could mean...
> >>
> >> armin
> >>
> >>
> >>
> --
> >> All the data continuously generated in your IT infrastructure
> >> contains a definitive record of customers, application performance,
> >> security threats, fraudulent activity, and more. Splunk takes this
> >> data and makes sense of it. IT sense. And common sense.
> >> http://p.sf.net/sfu/splunk-novd2d
> >> ___
> >> pmapper-users mailing list
> >> pmapper-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/pmapper-users
> >>
> >
> >
> >
>
>
> --
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2011-11-25 Thread Serge Claudio Rafanoharana
Hi Armin,

Thanks for your reply.
First I use Windows, MS4W 3.0.3, pmapper 4.2

What I need is 2 totally different pmapper, without any relationship. I
mean 2 different projects. So inside my local server, I will have 2 folders
web1 and web2.

Up till now, I use the pmapper-4.2.0-ms4w.zip package so it is installed
directly under C:\ms4w\apps with the httpd_pmapper.conf under
C:\ms4w\httpd.d
Then if I install another pmapper, it will rewrite the one that I already
have.

One more thing, I would like my pmapper under C:\ms4w\Apache\htdocs like
other common website, how would I do that? so in final, I will have 2
pmapper website under C:\ms4w\Apache\htdocs like web1 and web2.

I hope it is clear.

Regards,

Serge

On Fri, Nov 25, 2011 at 9:11 AM, Armin Burger wrote:

> 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?
> >
> > Regards,
> >
>
> you would need to specify more precisely what you want to do, there are
> too many possibilities of what "2 pmapper on one server" could mean...
>
> armin
>
>
> --
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Multiple pmapper in one server

2011-11-25 Thread Serge Claudio Rafanoharana
Forget to mention that I use pmapper 4.0.0 with MS4W 2.3.1

Thank you,

Serge


On Fri, Nov 25, 2011 at 12:36 AM, Serge Claudio Rafanoharana <
rafanohar...@gmail.com> 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?
>
> Regards,
>
> --
> Serge
>



-- 
Serge
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Multiple pmapper in one server

2011-11-25 Thread Serge Claudio Rafanoharana
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?

Regards,

-- 
Serge
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] How to open the hiperlinks in the same dialog box of pmapper?

2011-11-18 Thread Serge Claudio Rafanoharana
Hi Salo,

To do that, you need to check and know how pmapper deals with the dialog
box.

You can give it a try by adding the same functions and scripts let's say
similar to help.

- pm.pmapper.jsinjavascript/src-> add dialog (line 242) and
open dialog (line 360)
- js_configinconfig/default-> Tool link elements (line 196)
- language_eninincphp/locale  -> depending on the language you use
- yourfile.phtml under your main site folder  -> you can refer to the
help.phtml

Hope it can help.

Serge



On Fri, Nov 18, 2011 at 5:45 PM, salo  wrote:

>
> Hello everyone,
>
> I want to open a hiperlink in same dialog box that pmapper use to open
> search, help, etc.
>
> Please help me!
>
> Thanks!
>
> Salo.
>
>
> --
> View this message in context:
> http://old.nabble.com/How-to-open-the-hiperlinks-in-the-same-dialog-box-of-pmapper--tp32865640p32865640.html
> Sent from the pmapper users mailing list archive at Nabble.com.
>
>
>
> --
> All the data continuously generated in your IT infrastructure
> contains a definitive record of customers, application performance,
> security threats, fraudulent activity, and more. Splunk takes this
> data and makes sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-novd2d
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>



-- 
Serge
--
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users