Re: [mapserver-users] How return a different result for different IPs

2018-03-06 Thread Kralidis, Tom (EC)
Hi Andrea: correct.  You can find examples in Python, Perl, PHP, etc.
depending on your environment/requirements.

Cheers

..Tom

From: Andrea Peri [mailto:aperi2...@gmail.com] 
Sent: 06 March 2018 11:41
To: Kralidis, Tom (EC)
Cc: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] How return a different result for different IPs

HiTom,
Thx for hint it seem really an interesting solution.
I dont know was possible to adjust the mapfle objet before executing it.
I search and find this doc

http://www.mapserver.org/ogc/mapscript.html
right it ?

Thx,
A.

2018-03-06 16:18 GMT+01:00 Kralidis, Tom (EC) <tom.krali...@canada.ca>:
Hi Andrea:

You could serve your WMS via MapScript which could intercept the
request and adjust the mapfile object in memory before executing the response.

We've done this with Python MapScript in implementing the WMS Best Practice
for Time/Elevation, but there's no reason why the same approach couldn't work
with processing IPs.

Hope this helps.

..Tom


From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On 
Behalf Of Andrea Peri
Sent: 06 March 2018 10:12
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] How return a different result for different IPs

Hi,
I need to implement a wms mapserver service where from a layer.
when done a GetFeatureInfo the system return a different geometry for 
differents IP address.
More explicitly. It should return the exact geometry for some explicited IP 
address and return instead the Boundign Box for every other IP address.

Actually the only one solution I know is implement a front-end filter that 
redirect to one wms service where the dataset is with bbox geometry only for 
some IP and redirect to another wms system where there s a dataset with exact 
geometries for specific IP addresses.

But of course I like if there is a choice of solution inside the mapserver 
world.

Any help is welcome.Thx,
Andrea
--
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-



-- 
-
Andrea Peri
. . . . . . . . . 
qwerty àèìòù
-
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] How return a different result for different IPs

2018-03-06 Thread Andrea Peri
HiTom,

Thx for hint it seem really an interesting solution.

I dont know was possible to adjust the mapfle objet before executing it.

I search and find this doc

http://www.mapserver.org/ogc/mapscript.html

right it ?

Thx,
A.


2018-03-06 16:18 GMT+01:00 Kralidis, Tom (EC) :

> Hi Andrea:
>
> You could serve your WMS via MapScript which could intercept the
> request and adjust the mapfile object in memory before executing the
> response.
>
> We've done this with Python MapScript in implementing the WMS Best Practice
> for Time/Elevation, but there's no reason why the same approach couldn't
> work
> with processing IPs.
>
> Hope this helps.
>
> ..Tom
>
>
> From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On
> Behalf Of Andrea Peri
> Sent: 06 March 2018 10:12
> To: mapserver-users@lists.osgeo.org
> Subject: [mapserver-users] How return a different result for different IPs
>
> Hi,
> I need to implement a wms mapserver service where from a layer.
> when done a GetFeatureInfo the system return a different geometry for
> differents IP address.
> More explicitly. It should return the exact geometry for some explicited
> IP address and return instead the Boundign Box for every other IP address.
>
> Actually the only one solution I know is implement a front-end filter that
> redirect to one wms service where the dataset is with bbox geometry only
> for some IP and redirect to another wms system where there s a dataset with
> exact geometries for specific IP addresses.
>
> But of course I like if there is a choice of solution inside the mapserver
> world.
>
> Any help is welcome.Thx,
> Andrea
> --
> -
> Andrea Peri
> . . . . . . . . .
> qwerty àèìòù
> -
>



-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] How return a different result for different IPs

2018-03-06 Thread Kralidis, Tom (EC)
Hi Andrea:

You could serve your WMS via MapScript which could intercept the
request and adjust the mapfile object in memory before executing the response.

We've done this with Python MapScript in implementing the WMS Best Practice
for Time/Elevation, but there's no reason why the same approach couldn't work
with processing IPs.

Hope this helps.

..Tom


From: mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] On 
Behalf Of Andrea Peri
Sent: 06 March 2018 10:12
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] How return a different result for different IPs

Hi,
I need to implement a wms mapserver service where from a layer.
when done a GetFeatureInfo the system return a different geometry for 
differents IP address.
More explicitly. It should return the exact geometry for some explicited IP 
address and return instead the Boundign Box for every other IP address.

Actually the only one solution I know is implement a front-end filter that 
redirect to one wms service where the dataset is with bbox geometry only for 
some IP and redirect to another wms system where there s a dataset with exact 
geometries for specific IP addresses.

But of course I like if there is a choice of solution inside the mapserver 
world.

Any help is welcome.Thx,
Andrea 
-- 
-
Andrea Peri
. . . . . . . . . 
qwerty àèìòù
-
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users