All Projects → Leaflet.labeltextcollision → Similar Projects or Alternatives

813 Open source projects that are alternatives of or similar to Leaflet.labeltextcollision

Leaflet.markercluster
Marker Clustering plugin for Leaflet
Stars: ✭ 3,305 (+4984.62%)
Mutual labels:  mapping, map, leaflet
coronavirus-map-dashboard
🦠 Coronavirus (COVID-19) Map Dashboard using coronavirus-tracker-api
Stars: ✭ 41 (-36.92%)
Mutual labels:  map, mapping, leaflet
Iclient Javascript
Modern GIS Web Client for JavaScript, based on Leaflet\OpenLayers\MapboxGL-JS\Classic(iClient8C), enhanced with ECharts\D3\MapV etc. Contributed by SuperMap & community.
Stars: ✭ 593 (+812.31%)
Mutual labels:  mapping, map, leaflet
mapr
Map species occurrence data
Stars: ✭ 34 (-47.69%)
Mutual labels:  map, mapping, leaflet
Mapbox.js
Mapbox JavaScript API, a Leaflet Plugin
Stars: ✭ 1,819 (+2698.46%)
Mutual labels:  map, leaflet
Quizzity
A fast-paced geography quiz
Stars: ✭ 80 (+23.08%)
Mutual labels:  map, leaflet
Tangram
WebGL map rendering engine for creative cartography
Stars: ✭ 1,964 (+2921.54%)
Mutual labels:  map, leaflet
Leaflet.streetlabels
Display the street labels following polylines for Leaflet
Stars: ✭ 58 (-10.77%)
Mutual labels:  leaflet, labels
gracidea
🌺 A Pokémon 2D live map gathering all regions, including wandering pokémons and characters and animated tiles!
Stars: ✭ 163 (+150.77%)
Mutual labels:  map, mapping
leaflet-layer-tree-plugin
No description or website provided.
Stars: ✭ 31 (-52.31%)
Mutual labels:  map, leaflet
vaguely-rude-places
The map of Vaguely Rude Place Names
Stars: ✭ 19 (-70.77%)
Mutual labels:  map, leaflet
Leaflet.easybutton
leaflet control buttons with icons and callbacks
Stars: ✭ 408 (+527.69%)
Mutual labels:  map, leaflet
React Leaflet
React components for Leaflet maps
Stars: ✭ 3,939 (+5960%)
Mutual labels:  map, leaflet
Papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Stars: ✭ 146 (+124.62%)
Mutual labels:  map, leaflet
Flutter map marker cluster
Provides beautiful animated marker clustering functionality for flutter_map. Inspired by Leaflet.markercluster
Stars: ✭ 101 (+55.38%)
Mutual labels:  map, leaflet
Brutile
BruTile is a .NET library to access tile services like those of OpenStreetMap, MapBox or GeodanMaps.
Stars: ✭ 203 (+212.31%)
Mutual labels:  mapping, map
Gmapsfx
Java API for using Google Maps within a JavaFX application.
Stars: ✭ 233 (+258.46%)
Mutual labels:  mapping, map
leaflet.minichart
Leaflet.minichart is a leaflet plugin for adding to a leaflet map small animated charts
Stars: ✭ 27 (-58.46%)
Mutual labels:  map, leaflet
Mapsapi
Карты 2ГИС — это точные данные обо всех объектах города, включая новостройки, с детализацией до заборов и внутриквартальных проездов.
Stars: ✭ 193 (+196.92%)
Mutual labels:  map, leaflet
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+4033.85%)
Mutual labels:  map, leaflet
map-with-me
🌍 Create collaborative maps with your friends (and enemies)
Stars: ✭ 23 (-64.62%)
Mutual labels:  map, mapping
leaflet.TravelNotes
A complete mapping application. With this, you prepare a complete travel, adding itineraries and personnal notes to the map. When you travel is complete, you can save it to a file, export the itineraries to a gpx files, print the itineraries and a roadbook with the notes and itineraries description.
Stars: ✭ 31 (-52.31%)
Mutual labels:  map, mapping
kirby-locator
A simple map & geolocation field, built on top of open-source services and Mapbox. Kirby 3 only.
Stars: ✭ 83 (+27.69%)
Mutual labels:  map, leaflet
o.map
Open Street Map app - KaiOS
Stars: ✭ 51 (-21.54%)
Mutual labels:  map, leaflet
django-leaflet-admin-list
The Django Leaflet Admin List package provides an admin list view featured by the map and bounding box filter for the geo-based data of the GeoDjango.
Stars: ✭ 28 (-56.92%)
Mutual labels:  map, leaflet
Leaflet-active-area
A Leaflet plugin to center the map not in the center of the map but inside a DIV. Useful for responsive design.
Stars: ✭ 99 (+52.31%)
Mutual labels:  map, leaflet
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+587.69%)
Mutual labels:  mapping, map
Wicket
A modest library for moving between Well-Known Text (WKT) and various framework geometries
Stars: ✭ 484 (+644.62%)
Mutual labels:  mapping, leaflet
Leaflet Dvf
Leaflet Data Visualization Framework
Stars: ✭ 678 (+943.08%)
Mutual labels:  mapping, leaflet
Mapserver
Source code of the MapServer project. Please submit pull requests to the 'main' branch.
Stars: ✭ 693 (+966.15%)
Mutual labels:  mapping, map
MinedMap
Minecraft map renderer and viewer
Stars: ✭ 35 (-46.15%)
Mutual labels:  map, leaflet
Lenz
Console based MAP 🗺 : with lots of features 🤩
Stars: ✭ 51 (-21.54%)
Mutual labels:  mapping, map
Vue2leaflet
Vue 2 components for Leaflet maps
Stars: ✭ 1,809 (+2683.08%)
Mutual labels:  map, leaflet
Papyrusjs
papyrus.js renders maps of Minecraft: Bedrock Edition worlds using node.js, LevelDB and leaflet.
Stars: ✭ 50 (-23.08%)
Mutual labels:  mapping, leaflet
leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (-80%)
Mutual labels:  map, leaflet
Azuremapscodesamples
A set of code samples for the Azure Maps web control.
Stars: ✭ 167 (+156.92%)
Mutual labels:  mapping, map
Openrailwaymap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
Stars: ✭ 150 (+130.77%)
Mutual labels:  mapping, map
maptiles
Map tile generator. Converts an image into map tiles using ImageMagick. Map tiles can be used in Google Maps, Leaflet and other map rendering software.
Stars: ✭ 52 (-20%)
Mutual labels:  mapping, leaflet
Kepler
The open source full-stack geosocial network platform
Stars: ✭ 125 (+92.31%)
Mutual labels:  mapping, leaflet
leaflet-tag-filter-button
Adds tag filter control for layers (marker, geojson features etc.) to LeafLet.
Stars: ✭ 48 (-26.15%)
Mutual labels:  map, leaflet
d3-geomap
A library for creating geographical maps based on D3.js
Stars: ✭ 124 (+90.77%)
Mutual labels:  map, mapping
turkeyvisited
Mark the cities you have visited in Turkey and share the map!
Stars: ✭ 82 (+26.15%)
Mutual labels:  map, mapping
awesome-maps-ukraine
A curated list of maps of Ukraine, ukrainian mappers and tools that they use or develop for creating and publish maps
Stars: ✭ 35 (-46.15%)
Mutual labels:  map, mapping
papyrusjs
papyrus.js renders maps of Minecraft: Bedrock Edition worlds using node.js, LevelDB and leaflet.
Stars: ✭ 53 (-18.46%)
Mutual labels:  mapping, leaflet
mars2d
【Mars2D平台 】主仓库,包含所有开源仓库清单导航
Stars: ✭ 182 (+180%)
Mutual labels:  map, leaflet
Svg World Map
🗺 A JavaScript library to easily integrate one or more SVG world maps with all nations (countries) and second-level political subdivisions (countries, provinces, states).
Stars: ✭ 38 (-41.54%)
Mutual labels:  mapping, map
papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Stars: ✭ 221 (+240%)
Mutual labels:  map, leaflet
Offlinemap
基于MySQL + Node.js + Leaflet的离线地图展示,支持百度、谷歌、高德、腾讯地图
Stars: ✭ 343 (+427.69%)
Mutual labels:  map, leaflet
Joctomap
Java/Android wrapper for Octomap: an octree-based mapping library
Stars: ✭ 11 (-83.08%)
Mutual labels:  mapping, map
Leaflet Ng2
Angular.io integration of Leaflet
Stars: ✭ 66 (+1.54%)
Mutual labels:  map, leaflet
Inloco
A Geographic Information System (GIS) used by Ministério Público do Estado do Rio de Janeiro to show social, institutional and administrative data , based on React and Leaflet, interacting with a GeoServer back-end.
Stars: ✭ 51 (-21.54%)
Mutual labels:  leaflet
React Qmap
💡react腾讯地图开源组件
Stars: ✭ 60 (-7.69%)
Mutual labels:  map
Capsicain
Powerful low-level keyboard remapping tool for Windows
Stars: ✭ 51 (-21.54%)
Mutual labels:  mapping
China geojson
中国行政区划地图数据(省、市、县),geojson格式,可直接用于D3.js,Echarts.js可视化
Stars: ✭ 51 (-21.54%)
Mutual labels:  map
Callbag Map Promise
Callbag map promise
Stars: ✭ 64 (-1.54%)
Mutual labels:  map
Ipyleaflet
A Jupyter - Leaflet.js bridge
Stars: ✭ 1,103 (+1596.92%)
Mutual labels:  leaflet
Pgo
Go library for PHP community with convenient functions
Stars: ✭ 51 (-21.54%)
Mutual labels:  map
Indoorjs
Indoor mapping for floorplans using on fabricjs
Stars: ✭ 59 (-9.23%)
Mutual labels:  map
Ssrfmap
Simple Server Side Request Forgery services enumeration tool.
Stars: ✭ 50 (-23.08%)
Mutual labels:  map
Expss
expss: Tables and Labels in R
Stars: ✭ 65 (+0%)
Mutual labels:  labels
1-60 of 813 similar projects