Skip to content

This is a simple OpenLayers application that tracks the location of a device, and displays it on a map. It is intended to be used as a demonstration of the OpenLayers library.

License

bryanbill/locator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locator - An OpenLayers live location tracker

This is a simple OpenLayers application that tracks the location of a device, and displays it on a map. It is intended to be used as a demonstration of the OpenLayers library.

Usage

TO run this application, you will need to have Node.js installed. Then, run the following commands:

npm install
npm run dev

This will start a development server on port 8080. You can then access the application at <http://localhost:5173>.

License

This project is licensed under the MIT License - see the LICENSE file for details.

graph TD
  subgraph HTML
    index.html
    style.css
  end

  subgraph JavaScript
    index.js
    sw.js
  end

  subgraph External_Libraries
    OpenLayers
  end

  subgraph IndexedDB
    IDB
  end

  subgraph Service_Worker
    sw.js
  end

  index.js --> OpenLayers
  index.js --> IDB
  index.js --> sw.js
  sw.js --> IndexedDB

  style.css --> index.html
  index.js --> index.html
  OpenLayers --> index.html
  sw.js --> index.html

About

This is a simple OpenLayers application that tracks the location of a device, and displays it on a map. It is intended to be used as a demonstration of the OpenLayers library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published