Skip to content

Instantly share code, notes, and snippets.

@maptastik
Created September 10, 2015 18:30
Show Gist options
  • Save maptastik/9b0665741a788981276b to your computer and use it in GitHub Desktop.
Save maptastik/9b0665741a788981276b to your computer and use it in GitHub Desktop.
Add a layer to QGIS from an ArcGIS REST service
  1. Go to a REST service page and pick a layer
  1. Copy the URI
  2. In QGIS, click Add Vector Layer
  3. In the dialog box, select the Protocol option.
  4. Paste the service URI into the URI field
  5. To the end of the the URI paste query?where=objectid+%3D+objectid&outfields=*&f=json
  6. Click Open

This method works best for services with <1000 features.

Source: QGIS Wiki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment