An open API service indexing awesome lists of open source software.

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

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