[mapserver-users] map server (map script mode) zoom in and zoom out like google zooming

2015-07-09 Thread ankur chitranshi
Dear All, Kindly help me out, for improving my map server(map script ) Zoom In & Zoom Out , work as similar to google zooming .. thanks in advance -- thanks & regards Ankur Chitranshi ___ mapserver-users mailing list mapserver-users@lists.osgeo.org h

Re: [mapserver-users] map server (map script mode) zoom in and zoom out like google zooming

2015-07-09 Thread Vladimir
Hi  Ankur, Why don' t you use client-side interaction? For example Openlayers has this ability out-of-box. >Dear All,  > > Kindly help me out, for improving my map server(map script ) Zoom In & Zoom >Out , work as similar to google zooming .. > >thanks in advance > >-- >thanks & regards >Ankur

Re: [mapserver-users] map server (map script mode) zoom in and zoom out like google zooming

2015-07-10 Thread ankur chitranshi
Dear Vladimir that is ok, but i am also want to made the same as in ms4w(map script mode) also Kindly help me out, for improving my map server(map script ) Zoom In & Zoom Out , work as similar to google map, zooming .. On Fri, Jul 10, 2015 at 11:57 AM, Vladimir wrote: > Hi Ankur, > > Why

Re: [mapserver-users] map server (map script mode) zoom in and zoom out like google zooming

2015-07-10 Thread Jörg Thomsen
Hello, MapServer does not provide any zoom-functionality, it only generates maps or maptiles (and some other geodata). any interaction has to be done client-sided. I think you need sth like OpenLayers or Leaflet. > but i am also want to made the same as in ms4w(map script mode) can you point us t

Re: [mapserver-users] map server (map script mode) zoom in and zoom out like google zooming

2015-07-10 Thread Vladimir
Ankur,  i am not familiar with ms4w, but it seems the principle is general. First you need to configure WMS service, then to request it from client-side. Example for a line data in Postgis, PHP Mapscript 6.4.1 and OpenLayers 3:  yourMapFile.map -- MAP NAME "youMapName" STATUS ON UNITS ME