Re: [mapserver-users] mapserver queries and java / javascript

2019-01-11 Thread Arthur Delorme
s of each. --Steve *From:*mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Arthur Delorme *Sent:* Thursday, January 10, 2019 8:44 AM *To:* mapserver-users *Subject:* Re: [mapserver-users] mapserver queries and java / javascript Thanks for your answer Yves.

Re: [mapserver-users] mapserver queries and java / javascript

2019-01-11 Thread Arthur Delorme
(and dbox, a pure JavaScript implementation) but abandoned those long ago for OpenLayers and Leaflet. I’d have to see your app to comment on appropriateness of each. --Steve *From:*mapserver-users [mailto:mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Arthur Delorme *Sent:* Thursday

Re: [mapserver-users] mapserver queries and java / javascript

2019-01-10 Thread Arthur Delorme
*Vastaanottaja:* Arthur Delorme *Kopio:* mapserver-users *Aihe:* Re: [mapserver-users] mapserver queries and java / javascript Hello Arthur You can find such features in two main projects: * OpenLayers: http://www.openlayers.org/ * leaflet: https://leafletjs.com/ Regards, Y. Le jeu. 10 janv

Re: [mapserver-users] mapserver queries and java / javascript

2019-01-10 Thread Arthur Delorme
can find such features in two main projects: * OpenLayers: http://www.openlayers.org/ * leaflet: https://leafletjs.com/ Regards, Y. Le jeu. 10 janv. 2019 à 15:03, Arthur Delorme <mailto:delo...@ipgp.fr>> a écrit : Hello, Years ago there was a Java code called JBox, which

[mapserver-users] mapserver queries and java / javascript

2019-01-10 Thread Arthur Delorme
Hello, Years ago there was a Java code called JBox, which were very nice to make multiple queries by drawing a box on the map (which you could also use in browse mode to zoom). With the restrictions on Java in modern web browsers, I would like to replace JBox with something else, maybe some

Re: [mapserver-users] Zooming

2012-12-05 Thread Arthur Delorme
Of Arthur Delorme Sent: Monday, December 03, 2012 8:03 AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] Zooming Hello, Is there a way to perform a zoom with input instead of select or radio? I used to do that with the following code but it's not working anymore on recent versions

[mapserver-users] Zooming

2012-12-03 Thread Arthur Delorme
Hello, Is there a way to perform a zoom with input instead of select or radio? I used to do that with the following code but it's not working anymore on recent versions of Firefox: input type=image name=zoom src=dezoom.png value=-2 / input type=image name=zoom src=zoom.png value=2 / Thank

Re: [mapserver-users] Compatibility between mapserver versions: nquery issue

2012-11-28 Thread Arthur Delorme
:53 AM, Arthur Delorme wrote: Thank you for your help Steve, you're right: after some testing, it seems that template files with a .php extension are not working. I have general header.php and footer.php files (described in the WEB section of the mapfile) and several header, body and footer php

Re: [mapserver-users] Compatibility between mapserver versions: nquery issue

2012-11-27 Thread Arthur Delorme
, what are your templates named? Steve -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Arthur Delorme Sent: Monday, November 26, 2012 10:38 AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users

[mapserver-users] Compatibility between mapserver versions: nquery issue

2012-11-26 Thread Arthur Delorme
Hello, A few years ago, I developed a web interface to access data (informations and download) through spatial queries. It was based on mapserver 5.2.0 but I would like to update my code to mapserver 6.2.0 and I don't get how spatial queries are working nowadays. As far as I understood,