-
Notifications
You must be signed in to change notification settings - Fork 4
/
params.json
6 lines (6 loc) · 4.02 KB
/
params.json
1
2
3
4
5
6
{
"name": "Hacking javascript",
"tagline": "This is a set of labs for learning the ArcGIS API for JavaScript.",
"body": "# Hacking for Solution Engineers \r\n\r\nA place to learn how to build geo apps with the ArcGIS API for JavaScript.\r\n\r\n## Welcome\r\n\r\nThis repository contains short labs that step you through the process of developing a web application with ArcGIS API for JavaScript. \r\n\r\n\r\n## Resources\r\n\r\nHere are the resources you will use for the labs.\r\n\r\n* [ArcGIS for Developers - Account, Documentation, Samples, Apps, Downloads](http://developers.arcgis.com)\r\n* [Esri Open Source Projects - More source code](http://esri.github.io)\r\n* [JS Bin - Interactive JS coding](http://jsbin.com)\r\n* [A simple guide for setting up a local web server (optional)](https://gist.github.com/jgravois/5e73b56fa7756fd00b89)\r\n* [Help with HTML, CSS, and JavaScript](http://w3schools.com)\r\n\r\n## Labs\r\n\r\nThe labs start from ground-zero and work through the accessing different aspects of the API and how to begin to build an application and add functionality.\r\n\r\nLet's get started!\r\n\r\n### Version 3.17\r\n\r\n* Lab 1: [Review HTML, CSS, and JavaScript](./labs/review/lab1.md)\r\n* Lab 2: [Build a Starter Map](./labs/jsapi3/create_starter_map/lab.md)\r\n* Lab 3: [Add Feature Layer](./labs/jsapi3/add_feature_layer/lab.md)\r\n* Lab 4: [Style Feature Layer](./labs/jsapi3/style_feature_layer/lab.md)\r\n* Lab 5: [Style a layer popup](./labs/jsapi3/style_simple_popup/lab.md)\r\n* Lab 6: [Search with a Widget](./labs/jsapi3/search_with_widget/lab.md)\r\n* Lab 7: [Search with a Query Task](./labs/jsapi3/search_with_query_task/lab.md)\r\n* Lab 8: [Client-side Buffering](./labs/jsapi3/fixed_buffer_with_geometry_engine/lab.md)\r\n* Lab 9: [Create a JS API 3.x WebMap App](./labs/webmap_apps/create_jsapi3_app/lab.md)\r\n\r\nYou can see a high-level overview of the differences between the 3.x and 4.x JS APIs [here](https://developers.arcgis.com/javascript/latest/guide/choose-version/index.html) and a more detailed comparison [here](https://developers.arcgis.com/javascript/latest/guide/functionality-matrix/index.html).\r\n\r\n### Version 4.0\r\n * Lab 1: [Build a Starter Map](./labs/jsapi/create_starter_map/lab.md)\r\n * Lab 2: [Build a Starter 3D Map](./labs/jsapi/create_starter_map_3d/lab.md)\r\n * Lab 3: [Add Feature Layer](./labs/jsapi/add_feature_layer/lab.md)\r\n * Lab 4: [Style Feature Layer](./labs/jsapi/style_feature_layer/lab.md)\r\n * Lab 5: [Extrude data as Polygons in 3D](./labs/jsapi/extrude_polygon_3d/lab.md)\r\n * Lab 6: [Style a layer popup](./labs/jsapi/style_simple_popup/lab.md)\r\n * Lab 7: [Search with a Widget](./labs/jsapi/search_with_widget/lab.md)\r\n * Lab 8: [Search with a Query Task](./labs/jsapi/search_with_query_task/lab.md)\r\n * Lab 9: [Client-side Buffering](./labs/jsapi/buffer_with_geometry_engine/lab.md)\r\n * Lab 10: [Create a JS API 4.x WebMap App](./labs/webmap_apps/create_jsapi_app/lab.md)\r\n * \r\n## Data and Terms of Use\r\n\r\nPlease see [www.civicapps.org](http://www.civicapps.org/), [developer.trimet.org/gis](developer.trimet.org/gis), [http://www.portlandoregon.gov/bts](http://www.portlandoregon.gov/bts), and [http://opendata.dc.gov/](http://opendata.dc.gov/) for the data terms of use.\r\n\r\n## Licensing\r\nCopyright 2016 Esri\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n> http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n\r\nA copy of the license is available in the repository's [LICENSE](./license.txt) file.\r\n\r\n\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}