Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.16 KB

Exercise_4-5_Adding-Data.md

File metadata and controls

28 lines (20 loc) · 1.16 KB

Exercises 4-5: Adding Data to the Map

Exercise 4: Add an ArcGIS Service

Add data from an ArcGIS RESTful Service. Dependencies include: Leaflet and Esri Leaflet.

This exercise includes:

  • RESTful Service
  • Add an ArcGIS Feature Service (polyline or polygon)

Final products

Exercise 5: Add a GeoJSON

Add data from a GeoJSON stored inside the project. Dependencies include: Leaflet, Esri Leaflet, and Leaflet Ajax.

This exercise includes:

  • CORS and AJAX
  • Add a GeoJSON (line or polygon)
  • GeoJSON styling

Final products

Return to Exercises 1-3: Templates
Continue to Exercise 6: Popups