All Projects → Esri → time-aware-template

Esri / time-aware-template

Licence: Apache-2.0 license
Time Aware is a configurable application template that enables you to display time enabled layers in an ArcGIS web map using a time slider.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to time-aware-template

Viewer
Viewer is a configurable application template that enables you to display an ArcGIS web map using a variety of tools.
Stars: ✭ 56 (+180%)
Mutual labels:  web-development, arcgis-online, web-application, configurable-app, configurable-apps
public-information-map-template-js
An ArcGIS Online mapping template to showcase social media on a map for disaster response and public information.
Stars: ✭ 66 (+230%)
Mutual labels:  arcgis-online, web-application, configurable-apps
geoform-template-js
GeoForm is a configurable template for form based data editing of a Feature Service.
Stars: ✭ 66 (+230%)
Mutual labels:  arcgis-online, web-application, configurable-apps
Online-Food-Ordering-Web-App
Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App
Stars: ✭ 96 (+380%)
Mutual labels:  web-development, web-application
cs-sakaryauniversity
Sakarya Üniversitesi'nde okuduğum süre boyunca karşıma çıkan tüm ödevler, ders notları ve çıkmış sınav soruları (All the assignments, lecture notes and exams)
Stars: ✭ 133 (+565%)
Mutual labels:  web-development, web-application
configurable-app-examples-4x-js
Configurable Application Examples using ApplicationBase
Stars: ✭ 22 (+10%)
Mutual labels:  web-development, arcgis-online
workflowmanager-viewer-js
Source code for ArcGIS Workflow Manager JavaScript viewer - Manage your workflows on the web.
Stars: ✭ 23 (+15%)
Mutual labels:  web-development, web-application
flask-course
Curso de Flask (Desarrollo Web en Python; Básico)
Stars: ✭ 23 (+15%)
Mutual labels:  web-development, web-application
crowdsource-reporter
An ArcGIS Online group application template authored by organization and made available to constituents to report a problem or observation.
Stars: ✭ 25 (+25%)
Mutual labels:  web-development, configurable-apps
Imagery-Apps
Example JavaScript source code for ArcGIS imagery apps (Landsat Explorer and Sentinel Explorer) that you can expand or customize.
Stars: ✭ 24 (+20%)
Mutual labels:  web-development, arcgis-online
software-systems-architecture
A collection of descriptions of the architecture that various systems use.
Stars: ✭ 24 (+20%)
Mutual labels:  web-development, web-application
date-extractor
Extract dates from text
Stars: ✭ 58 (+190%)
Mutual labels:  time, temporal
Vidhub
Video sharing website (YouTube clone) with PHP
Stars: ✭ 34 (+70%)
Mutual labels:  web-development, web-application
Sorting-Algorithms
sorting algorithms in python
Stars: ✭ 15 (-25%)
Mutual labels:  time
Heel2Toe
A beginner-friendly repository to get started with HTML, CSS, and JS.
Stars: ✭ 22 (+10%)
Mutual labels:  web-development
HotelReservationSystem
A web application to book a room in a hotel (room reservation).
Stars: ✭ 76 (+280%)
Mutual labels:  web-application
CometVisu
Repository for the CometVisu building automation visualisation.
Stars: ✭ 60 (+200%)
Mutual labels:  web-application
rutimeparser
Recognize date and time in russian text and return datetime.datetime.
Stars: ✭ 17 (-15%)
Mutual labels:  time
LIRBase
A comprehensive collection of long inverted repeats in 424 eukaryotic genomes
Stars: ✭ 15 (-25%)
Mutual labels:  web-application
sierra
A Python library to write HTML and CSS in pure Python in a simple yet elegant manner using the DOM API. Take advantage of all of Python's powerful functionalities with Sierra
Stars: ✭ 83 (+315%)
Mutual labels:  web-application

time-aware-template

Time Aware is a configurable application template that enables you to display time enabled layers in an ArcGIS web map using a time slider.

View it live #July 2015 Release Updates Template was re-worked at this release to have a simpler UI and be more configurable. You can now specify a color scheme, change time options and more.

#Features

Time is a configurable application template that enables you to display time enabled layers in an ArcGIS web map using a time slider. The template can be configured with the following option:

  • Map: Choose the web map used in the application.

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.

Deploying

  1. To deploy this application, download the template from Portal/ArcGIS Online and unzip it.
  2. Copy the unzipped folder containing the web app template files, such as index.html, to your web server. You can rename the folder to change the URL through which users will access the application. By default the URL to the app will be http://<Your Web Server>/<app folder name>/index.html
  3. Change the sharing host, found in the config/defaults.js file of the application, to the sharing URL for ArcGIS Online or Portal. For ArcGIS Online users, keep the default value of www.arcgis.com or specify the name of your organization.
  • ArcGIS Online Example: "sharinghost": location.protocol + "//" + “<your organization name>.maps.arcgis.com
  • Portal Example where arcgis is the name of the Web Adaptor: "sharinghost": location.protocol + "//" + "webadaptor.domain.com/arcgis"
  1. If you are using Portal or a local install of the ArcGIS API for JavaScript, change all references to the ArcGIS API for JavaScript in index.html to refer to your local copy of the API. Search for the references containing "//js.arcgis.com/3.13" and replace this portion of the reference with the url to your local install.
  • For example: "//webadaptor.domain.com/arcgis/jsapi/jsapi" where arcgis is the name of your Web Adaptor.
  1. Copy a map or group ID from Portal/ArcGIS Online and replace the default web map ID in the application’s default.js file. You can now run the application on your web server or customize the application further.

Note: If your application edits features in a feature service, contains secure services or web maps that aren't shared publicly, or generate requests that exceed 200 characters, you may need to set up and use a proxy page. Common situations where you may exceed the URL length are using complex polygons as input to a task or specifying a spatial reference using well-known text (WKT). For details on installing and configuring a proxy page see Using the proxy. If you do not have an Internet connection, you will need to access and deploy the ArcGIS API for JavaScript documentation from developers.arcgis.com.

#Requirements

  • Notepad or HTML editor
  • Some background with HTML, CSS and JavaScript
  • Experience with the ArcGIS API for JavaScript is helpful.

#Resources

#Contributing Anyone and everyone is welcome to contribute.

#Licensing

Copyright 2012 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].