Glodenox / wme-om

Waze Map Editor - Open Maps userscript
GNU General Public License v2.0
8 stars 7 forks source link

Add North Carolina imagery #104

Closed Glodenox closed 1 year ago

Glodenox commented 2 years ago

WMS: https://services.nconemap.gov/secure/services/Imagery/Orthoimagery_Latest/ImageServer/WMSServer?request=GetCapabilities&service=WMS

Licence to be verified. Wording seems to imply CC BY 4.0, but I couldn't immediately find this on the website. To check whether there's already an entry for this in the Waze attributions page.

TheCre8r commented 2 years ago

North Carolina is not on Waze Legal Notices. The NC OneMap attribution page is here.

Glodenox commented 2 years ago

I had noticed that page, but it doesn't seem to explicitly mention the licence that applies. It just mentions how you should describe them if you provide attribution. At least the intention is clearly stated that this data is also available for private partners, so we don't have to assume the default situation (= copyright applies, can't use). So all in all, I think it should be safe to use this map as-is.

TheCre8r commented 1 year ago

This should work:

{
      id: 2264,
      title: 'NC OneMap',
      //url: 'https://gis.apfo.usda.gov/arcgis/services/NAIP/USDA_CONUS_PRIME/ImageServer/WMSServer',
      url: 'https://services.nconemap.gov/secure/services/Imagery/Orthoimagery_Latest/ImageServer/WMSServer',
      crs: 'EPSG:3857',
      bbox: new OpenLayers.Bounds(-9380032.35, 3987998.87, -8393463.03, 4382184.09),
      format: 'image/png',
      area: 'US',
      abstract: 'Most recent aerial imagery from Virginia NC OneMap',
      attribution: 'NC OneMap', // https://www.nconemap.gov/pages/terms
      queryable: false,
      default_layers: ['0'],
      layers: {
        '0': {
          queryable: false,
          title: 'Orthoimagery_Latest',
          abstract: 'Imagery/Orthoimagery_Latest'
        }
      }
    }