leaflet-geoman
maplibre-gl-js
Our great sponsors
- Appwrite - The open-source backend cloud platform
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Sonar - Write Clean JavaScript Code. Always.
- Onboard AI - Learn any GitHub repo in 59 seconds
- Revelo Payroll - Free Global Payroll designed for tech teams
leaflet-geoman | maplibre-gl-js | |
---|---|---|
2 | 53 | |
1,938 | 4,901 | |
0.6% | 2.2% | |
7.5 | 9.7 | |
22 days ago | 6 days ago | |
JavaScript | TypeScript | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
leaflet-geoman
maplibre-gl-js
-
Building a Map Application with MapLibre GL JS and Svelte
MapLibre GL JS v3.3.1
- The OpenTF Manifesto
-
Use 3D map library with API key function of Amazon Location Service
When using the Amazon Location Service, I recommend MapLibre GL JS, which I introduced in my previous article, "Amazon Location Service and AWS Amplify to Use Various Map Library," but you can also use any map library you like, including iTowns this time. I hope you will choose the map library of your choice, including iTowns!
-
Using Lidar to map tree shadows
Your browser has a very powerful image decoder built into it, offloading the PNG decoding into Javascript is very resource hungry.
Using maplibre (or any map viewer) you can load blobs of image data out of a tiff and use `Image` or `Canvas` to render the data onto a map.
Its even easier if the tiffs are already Cloud optimized as they perfectly align to a 1-to-1 map tile and they don't need to be rescaled, you can then just render the images onto the map. eg here is a viewer that loads webps out of a 15GB tiff and uses Canvas to render them onto a map [1]
Unless you are trying to layer all your maps together, you also could stop reprojecting them into webmercator, or if your goal is to layer them, then storing them in webmercator would save a ton of user's compute time.
There are a bunch of us that talk web maping and imagery in the #maplibre and #imagery slack channels in OSMUS's slack [2]
[1] https://blayne.chard.com/cogeotiff-web/index.html?view=cog&i...
[2] https://github.com/maplibre/maplibre-gl-js#getting-involved
- Apache Baremaps: online maps toolkit
-
[OC] A new map of GitHub made from 350M stars, shows 460,000 projects
The map is rendered by https://maplibre.org/, you can see how it is used here https://github.com/anvaka/map-of-github
-
[OC] I made a map of GitHub. It lets you find related projects with ease
Kudos to https://maplibre.org/ - amazing library
-
Mapping LA's Soft-Story Building Earthquake Retrofit Program [OC]
Maplibre - https://maplibre.org/
-
Geocode with OpenCage and MapLibre
OpenCage is an API Provider offering two services a geocoding service and a geosearch service MapLibre is an Open-source mapping libraries for web and mobile app developers.
-
Serverless maps at 1/700 the cost of Google Maps API
Hmm, I haven't heard of any open source projects re-implementing Google's client library, and I imagine it would be difficult to keep parity with a closed-source project.
Most open source efforts have consolidated around MapLibre GL https://maplibre.org which is a maintained fork of Mapbox GL before their switch to a source-available license.
What are some alternatives?
Leaflet - π JavaScript library for mobile-friendly interactive maps πΊπ¦
mapbox-gl-js - Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
OpenLayers3 - OpenLayers
folium - Python Data. Leaflet.js Maps.
ol-mapbox-style - Use Mapbox Style objects with OpenLayers
h3 - Hexagonal hierarchical geospatial indexing system
procedural-gl-js - Mobile-first 3D mapping engine with emphasis on user experience
leaflet-ruler - A simple leaflet plugin to measure true bearing and distance between clicked points
pg-mem - An in memory postgres DB instance for your unit tests
Leaflet.RotatedMarker - Leaflet plugin to enable the rotation of map marker icons