Spatial Test Data: Difference between revisions
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
I use these sources for testing [[OpenLayers]] in ol-react examples | I use these sources for testing [[OpenLayers]] in ol-react examples | ||
Source for ol-react is in Git at http://github.com/Wildsong/ol-react and it's available as a package in the npm repository too. | |||
On my internal GeoServer Layer Preview page, I can test nearly any OGC service directly. | On my internal GeoServer Layer Preview page, I can test nearly any OGC service directly. | ||
Line 15: | Line 17: | ||
| WFS-T || GeoServer || [https://geoserver.wildsong.biz/geoserver/clatsop_wm/ows?service=WFS&version=2.0.0&request=GetFeature&typeName=clatsop_wm%3Aweb_markers&maxFeatures=50&outputFormat=text%2Fjavascript Web Markers (internal)] || 6 (GeoJSON) *can't edit yet! | | WFS-T || GeoServer || [https://geoserver.wildsong.biz/geoserver/clatsop_wm/ows?service=WFS&version=2.0.0&request=GetFeature&typeName=clatsop_wm%3Aweb_markers&maxFeatures=50&outputFormat=text%2Fjavascript Web Markers (internal)] || 6 (GeoJSON) *can't edit yet! | ||
|- | |- | ||
| WFS || ArcGIS || | | WFS || ArcGIS || ??? || untested | ||
|- | |- | ||
| WMS (raster tiles) || GeoServer || [https://geoserver.wildsong.biz/geoserver/clatsop_wm/wms?service=WMS&version=1.3.0&layers=clatsop_wm%3Ataxlots&request=GetCapabilities Taxlots (internal)] || 1 | | WMS (raster tiles) || GeoServer || [https://geoserver.wildsong.biz/geoserver/clatsop_wm/wms?service=WMS&version=1.3.0&layers=clatsop_wm%3Ataxlots&request=GetCapabilities Taxlots (internal)] || 1 | ||
Line 21: | Line 23: | ||
| WMS (vector) || GeoServer || [https://geoserver.wildsong.biz/geoserver/clatsop_wm/wms?service=WMS&version=1.3.0&layers=clatsop_wm%3Ataxlots&request=GetCapabilities Taxlots (internal)] || untested | | WMS (vector) || GeoServer || [https://geoserver.wildsong.biz/geoserver/clatsop_wm/wms?service=WMS&version=1.3.0&layers=clatsop_wm%3Ataxlots&request=GetCapabilities Taxlots (internal)] || untested | ||
|- | |- | ||
| WMS (raster) || ArcGIS || [https://gis.dogami.oregon.gov/arcgis/services/Public/BareEarthHS/ImageServer/WMSServer DOGAMI Bare Earth HS] || | | WMS (raster) || ArcGIS || [https://gis.dogami.oregon.gov/arcgis/services/Public/BareEarthHS/ImageServer/WMSServer?request=GetCapabilities&service=WMS DOGAMI Bare Earth HS] || 6 | ||
|- | |- | ||
| XYZ tiles || GeoServer || ??? || untested | | XYZ tiles || GeoServer || ??? || untested | ||
Line 33: | Line 35: | ||
! colspan="4" | ESRI proprietary | ! colspan="4" | ESRI proprietary | ||
|- | |- | ||
| FeatureServer || ArcGIS || [https:// | | FeatureServer || ArcGIS || [https://services.arcgis.com/uUvqNMGPm7axC2dD/ArcGIS/rest/services/Oregon_Zoning_2017/FeatureServer/0 Oregon Zoning polygons ArcGIS Online] (esrijson) || 4 | ||
|- | |||
| FeatureServer || ArcGIS || [https://services.arcgis.com/uUvqNMGPm7axC2dD/ArcGIS/rest/services/Elementary_Schools/FeatureServer/0] esrijson || 6 | |||
|- | |||
| FeatureServer || ArcGIS || ?? editable || untested | |||
|- | |- | ||
| ImageServer || ArcGIS || [https://gis.dogami.oregon.gov/arcgis/rest/services/Public/BareEarthHS/ImageServer DOGAMI Bare Earth HS] || | | ImageServer || ArcGIS || [https://gis.dogami.oregon.gov/arcgis/rest/services/Public/BareEarthHS/ImageServer DOGAMI Bare Earth HS] ArcGISRest || 8 | ||
|- | |- | ||
| | | MapServer || ArcGIS || [https://gis.dogami.oregon.gov/arcgis/rest/services/Public/SLIDO3_4/MapServer DOGAMI SLIDO 3_4] ArcGISRest || 8 (PNG32 raster) | ||
|- | |- | ||
| MapServer || ArcGIS || [https://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StateCityHighway_USA/MapServer Esri City,State,Highway] || 3 (PNG32 raster) | | MapServer || ArcGIS || [https://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StateCityHighway_USA/MapServer Esri City,State,Highway] || 3 (PNG32 raster) | ||
Line 44: | Line 50: | ||
"internal" means that I have not found a public source so I am using a server that is firewalled | "internal" means that I have not found a public source so I am using a server that is firewalled | ||
[[Category: GIS]] [[Category: OpenLayers]] | I have several other samples in ol-react examples to test Bing maps, Stamen and OSM (including ThunderForest). Bing and ThunderForest require API keys, which are not checked in to git. | ||
[[Category: GIS]] | |||
[[Category: OpenLayers]] |
Latest revision as of 15:52, 14 September 2019
I use these sources for testing OpenLayers in ol-react examples
Source for ol-react is in Git at http://github.com/Wildsong/ol-react and it's available as a package in the npm repository too.
On my internal GeoServer Layer Preview page, I can test nearly any OGC service directly. I have added services for PDF and Excel. I have added WPS but don't have any tests for it yet.
There are many many possible data source formats (PNG, GIF, TIFF, SVG, GeoJSON, TopoJSON, etc etc ad nauseum) More than I want to test for ol-react! :-)
OGC | |||
---|---|---|---|
WFS | GeoServer | Taxlots (internal) | 2 (GeoJSON), 5 (GeoJSON) |
WFS-T | GeoServer | Web Markers (internal) | 6 (GeoJSON) *can't edit yet! |
WFS | ArcGIS | ??? | untested |
WMS (raster tiles) | GeoServer | Taxlots (internal) | 1 |
WMS (vector) | GeoServer | Taxlots (internal) | untested |
WMS (raster) | ArcGIS | DOGAMI Bare Earth HS | 6 |
XYZ tiles | GeoServer | ??? | untested |
XYZ tiles | ArcGIS | Esri Streets | 3 |
MapBox tiles | GeoServer | Taxlots (internal) | 7, 8 |
Mapbox tiles | ArcGIS | ??? | untested |
ESRI proprietary | |||
FeatureServer | ArcGIS | Oregon Zoning polygons ArcGIS Online (esrijson) | 4 |
FeatureServer | ArcGIS | [1] esrijson | 6 |
FeatureServer | ArcGIS | ?? editable | untested |
ImageServer | ArcGIS | DOGAMI Bare Earth HS ArcGISRest | 8 |
MapServer | ArcGIS | DOGAMI SLIDO 3_4 ArcGISRest | 8 (PNG32 raster) |
MapServer | ArcGIS | Esri City,State,Highway | 3 (PNG32 raster) |
"internal" means that I have not found a public source so I am using a server that is firewalled
I have several other samples in ol-react examples to test Bing maps, Stamen and OSM (including ThunderForest). Bing and ThunderForest require API keys, which are not checked in to git.