https://github.com/teamdev-it/teamdev-esri-angularjs
AngularJS Module for ESRI Arcgis Maps
https://github.com/teamdev-it/teamdev-esri-angularjs
Last synced: 6 days ago
JSON representation
AngularJS Module for ESRI Arcgis Maps
- Host: GitHub
- URL: https://github.com/teamdev-it/teamdev-esri-angularjs
- Owner: TeamDev-it
- License: apache-2.0
- Created: 2015-07-01T08:34:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T13:05:59.000Z (almost 10 years ago)
- Last Synced: 2026-01-23T12:41:26.588Z (about 1 month ago)
- Language: JavaScript
- Size: 224 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#AngularJS Module for ESRI Arcgis Maps
This module wraps Arcgis Javascript api into easy to use directives for AngularJS 1.x
## Install with bower
bower install teamdev-esri-angularjs
## How To
### Create your first angularjs project with esri maps.
Include Teamdev module
angular.module('starter', ['teamdev.esri' ...
Create your first map in HTML using directives.
### Add intellisense support to Visual Studio (method 1)
Locate the file html.xsd under Microsfot Visual Studio installation folder.
es: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\Web\Schemas\1033\HTML
copy the file teamdev_esri.xsd under that folder
replace html.xsd file with html.xsd file provided
### Add intellisense support to Visual Studio (method 2)
Locate the file html.xsd under Microsfot Visual Studio installation folder.
es: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\CommonExtensions\Microsoft\Web\Schemas\1033\HTML
copy the file teamdev_esri.xsd under that folder
open the file html.xsd
locate
and add
as follow:
locate
and add
as follow
...
locate
and add
as follow
...
## modules.list file
The module.list file contains a list of modules that teamdev.esri uses.
You can use module.list to create a custom build of esri javascript api using http://jso.arcgis.com/ service
## Licensed under Apache License v.2