Skip to content

Latest commit

 

History

History

map server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Live Server

Overview

This sample displays in real-time the result of the Live sample in a web browser with Leaflet.

Usage

In order to use this sample, you need to run a simple HTTP web server.

With Python, you can run:

python -m http.server 8000
# or
python3 -m http.server 8000

Note: The map will be available on http://localhost:8000/.