Hacker News new | ask | show | jobs
by devwastaken 2101 days ago
Arcgis online works really well and is easily customized. I haven't been able to get qgis mobile to work with county shapefile data. Infact I can't even get the desktop version to create it's start icon script, so it's effectively unusable.
1 comments

I have done a couple of large projects in agol and had some pretty serious issues.

  * Vector layers are fast but you cannot easily query attributes for a shape within the esri web apps.
  * Feature layers are dead slow for large datasets.
  * The API sometimes relies on you submitting form encoded JSON documents which may or may not actually do what you want on the backend.  
  * API error message are not always descriptive.
  * The API documentation is not great.  For example try finding the correct string formatting for a date.
It is a mass of different systems clustered together into a tightly coupled mess.