Brent Fraser

Results 91 comments of Brent Fraser

Yes! Something like: ``` Adding Layers for Display How-to add a layer How-to Add Attribution to a layer How-to add an AGS Tile Layer How-to add Bing layers How-to use...

Display of WFS EPSG:4326 features works! But Identify and Select does not. GeoMoose/OL sends a GetFeature request with a Filter containing `geom` which must be a default somewhere in the...

Here's my mapbook for testing this PR (AKA Issue #542 ), as well as Issue #772 ``` https://mrdata.usgs.gov/wfs/sgmc2 https://demo.mapserver.org/cgi-bin/wfs? https://ahocevar.com/geoserver/wfs? https://a.tile.openstreetmap.org/{z}/{x}/{y}.png https://b.tile.openstreetmap.org/{z}/{x}/{y}.png https://c.tile.openstreetmap.org/{z}/{x}/{y}.png OpenStreetMap Contributors. ]]> ]]> ```

The the data web page: https://mrdata.usgs.gov/geology/state/state.php?state=MN (note there is an error in its WFS link)

That's true. I was thinking more for servers I have no control over.

And would rather not proxy the stream through my mapserver, although it's good to have the option.

Using the recent PR #787 I crafted a mapsource to test this issue (note the map-source attribute `src-proj` ): ``` https://mrdata.usgs.gov/wfs/sgmc2 ``` While the server now seems to respond with...

An [better?] alternative would be to implement a tag in the mapsource and have GeoMoose reproject the request parameters and response values.