Book Image

Mastering ArcGIS Server Development with JavaScript

By : Raymond Kenneth Doman
Book Image

Mastering ArcGIS Server Development with JavaScript

By: Raymond Kenneth Doman

Overview of this book

Table of Contents (18 chapters)
Mastering ArcGIS Server Development with JavaScript
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

A new mapping application


So, back to our story and our mapping application. We're still waiting for word from the Y2K society about the Census map, but we have a new application we've been asked to work on. It seems that the city of Hollister, California has asked us to put an app together for them. Let's find out what they want.

The city of Hollister wants to create an application that lets citizens report issues in the city. They want citizens to report things like graffiti, sidewalk, curb, and street issues, damaged property, sewer issues, and tree problems, on a map, and also supply additional information. If possible, they want photos of the problems so crews know what to look for.

The file setup

We don't need to create any custom packages because we're going to use the out-of-the-box ArcGIS JavaScript API editing tools,. Instead, we'll create a simple file setup with a css and a js folder, We'll add our custom style.css style sheet in the css folder, We'll add our app.js file in the...