Skip to content

Pulling Teeth and Data From ArcGIS Feature Server

Ryan Hodges edited this page May 22, 2015 · 3 revisions

Pulling Data from ArcGIS

The Problem

Currently OL2 Does not pull non-image (i.e. Vector/JSON ) data from ArcGIS Server. OL3 can do this but is not supported by Marine Planner.

The Pieces

  • ArcGIS93Rest
    • Assumes image type - attempts to copy/hack into an ArcVector layer have thus far been futile
  • ArcGISCache.js & ArcIMS
    • Both assume images, and don't sound promising anyway
  • Vector
    • ???

OL2 Formats

OL3 Layers

OL3 Formats

Marine Planner/OL connections

The Decision Options

1. Update Marine Planner to use OL3

  • Pros:
  • Cons:
    • Potential for massive amounts of rework
    • Large amount of risk
  • Estimate: 3-5 weeks

2. Create Custom OL2 Layer Type

  • Pros:
    • Fits current model and assumptions
  • Cons:
    • More difficult to deploy
  • Estimate: 3-5 days

3. Query ArcGIS server on click

  • Pros:
    • Avoids pulling vector data all together
  • Cons:
    • Likely slower performance
    • Likely more difficult to include report definition
  • Estimate: 3-5 days

NOTE: All estimates do not count time for defining queries/reports.