GithubHelp home page GithubHelp logo

kelibox / map-tile-service-asp-net-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apdevelop/map-tile-service-asp-net-core

0.0 1.0 0.0 145 KB

Simple TMS (Tile Map Service) implementation (MBTiles/local files tiles storage) using ASP.NET Core

License: MIT License

C# 65.15% HTML 1.40% CSS 27.42% JavaScript 6.03%

map-tile-service-asp-net-core's Introduction

Map Tile Service

Minimal implementation of Tile Map Service (TMS); provides access to map raster tiles stored in standard MBTiles database and local file system.

Demo page

Demo page

Technologies

Developed using MS Visual Studio 2017, C#, ASP.Net Core 2.0. Using

Running on Raspberry Pi (Raspbian OS) step-by-step

Install libunwind8 package on RPi to run .NET Core applications:

sudo apt-get install libunwind8

On development system with VS2017 in the solution (...\Src) directory execute the following command:

dotnet publish -c Release -r linux-arm

It will create the self-contained deployment (SCD) so that target system don't need to have .NET Core Runtime installed.

Output files will be placed into

...\Src\MapTileService\bin\Release\netcoreapp2.0\linux-arm\publish\

Copy contents of this directory to RPi (for example into /home/pi/tileservice directory), set permissions (execute access) to startup file (note that filename is case-sensitive and has no extension)

chmod +x MapTileService

Run application (file without extension):

./MapTileService

After start, it will listen on default TCP port 5000 (using in-process Kestrel web server) and tile service with demo page will be available on http://localhost:5000/ address; to enable remote calls adjust firewall settings.

References

map-tile-service-asp-net-core's People

Contributors

apdevelop avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.