All Projects → Esri → html5-geolocation-tool-js

Esri / html5-geolocation-tool-js

Licence: other
Mobile ArcGIS API for JavaScript samples for testing various geolocation configurations.

Programming Languages

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

Projects that are alternatives of or similar to html5-geolocation-tool-js

Viewer
Viewer is a configurable application template that enables you to display an ArcGIS web map using a variety of tools.
Stars: ✭ 56 (-38.46%)
Mutual labels:  web-development, arcgis-api
Front-End-Checklist
🗂 Modern sitelerin titiz geliştiricileri için Front-End Checklist
Stars: ✭ 251 (+175.82%)
Mutual labels:  web-development
xslweb
Web application framework for XSLT and XQuery developers
Stars: ✭ 39 (-57.14%)
Mutual labels:  web-development
best-of-react
🏆 A ranked list of awesome React open-source libraries and tools. Updated weekly.
Stars: ✭ 364 (+300%)
Mutual labels:  web-development
CLI-Cheat-Sheet
The essential tasks on the command line interface for web developers.
Stars: ✭ 19 (-79.12%)
Mutual labels:  web-development
software-systems-architecture
A collection of descriptions of the architecture that various systems use.
Stars: ✭ 24 (-73.63%)
Mutual labels:  web-development
awesome-software-dev
🔥 💯 📖 Curated list of documentation, plugins, links and more for software developers 📖
Stars: ✭ 23 (-74.73%)
Mutual labels:  web-development
beginner-friendly-haskell-for-web-development
A book about real world web development in beginner friendly Haskell
Stars: ✭ 76 (-16.48%)
Mutual labels:  web-development
DevHelpBox
we are creating this community so that other developers can get benefits of it.
Stars: ✭ 35 (-61.54%)
Mutual labels:  web-development
node-ray
Debug your NodeJS & web code with Ray to fix problems faster
Stars: ✭ 39 (-57.14%)
Mutual labels:  web-development
mocat
🐈 Mocat is a mocking toolbar that allows you to interactively develop and test network requests.
Stars: ✭ 27 (-70.33%)
Mutual labels:  web-development
rango
Random. Django. Rango. An introduction to using Python and Django to build a website.
Stars: ✭ 53 (-41.76%)
Mutual labels:  web-development
ninglex
Easy to learn, quick and dirty, bare-bones web framework for Common Lisp
Stars: ✭ 31 (-65.93%)
Mutual labels:  web-development
deck.gl-time-series-widget
A React Time Slider implementation for DECK.GL - (non)temporal data - by CPU filtering ⌛
Stars: ✭ 19 (-79.12%)
Mutual labels:  web-development
awesome-arcgis
La mayor recopilación (Wiki) de recursos sobre ArcGIS que encontrarás (organizado por productos, conceptos, ...)
Stars: ✭ 21 (-76.92%)
Mutual labels:  arcgis-api
gsoc-web-projects
List of web based GSoC Open Source organizations & projects 🚀
Stars: ✭ 114 (+25.27%)
Mutual labels:  web-development
gw-starter-kit
PEPELAC - Современный инструментарий для вёрстки и создания статичных сайтов с использованием Webpack
Stars: ✭ 30 (-67.03%)
Mutual labels:  web-development
esri-leaflet-vector
Display ArcGIS Online vector basemaps w/ Esri Leaflet
Stars: ✭ 39 (-57.14%)
Mutual labels:  web-development
CodeINN
CodeINN is an instant code editor 📃, that makes programming and development easier. Practice quickly and directly from your web browser, without any setup needed. CodeINN gives the perfect environment to developers technologists, coders computers, and geeks 🤓 to do more with their tech.
Stars: ✭ 39 (-57.14%)
Mutual labels:  web-development
esri-preact-pwa
An example progressive web app (PWA) using the ArcGIS API for JavaScript built with Preact
Stars: ✭ 13 (-85.71%)
Mutual labels:  arcgis-api

html5-geolocation-tool-js

Includes two apps for testing browser-based geolocation on different devices. It lets you track your location as well as play with the different Geolocation API properties. This can be used on a desktop browser, mobile browser or within a PhoneGap project.

index.html - let's you experiment with all the different settings as well as accumulating track points.

field-location-template.html - is an experimental mobile app that demonstrates one approach to helping field workers determine the best single location. The app uses visual clues, averaging and center point averaging. It's built using bootstrap.

Geolocation Tool

Main View:

App

Settings View:

App

Settings View (cont'd):

App

Field Location Template

Main View:

App

View 2:

App

View 3:

App

Features for Geolocation Tool

  • Displays location on map.
  • Displays HTML5 geolocation properties (e.g. lat/lon, timestamp, etc)
  • Let's you configure and try out different scenarios by changing the geolocation properties.
  • Modify geolocation properties via the Settings menu.

Features for Field Location Template

  • Displays geolocation accuracy circle
  • Shows size of post-processing buffer
  • Gives visual cues as whether current location is good (green), so-so (yellow), or bad (red).
  • Shows averaged center location and its associated lat/lon
  • Shows accumulated points
  • Adjustable number of locations to post-process

Requirements

  • Internet browser: desktop, laptop, phone or tablet
  • Mapping Library ArcGIS API for JavaScript
  • Internet connection by ethernet, cellular network and/or Wifi
  • Experience with HTML/JavaScript.

Licensing

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