Coder Social home page Coder Social logo

map-extensions-for-little-navmap's Introduction

This repo includes many custom maps for Little Navmap 2.8.x :

  • Google Maps (Default)
  • Google Maps (Satellite)
  • Google Maps (Terrain)
  • Mapbox Streets
  • Mapbox Outdoors
  • Mapbox Light
  • Mapbox Dark
  • Mapbox Satellite
  • Mapbox Satellite Streets
  • Mapbox Navigation Day
  • Mapbox Navigation Night
  • U.S. VFR Sectionals
  • U.S. IFR Enroute Low
  • U.S. IFR Enroute High
  • U.S. IFR Area Charts
  • U.S. Terminal Area Charts (TAC)
  • U.S. Helicopter Route Charts
  • Norway Topographic Maps
  • Sweden Topographic Maps
  • Finland Topographic Maps
  • Open Street Maps
  • Open Flight Maps
  • Arcgis
  • IGN Géoservices

To use the maps:

  1. make sure Little Navmap is closed.

  2. drop the 'data' folder inside the zip-file into the root Little Navmap folder, overwrite when asked.

  3. run Little Navmap and select one of the above maps from the drop-down menu 'Select map theme' located at the top right corner above the Map window.

Enjoy!


Credit

https://www.avsim.com/forums/topic/548994-new-maps-for-lnm/

https://flightsim.to/file/6411/map-extensions-for-little-navmap-lnm

https://flightsim.to/file/13899/littlenavmapofmtheme

https://www.bilibili.com/video/BV1xP4y1A7Ky

albar965/littlenavmap#479 (comment)

https://docs.mapbox.com/api/maps/styles/


Thanks for Cloudflare worker

Porxy Script:

addEventListener(
	"fetch",event => {
		let url=new URL(event.request.url);
		url.hostname="tiles.satellite.image";
		let request=new Request(url,event.request);
		event. respondWith(
			fetch(request)
		)
	}
)

More charts please visit https://via.moe/charts/

map-extensions-for-little-navmap's People

Contributors

0n3la57k155 avatar fast1ss10w avatar scls19fr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.