I have an XML export file from an ArcGIS geodatabase with the following fields:
- OBJECT ID (-)
- Shape (-)
- Grid_Area_ha_1 (ha)
- Shape_Length_1 (m)
- Shape_Area_1 (m2)
- Residue_Yield_t_a_Restrict_NEW (t/a)
- Shape_Length (°)
- Shape_Area ((°)2)
Which is the quickest way to build a Web based map interface using this data file.
Thanks