All Projects → Esri → Map Tools Template

Esri / Map Tools Template

Licence: apache-2.0
Configurable application template that enables you to display an ArcGIS web map using a variety of tools.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Map Tools Template

Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+156609.52%)
Mutual labels:  web-application
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+28338.1%)
Mutual labels:  web-application
Mylearningspace
Implementing my knowledge on Selenium WebDriver, Java and TestNG
Stars: ✭ 26 (+23.81%)
Mutual labels:  web-application
Web Monitoring
前端监控,性能监控平台。The front end monitoring platform focuses on Web end experience data monitoring. Three aspects of the health of Web pages are monitored: page opening speed (speed measurement), page stability (JS Error), and external service call success rate (API).
Stars: ✭ 592 (+2719.05%)
Mutual labels:  web-application
Little Aspnetcore Book
The Little ASP.NET Core Book, a friendly introduction to web programming and ASP.NET Core 2.0
Stars: ✭ 637 (+2933.33%)
Mutual labels:  web-application
Atscan
Advanced dork Search & Mass Exploit Scanner
Stars: ✭ 817 (+3790.48%)
Mutual labels:  web-application
Urlhum
The modern, privacy-aware URL Shortener built in PHP.
Stars: ✭ 513 (+2342.86%)
Mutual labels:  web-application
Jodel Web
[PHP] JodelBlue is a Web-App and Browser-Client for the Jodel App. No registration required! Browse Jodels all over the world.
Stars: ✭ 15 (-28.57%)
Mutual labels:  web-application
Hanami
The web, with simplicity.
Stars: ✭ 5,584 (+26490.48%)
Mutual labels:  web-application
Diamond
System V-style runlevels for your Go daemons
Stars: ✭ 24 (+14.29%)
Mutual labels:  web-application
Budget
Get a grip on your finances.
Stars: ✭ 609 (+2800%)
Mutual labels:  web-application
Consulo
Platform repository of Consulo. Plugins implementation hold in their repositories
Stars: ✭ 632 (+2909.52%)
Mutual labels:  web-application
Drab
Remote controlled frontend framework for Phoenix.
Stars: ✭ 833 (+3866.67%)
Mutual labels:  web-application
Easy hack
Hack the World using Termux
Stars: ✭ 549 (+2514.29%)
Mutual labels:  web-application
Litecloud
User management system for the server (Home Cloud).
Stars: ✭ 26 (+23.81%)
Mutual labels:  web-application
Ginatra
A web frontend for Git repositories
Stars: ✭ 522 (+2385.71%)
Mutual labels:  web-application
Crm Application
OroCRM - an open-source Customer Relationship Management application.
Stars: ✭ 785 (+3638.1%)
Mutual labels:  web-application
Ulib
C++ application development framework, to help developers create and deploy applications quickly and simply
Stars: ✭ 912 (+4242.86%)
Mutual labels:  web-application
Go Boilerplate
golang or go boilerplate code to get you stated within minutes , make full fledged applications and websites using this setup.
Stars: ✭ 13 (-38.1%)
Mutual labels:  web-application
Vue Pokedex
A Pokédex made with Vue.js 📕
Stars: ✭ 22 (+4.76%)
Mutual labels:  web-application

map-tools-template

##Note: This app is retired and wil no longer be updated.

Map Tools is a configurable application template used to display a web map with a specified set of commonly used tools and options.

View it live

Getting Started

Review the following ArcGIS.com help topics for details on Templates:

Folders and Files

The template consists of the following folders and files:

/config/: A folder for your application's configuration files.

  • defaults.js: Define the default configuration information for the template. You can use this file to specify things like a default web map id, a proxy url, default services, a Bing maps key, default color theme and other template-specific settings.

/css/: Contains the CSS files for the application.

  • main.css This file contains the map styles that set the margin, padding and initial height (100%).

/images/: Contains images used by the application.

/js/: Contains 3 JavaScript files and 1 folder:

  • /nls/: The nls folder contains a file called resources.js that contains the strings used by the application. If the application needs to be supported by multiple locales you can create a folder for each locale and inside that folder add a resources.js file with the translated strings. See the resources.js file in the nls/fr folder for an example of this in French.
  • main.js: Creates the map based on configuration info. You will write all your main application logic in here.
  • template.js: Module that takes care of "template"-specific work like retrieving the application configuration settings by appid, getting the url parameters (web map id and appid), handling localization details and retrieving organization specific info if applicable. You will most likely not need to modify this file. Also sets the proxy and geometry service if the url's have been provided in the defaults.js file or are available from the org. Once executed you'll have access to an object that contains properties that give you access to the following:
    • Template specific properties
    • appid
    • webmap
    • helperServices: geometry, print, locator service urls
    • i18n: Strings and isRightToLeft property that can be used to determine if the application is being viewed from a language where text is read left-to-right like Hebrew or Arabic.
    • proxy url
  • templateOptions.js: Options file for configuring your template to query for specific resources and items. You can edit this file and your template can enable or disable querying for things such as localization files, ArcGIS group information, group items, custom url parameters, etc.

index.html: The default html file for the application.

/resources/: Contains helpful files for your application.

  • resources/configurationPanel.js Default configuration panel settings for the template. This is only applicable to configurable templates. This example will create a configuration panel with one dropdown list that contains three template color choices (seaside, chrome, pavement). When the templateConfig.js module retrieves any configurable settings you'll get the theme name back in a parameter named theme. Then you can apply the necessary css to your application to apply the new colors - like change the border color etc. See the Adding configurable parameters to templates help topic for more details.

Instructions

  1. Download and unzip the .zip file or clone the repository.
  2. Web-enable the directory.
  3. Access the .html page.
  4. Start writing your template!

New to Github? Get started here.

Requirements

  • Text or HTML editor.
  • A little background with JavaScript.
  • Experience with the ArcGIS JavaScript API would help.

Resources

Issues

Find a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.

Licensing

Copyright 2013 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's license.txt file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].