Re: [mapserver-users] Differerent output format for GetFeatureInfo - template strategy

2020-07-13 Thread jorge.mendesdejesus
Thank you for suggestions concerning the GetFeatureInfo  For one reason or another, I have implemented the suggestion of having all layers bundle, on mapserver template  like: // mapserver template[resultset layer="Acrisols"]{  "type": "FeatureCollection",:[/resultset][resultset

Re: [mapserver-users] Differerent output format for GetFeatureInfo - template strategy

2020-06-27 Thread Steve Lime
If your data is very standardized I can see where this would be helpful. I think if the layer attribute was interpreted as a regex then that might do the trick. I’d advocate adding another attribute though to avoid a regression since layer names commonly contain characters that would be

Re: [mapserver-users] Differerent output format for GetFeatureInfo - template strategy

2020-06-25 Thread Seth G
Hi, I'm not sure if you have a custom template for each layer already, or if this something you want to avoid? I'm guessing ideally you want to be able to change the LAYER - TEMPLATE via the URL? Although this is not listed in the docs at