Re: [mapserver-users] map file syntax for geojson file formats

2019-01-11 Thread Lime, Steve D (MNIT)
It's actually GDAL/OGR that provides GeoJson read support. So assuming you have a file called cemeteries.geojson it should be as simple as replacing: DATA './cemeteries.shp' with: CONNECTIONTYPE OGR CONNECTION './cemeteries.geojson' See https://mapserver.org/input/vector/ogr.html for

[mapserver-users] map file syntax for geojson file formats

2019-01-11 Thread e.arapostathis
Hello, As few years have passed since the time that I was using mapserver constantly (before geojson file format started emerging) I would like to ask if there is any basic difference while creating the map files. It would be of great help if you could provide me an example in the

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

2019-01-11 Thread Arthur Delorme
I think I definitely need help with this :) I did some cleaning to reduce the interface to a very basic example. The "box" button was used to activate selection with jbox (either for zooming or nquerying) -- without jbox anymore it generates a JS error of course. There is only 1 layer here,

[mapserver-users] Documentation of wcs_size and wcs_resolution

2019-01-11 Thread Rahkonen Jukka (MML)
Hi, I know that there are keywords "wcs_size" and "wcs_resolution" for configuring a WCS service but the only documentation I can find about those is the sentence "when wcs_extent and wcs_size/wcs_resolution are set" in https://www.mapserver.org/ogc/wcs_server.html#reference-section. I can

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

2019-01-11 Thread Arthur Delorme
Hello Steve, Better late than never then, thanks for jbox! Unfortunately, the app is not online and it would be appropriate to make a simpler, clean version rather than sharing the code as it is, as it's a little messy. I will have a look at OpenLayers and Leaflet to see how to do. And if I