Skip to content
forked from webmapper/amaps

Implementation of NL Maps for Amsterdam

Notifications You must be signed in to change notification settings

Amsterdam/amaps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amaps

Implementation of NL Maps for Amsterdam

This repository contains nlmaps with a configuration file for Amsterdam, specifying Amsterdam's map styling and map layers. In addition, this repository contains several scripts for specific use cases, like querying certain APIs when the map is clicked. These specific cases are:

  • point query (users selects a coordinate in a map and information about it is returned)
  • multiple feature select (users selects one or more objects, parking spots in this case, and information about the selection is returned).

How it works

  • pointquery.html: demonstrates single-click functionality with a feature query.
  • multiselect.html: demonstrates multiple feature selection from a feature datasource.

with docker

To run the http server in Docker: docker-compose up --build -d serve (accessible on port 8095)

About

Implementation of NL Maps for Amsterdam

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Makefile 74.0%
  • Dockerfile 26.0%