Skip to content

alancameronwills/localmap-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localmap-server

Azure Functions server for localmap

Quick clues about Azure Functions

This Azure Functions code is automatically synced with the server. Access to the portal configuration is through portal.azure.com

Each function has a directory containing its code in index.js; and context, trigger, input & output bindings set by function.json.

The URL of each function is https://deep-map.azurewebsites.net/api/{function name}

proxies.json maps incoming URLs to server code. In particular:

Main server functions

places retrieves the complete set of places for a project.

  • project - id recommended
  • after - (long) timestamp - just returns updates since map get map code from chosen map service
  • sort - google or bing uploadPlace - what it says

Media are uploaded straight to blob store by the client code.

About

Azure Functions server for localmap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published