├── .gitignore ├── 404.md ├── CNAME ├── Gemfile ├── Gemfile.lock ├── LICENSE ├── README.md ├── _config.yml ├── _includes ├── frame.html ├── plugin_category_table.html └── tutorial_link.html ├── _layouts ├── dialog_frame.html ├── post.html ├── redirected.html ├── tutorial.html ├── tutorial_frame.html ├── tutorial_v2.html └── v2.html ├── _plugins ├── 3rd-party-integration │ ├── abp-usermap-mybb.md │ ├── joomla-3-x.md │ ├── leaflet-easymap.md │ ├── leaflet-editinosm.md │ ├── leaflet-facebook.md │ ├── leaflet-for-drupal.md │ ├── map-block-leaflet.md │ ├── maps-marker-pro.md │ ├── maptiks.md │ ├── wordpress-leaflet-map.md │ ├── wp-locations-and-areas.md │ ├── wp-mapit.md │ ├── wp-open-user-map.md │ ├── wptripsummary.md │ └── yii2-locator.md ├── area-overlay-selection │ ├── bopenleafletareaselection.md │ ├── l-control-linestringselect.md │ ├── leaflet-areaselect.md │ ├── leaflet-cheaplayerat.md │ ├── leaflet-featureselect.md │ ├── leaflet-geojson-selector.md │ ├── leaflet-selectareafeature.md │ ├── leafletlasso.md │ ├── leafletselectpolygons.md │ └── leafletshades.md ├── basemap-formats │ ├── azgsleaflet.md │ ├── cartodbleaflet.md │ ├── georasterlayer.md │ ├── l-tilelayer-wmts.md │ ├── leaflet-bpg.md │ ├── leaflet-canvaslayer-field.md │ ├── leaflet-geojson-encoded.md │ ├── leaflet-imageoverlay-ogcapi.md │ ├── leaflet-nontiledlayer-wcs.md │ ├── leaflet-projwmts.md │ ├── leaflet-tilelayer-mbtiles.md │ ├── leaflet-tilelayer-wmts.md │ ├── leaflet-wms.md │ ├── leaflet2gis.md │ ├── leafletgeotiff.md │ ├── leaflettilejson.md │ └── tilelayer-geojson.md ├── basemap-providers │ ├── azure-maps-leaflet-plugin.md │ ├── bing-maps-layer.md │ ├── esri-leaflet.md │ ├── l-gridlayer-googlemutant.md │ ├── l-mapkitmutant.md │ ├── l-tilelayer-here.md │ ├── l-tilelayer-kartverket.md │ ├── leaflet-chinesetmsproviders.md │ ├── leaflet-gibs.md │ ├── leaflet-koreantmsproviders.md │ ├── leaflet-spain-wms.md │ ├── leaflet-tilelayer-here.md │ ├── leaflet-tilelayer-hongkong.md │ ├── leaflet-tilelayer-mierune.md │ ├── leaflet-tilelayer-swiss.md │ ├── leafletproviders.md │ ├── polarmap-js.md │ └── supermap-leaflet.md ├── bookmarked-pan-zoom │ ├── drustack--leaflet.resetview.md │ ├── leaflet-bookmarks.md │ ├── leaflet-defaultextent.md │ ├── leaflet-locationlist.md │ ├── leaflet-navigation-toolbar.md │ ├── leaflet-restoreview.md │ ├── leaflet-showall.md │ ├── leaflet-viewcenter.md │ ├── leaflet-zoomhome.md │ ├── leaflethash.md │ ├── leaflethistory.md │ ├── leafletviewmeta.md │ └── leafletzoommin.md ├── clustering-decluttering │ ├── leaflet-conditionallayer.md │ ├── leaflet-deflate.md │ ├── leaflet-featuregroup-subgroup.md │ ├── leaflet-gridcluster.md │ ├── leaflet-inflatable-markers-group.md │ ├── leaflet-layergroup-collision.md │ ├── leaflet-layergroup-conditional.md │ ├── leaflet-markercluster.md │ ├── leaflettooltiplayout.md │ ├── overlapping-marker-spiderfier.md │ ├── prunecluster.md │ └── qcluster.md ├── data-providers │ ├── leaflet-dbpedialayer.md │ ├── leaflet-freietonne.md │ ├── leaflet-geographphotos.md │ ├── leaflet-overpass-layer.md │ ├── leaflet-rainviewer.md │ ├── leaflet-vector-layers.md │ ├── leafletenvironmentallayers.md │ ├── leafletradar.md │ ├── leafletwikipedia.md │ └── windyleafletplugin.md ├── dataviz │ ├── geogrid-js.md │ ├── jquerystorymap.md │ ├── leaflet-canvasflowmaplayer.md │ ├── leaflet-d3svgoverlay.md │ ├── leaflet-data-visualization-framework.md │ ├── leaflet-dataclassification.md │ ├── leaflet-for-r.md │ ├── leaflet-gleo.md │ ├── leaflet-glify-layer.md │ ├── leaflet-glify.md │ ├── leaflet-l7.md │ ├── leaflet-migration.md │ ├── leaflet-migrationlayer.md │ ├── leaflet-pixioverlay.md │ ├── leaflet-quadtree.md │ ├── leafletecharts.md │ ├── leafletpartition.md │ ├── leafletvelocity.md │ ├── mapboxglleaflet.md │ └── raphaellayer.md ├── dynamic-custom-data-loading │ ├── leaflet-ajax.md │ ├── leaflet-geosse.md │ ├── leaflet-indoor.md │ ├── leaflet-liveupdate.md │ ├── leaflet-mytrack.md │ ├── leaflet-pouch.md │ ├── leaflet-realtime.md │ └── leaflet-ugeojson.md ├── edit-geometries │ ├── l-geoman.md │ ├── leaflet-clipper.md │ ├── leaflet-control-paintpolygon.md │ ├── leaflet-draggablelines.md │ ├── leaflet-draw-svg.md │ ├── leaflet-draw.md │ ├── leaflet-editable-polyline.md │ ├── leaflet-editable.md │ ├── leaflet-editablehandlers.md │ ├── leaflet-freedraw.md │ ├── leaflet-illustrate.md │ ├── leaflet-mappaint.md │ ├── leaflet-path-drag.md │ ├── leaflet-path-transform.md │ ├── leaflet-pather.md │ ├── leaflet-pin.md │ ├── leaflet-plotter.md │ ├── leaflet-segmentedit.md │ ├── leaflet-simplemarkers.md │ ├── leaflet-snap.md │ ├── leaflet-storage.md │ ├── leaflet-styleeditor.md │ ├── leaflet-trace.md │ ├── leafletcraft.md │ └── terra-draw.md ├── events │ ├── l-draggableenhancer.md │ ├── l-sleep.md │ ├── l-spotlight.md │ ├── leaflet-almostover.md │ ├── leaflet-clicktolerance.md │ ├── leaflet-controlledbounds.md │ ├── leaflet-gesturehandling.md │ ├── leaflet-overintent.md │ ├── leaflet-touch-helper.md │ ├── leaflet-visualclick.md │ ├── leafletactivearea.md │ └── singleclick.md ├── frameworks-build-systems │ ├── angular-leaflet-directive.md │ ├── django-leaflet.md │ ├── emberleaflet.md │ ├── gwtyleaflet.md │ ├── jsf2leaf.md │ ├── l-control-bootstrapmodal.md │ ├── l-control-jquerydialog.md │ ├── leaflet-a11y.md │ ├── leaflet-control-angular.md │ ├── leaflet-css.md │ ├── leaflet-i18n.md │ ├── leaflet-jsf.md │ ├── leaflet-layerconfig.md │ ├── leaflet-map-builder.md │ ├── leaflet-map-component.md │ ├── leaflet-popup-angular.md │ ├── leaflet-yeoman-generator.md │ ├── leaflet-zoomlevel-css-class.md │ ├── leafletdefaulticoncompatibility.md │ ├── leafletgeoserverrequest.md │ ├── leafletmap.md │ ├── leafletrails-gem.md │ ├── meteorleaflet.md │ ├── ngxleaflet.md │ ├── reactleaflet.md │ ├── tiny-leaflet-directive.md │ ├── vleaflet.md │ ├── vue2leaflet.md │ └── yaga-leafletng2.md ├── fullscreen-controls │ ├── leaflet-fullscreen.md │ ├── leaflet-fullscreen2.md │ └── leaflet-zoomfs.md ├── geocoding │ ├── esri-leaflet-geocoder.md │ ├── geocoding-maptiler.md │ ├── l-highlight.md │ ├── leaflet-autocomplete.md │ ├── leaflet-control-bing-geocoder.md │ ├── leaflet-control-geocoder.md │ ├── leaflet-control-osm-geocoder.md │ ├── leaflet-geoapify-address-search.md │ ├── leaflet-geoip-locator.md │ ├── leaflet-geonames.md │ ├── leaflet-geosearch.md │ ├── leaflet-locationiq-geocoder.md │ ├── leaflet-opencage-geocoding.md │ ├── leaflet-opencage-geosearch.md │ ├── leaflet-search.md │ └── pelias-leaflet-plugin.md ├── geolocation │ ├── geolet.md │ ├── l-locationshare.md │ ├── leaflet-accurateposition.md │ ├── leaflet-control-compass.md │ └── leaflet-locate.md ├── geoprocessing │ ├── arc-js.md │ ├── greinerhormann.md │ ├── leaflet-antimeridian.md │ ├── leaflet-buffer.md │ ├── leaflet-geometryutil.md │ ├── leaflet-layerindex.md │ ├── leaflet-utm.md │ ├── leafletpip.md │ ├── leafletspatialprefixtree.md │ └── proj4leaflet.md ├── heatmaps │ ├── heatcanvas.md │ ├── heatmap-js.md │ ├── leaflet-divheatmap.md │ ├── leaflet-heat.md │ ├── leaflet-smoothpolygons.md │ ├── leafletsolrheatmap.md │ ├── maskcanvas.md │ └── webgl-heatmap.md ├── interactive-pan-zoom │ ├── drustack--leaflet.syncview.md │ ├── l-control-zoombar.md │ ├── leaflet-borderpan.md │ ├── leaflet-boxzoom.md │ ├── leaflet-doublerightclickzoom.md │ ├── leaflet-doubletouchdragzoom.md │ ├── leaflet-gamecontroller.md │ ├── leaflet-limitzoom.md │ ├── leaflet-pancontrol.md │ ├── leaflet-twofingerzoom.md │ ├── leaflet-zoombox.md │ ├── leaflet-zoominfo.md │ ├── leaflet-zoomlabel.md │ ├── leaflet-zoompanel.md │ └── leaflet-zoomslider.md ├── layer-switching-controls │ ├── l-switchasemap.md │ ├── leaflet-activelayers.md │ ├── leaflet-autolayers.md │ ├── leaflet-basemaps.md │ ├── leaflet-categorized-layers.md │ ├── leaflet-control-appearance.md │ ├── leaflet-control-layers-tree.md │ ├── leaflet-control-order-layers.md │ ├── leaflet-groupedlayercontrol.md │ ├── leaflet-layer-tree-control.md │ ├── leaflet-layertreeplugin.md │ ├── leaflet-panel-layers.md │ ├── leaflet-selectlayers.md │ ├── leaflet-styledlayercontrol.md │ ├── leaflet-uniformcontrol.md │ └── leafleticonlayers.md ├── markers-renderers │ ├── l-donut.md │ ├── leaflet-arc.md │ ├── leaflet-arrowcircle.md │ ├── leaflet-awesomemarkers.md │ ├── leaflet-beautifymarkers.md │ ├── leaflet-bezier.md │ ├── leaflet-boatmarker.md │ ├── leaflet-canvasmarkers.md │ ├── leaflet-centermarker.md │ ├── leaflet-coloricon.md │ ├── leaflet-curve.md │ ├── leaflet-customlayer.md │ ├── leaflet-edgemarker.md │ ├── leaflet-ellipse.md │ ├── leaflet-extramarkers.md │ ├── leaflet-geodesic.md │ ├── leaflet-geojsoncss.md │ ├── leaflet-geotagphoto.md │ ├── leaflet-glmarkers.md │ ├── leaflet-greatcircle.md │ ├── leaflet-highlightablelayers.md │ ├── leaflet-icon-glyph.md │ ├── leaflet-label.md │ ├── leaflet-labeltextcollision.md │ ├── leaflet-lineextremities.md │ ├── leaflet-magicmarker.md │ ├── leaflet-makimarkers.md │ ├── leaflet-marker-highlight.md │ ├── leaflet-marker-stack.md │ ├── leaflet-orientedmarker.md │ ├── leaflet-parallaxmarker.md │ ├── leaflet-pattern.md │ ├── leaflet-photo.md │ ├── leaflet-polygon-fillPattern-canvas.md │ ├── leaflet-polyline-offset.md │ ├── leaflet-polylinedecorator.md │ ├── leaflet-repeatedmarkers.md │ ├── leaflet-river.md │ ├── leaflet-rotated-marker.md │ ├── leaflet-roughcanvas.md │ ├── leaflet-speechbubble.md │ ├── leaflet-spline.md │ ├── leaflet-sprite.md │ ├── leaflet-starcircle.md │ ├── leaflet-streetlabels.md │ ├── leaflet-svgshapemarkers.md │ ├── leaflet-swoopy.md │ ├── leaflet-textpath.md │ ├── leaflet-tracksymbol2.md │ ├── leaflet-truesize.md │ ├── leaflet-vectormarkers.md │ ├── leaflet-viewpoint.md │ ├── leafletaistracksymbol.md │ ├── leafletaistracksymbolsearch.md │ ├── leafletarrowheads.md │ ├── leafletchoropleth.md │ ├── leafletcorridor.md │ ├── leafletdistancemarkers.md │ ├── leafleticonpulse.md │ ├── leafletlabeledcircle.md │ ├── leafletlayervisibility.md │ ├── leafletmapkeyicon.md │ ├── leafletmarkerdirection.md │ ├── leafletplacegroupspicker.md │ ├── leafletpolycolor.md │ ├── leafletpolygon-fillpattern.md │ ├── leafletsemicircle.md │ ├── leafletsimplestyle.md │ ├── leafletsvgicon.md │ ├── leafletusermarker.md │ └── osm-buildings.md ├── measurement │ ├── leaflet-linearmeasurement.md │ ├── leaflet-measure-path.md │ ├── leaflet-measure-polygon.md │ ├── leaflet-measureareacontrol.md │ ├── leaflet-measurecontrol.md │ ├── leaflet-nauticscale.md │ ├── leaflet-polylinemeasure.md │ ├── leaflet-qgsmeasure.md │ ├── leaflet-scalefactor.md │ ├── leafletgraphicscale.md │ ├── leafletmeasure.md │ ├── leafletreticle.md │ └── leafletruler.md ├── minimaps-synced-maps │ ├── leaflet-WorldMiniMap.md │ ├── leaflet-globeminimap.md │ ├── leaflet-layerscontrolminimap.md │ ├── leaflet-magnifyingglass.md │ ├── leaflet-minimap.md │ ├── leaflet-sync.md │ └── leafletclonelayer.md ├── mouse-coordinates │ ├── leaflet-coordinates-control.md │ ├── leaflet-coordinates.md │ ├── leaflet-coordprojection.md │ ├── leaflet-copy-coordinates-control.md │ ├── leaflet-location-picker.md │ ├── leaflet-mapcentercoord.md │ ├── leaflet-mapcodes.md │ ├── leaflet-mousecoordinates.md │ ├── leaflet-mouseposition-ts.md │ ├── leaflet-mouseposition.md │ └── leaflet-naccoordinates.md ├── non-map-base-layers │ ├── leaflet-tilelayer-iip.md │ ├── leafletfractal.md │ ├── leafletiiif.md │ ├── leafletrastercoords.md │ ├── tilelayer-deepzoom.md │ ├── tilelayer-gigapan.md │ └── tilelayer-zoomify.md ├── overlay-animations │ ├── leaflet-animatedmarker.md │ ├── leaflet-antpath.md │ ├── leaflet-bouncemarker.md │ ├── leaflet-marker-slideto.md │ ├── leaflet-markerplayer.md │ ├── leaflet-motion.md │ ├── leaflet-movemarker.md │ ├── leaflet-movingmarker.md │ ├── leaflet-path-dashflow.md │ ├── leaflet-polyline-snakeanim.md │ ├── leaflet-radar.md │ ├── leaflet-rain.md │ ├── leaflet-smoothmarkerbouncing.md │ ├── leaflet-snow.md │ ├── leaflet-transitionedicon.md │ ├── leafletpointanimator.md │ └── leaflettemporalgeojson.md ├── overlay-data-formats │ ├── leaflet-betterfilelayer.md │ ├── leaflet-encoded.md │ ├── leaflet-filegdb.md │ ├── leaflet-filelayer.md │ ├── leaflet-geocsv.md │ ├── leaflet-gpx.md │ ├── leaflet-layerjson.md │ ├── leaflet-shapefile.md │ ├── leafletbetterscale.md │ ├── leafletcsvtiles.md │ ├── leafletgeopackage.md │ ├── leafletkml.md │ ├── leafletomnivore.md │ ├── leafletwfst.md │ ├── qgis2web.md │ └── wicket.md ├── plugin-collections │ ├── mapbbcoderelated-leaflet-plugins.md │ ├── plugins-by-pavel-shramov.md │ └── spectrum4leaflet.md ├── print-export │ ├── leaflet-bigimage.md │ ├── leaflet-browser-print.md │ ├── leaflet-print.md │ ├── leafleteasyprint.md │ ├── leafletimage.md │ └── leafletrouteprint.md ├── routing │ ├── leaflet-reachability.md │ ├── leaflet-routeboxer.md │ ├── leaflet-routetoaddress.md │ ├── leaflet-routing-amap.md │ ├── leaflet-routing-machine.md │ ├── leaflet-routing.md │ ├── leaflet-travelnotes.md │ ├── leaflet-tripgo-routing.md │ └── targomo-js.md ├── search-popups │ ├── l-tagfilterbutton.md │ ├── leaflet-animatedsearchbox.md │ ├── leaflet-geojsonautocomplete.md │ ├── leaflet-pinsearch.md │ ├── leaflet-popupmovable.md │ ├── leaflet-revealosm.md │ ├── leaflet-rrose.md │ ├── leaflet-search.md │ ├── leaflet-underneath.md │ ├── leaflet-utfgrid.md │ ├── leafletcustomsearchbox.md │ ├── leafletfusesearch.md │ ├── leafletgplacesautocomplete.md │ ├── leafletpopupmodifier.md │ └── leafletresponsivepopup.md ├── synthetic-overlays │ ├── l-os-graticule.md │ ├── leaflet-autograticule.md │ ├── leaflet-edgescalebar.md │ ├── leaflet-graticule.md │ ├── leaflet-latlnggraticule.md │ ├── leaflet-maidenhead.md │ ├── leaflet-metricgrid.md │ ├── leaflet-polar-graticule.md │ ├── leaflet-simplegraticule.md │ ├── leaflet-sun.md │ ├── leaflet-terminator.md │ └── leaflet-timezones.md ├── template.md ├── tile-image-display │ ├── leaflet-control-detaillevel.md │ ├── leaflet-control-opacity.md │ ├── leaflet-control-sidebyside.md │ ├── leaflet-distortableimage.md │ ├── leaflet-distortablevideo.md │ ├── leaflet-imageoverlay-arrugator.md │ ├── leaflet-imageoverlay-rotate.md │ ├── leaflet-multispectral.md │ ├── leaflet-nontiledlayers.md │ ├── leaflet-opacitycontrols.md │ ├── leaflet-rotate.md │ ├── leaflet-tilelayer-canvas.md │ ├── leaflet-tilelayer-colorfilter.md │ ├── leaflet-tilelayer-colorizr.md │ ├── leaflet-tilelayer-colorpicker.md │ ├── leaflet-tilelayer-gl.md │ ├── leaflet-tilelayer-glcolorscale.md │ ├── leaflet-tilelayer-gloperations.md │ ├── leaflet-tilelayer-mask.md │ ├── leaflet-tilelayer-pixelfilter.md │ ├── tilelayer-boundarycanvas.md │ └── tilelayer-grayscale.md ├── tile-load │ ├── leaflet-edgebuffer.md │ ├── leaflet-featuregroup-loadevents.md │ ├── leaflet-functionaltilelayer.md │ ├── leaflet-gridlayer-fadeout.md │ ├── leaflet-loading.md │ ├── leaflet-multitilelayer.md │ ├── leaflet-offline.md │ ├── leaflet-tilecorrection.md │ ├── leaflet-tilelayer-fallback.md │ ├── tilelayer-cordova.md │ └── tilelayer-pouchdbcached.md ├── time-elevation │ ├── leaflet-calendar.md │ ├── leaflet-elevation.md │ ├── leaflet-heightgraph.md │ ├── leaflet-hex-timeslider.md │ ├── leaflet-hotline.md │ ├── leaflet-timedimension.md │ ├── leaflet-timeline-control.md │ ├── leaflet-timeline.md │ ├── leaflet-timelineslider.md │ ├── leaflet-timeslider.md │ ├── leaflet-topography.md │ ├── leaflet-trackplayback.md │ └── leafletplayback.md ├── user-interface │ ├── L.multiContol.md │ ├── l-cascadebuttons.md │ ├── l-credits.md │ ├── l-easybutton.md │ ├── leaflet-bootstrapzoom.md │ ├── leaflet-condensedattribution.md │ ├── leaflet-contextmenu.md │ ├── leaflet-control-custom.md │ ├── leaflet-control-resizer.md │ ├── leaflet-control-select.md │ ├── leaflet-coordinatedimagepreview.md │ ├── leaflet-countryselect.md │ ├── leaflet-dialog.md │ ├── leaflet-geojsonlayerswitcher.md │ ├── leaflet-htmllegend.md │ ├── leaflet-legend.md │ ├── leaflet-messagebox.md │ ├── leaflet-notifications.md │ ├── leaflet-resizablecontrol.md │ ├── leaflet-sidepanel.md │ ├── leaflet-signposts.md │ ├── leaflet-slidemenu.md │ ├── leaflet-slider.md │ ├── leaflet-spin.md │ ├── leaflet-tilelegend.md │ ├── leaflet-toolbar.md │ ├── leaflet-weather.md │ ├── leafletblurredlocation.md │ ├── leafletblurredlocationdisplay.md │ ├── leafletcontrolwindow.md │ ├── leafletsidebar.md │ ├── leafletsidebarv2.md │ └── sidebarv2.md └── vector-tiles │ ├── basemaps-leaflet-maptilersdk.md │ ├── geojsonvt.md │ ├── hoverboard.md │ ├── leaflet-mapboxvectortile.md │ ├── leaflet-maplibre.md │ ├── leaflet-vectorgrid.md │ ├── leaflet-vectortilelayer.md │ └── leafletgeojsonvt.md ├── _posts ├── 2012-07-30-leaflet-0-4-released.md ├── 2012-08-07-leaflet-0-4-3-and-a-new-tutorial.md ├── 2012-08-20-guest-post-markerclusterer-0-1-released.md ├── 2012-10-25-leaflet-0-4-5-bugfix-release-and-plans-for-0.5.md ├── 2013-01-17-leaflet-0-5-released.md ├── 2013-02-20-guest-post-draw.md ├── 2013-06-26-leaflet-0-6-released-dc-code-sprint-mapbox.md ├── 2013-06-28-leaflet-plugin-authoring-guide.md ├── 2013-11-18-leaflet-0-7-released-plans-for-future.md ├── 2015-07-01-leaflet-is-alive-and-kicking.md ├── 2015-07-15-leaflet-1.0-beta1-released.md ├── 2015-09-01-leaflet-0.7.4-released.md ├── 2015-10-14-leaflet-1.0-beta2-released.md ├── 2016-03-20-debugging-touch-interactions.md ├── 2016-04-18-leaflet-1.0-rc1.md ├── 2016-07-16-leaflet-1.0-rc2.md ├── 2016-08-05-leaflet-1.0-rc3.md ├── 2016-09-27-leaflet-1.0-final.md ├── 2016-11-21-leaflet-1.0.2.md ├── 2017-01-23-leaflet-1.0.3.md ├── 2017-06-27-leaflet-1.1.0.md ├── 2017-08-08-leaflet-1.2.0.md ├── 2018-01-15-leaflet-1.3.0.md ├── 2018-01-18-leaflet-1.3.1.md ├── 2018-07-17-leaflet-1.3.2.md ├── 2018-07-18-leaflet-1.3.3.md ├── 2018-08-21-leaflet-1.3.4.md ├── 2018-12-30-leaflet-1.4.0.md ├── 2019-05-08-leaflet-1.5.0.md ├── 2019-05-08-leaflet-1.5.1.md ├── 2019-11-17-leaflet-1.6.0.md ├── 2020-09-04-leaflet-1.7.1.md ├── 2022-04-18-leaflet-1.8.0.md └── 2022-09-21-leaflet-1.9.0.md ├── ads.txt ├── atom.xml ├── blog.md ├── build.sh ├── dialog ├── dialog.js └── index.md ├── docs ├── css │ ├── main.css │ ├── normalize.css │ └── reference.css ├── highlight │ ├── LICENSE │ ├── highlight.pack.js │ └── styles │ │ └── github-gist.css ├── images │ ├── 2016-03-20-prosthetic-hand-zooming.gif │ ├── 2016-04-18-inheritances.gif │ ├── 2016-04-18-leaflet-toilet-paper.jpeg │ ├── 2016-04-18-madrid-leaflet-864px.jpg │ ├── 2016-07-18-remote-session.png │ ├── 2016-07-18-tooltip.png │ ├── 2016-08-03-iraq-hacking.jpg │ ├── QQ.png │ ├── document.png │ ├── favicon.ico │ ├── forum-round.svg │ ├── github-round.svg │ ├── logo-ua.png │ ├── logo.png │ ├── logos.png │ ├── payment.png │ ├── sprite.png │ ├── sprite.svg │ └── x-round.svg └── js │ ├── docs.js │ └── reference.js ├── download.md ├── edit.html ├── examples.md ├── examples ├── accessibility │ ├── example.md │ ├── index.md │ └── thumbnail.png ├── choropleth-example.md ├── choropleth.md ├── choropleth │ ├── example-basic.md │ ├── example-color.md │ ├── example.md │ ├── index.md │ ├── thumbnail.png │ └── us-states.js ├── crs-simple │ ├── crs-simple-example1.md │ ├── crs-simple-example2.md │ ├── crs-simple-example3.md │ ├── crs-simple.md │ ├── thumbnail.png │ ├── uqm_map_400px.png │ ├── uqm_map_detail.png │ └── uqm_map_full.png ├── custom-icons-example.md ├── custom-icons.md ├── custom-icons │ ├── example-one-icon.md │ ├── example.md │ ├── index.md │ ├── leaf-green.png │ ├── leaf-orange.png │ ├── leaf-red.png │ ├── leaf-shadow.png │ └── thumbnail.png ├── extending │ ├── canvascircles.md │ ├── class-diagram.md │ ├── class-diagram.png │ ├── class-diagram.txt │ ├── extending-1-classes.md │ ├── extending-2-layers.md │ ├── extending-3-controls.md │ ├── gridcoords.md │ ├── kittenlayer.md │ ├── pixelorigin.md │ ├── thumbnail-1.png │ ├── thumbnail-2.png │ ├── thumbnail-3.png │ ├── tilt.md │ └── watermark.md ├── geojson-example.md ├── geojson.md ├── geojson │ ├── baseball-marker.png │ ├── example.md │ ├── geojson-example.html │ ├── geojson.html │ ├── index.md │ ├── sample-geojson.js │ └── thumbnail.png ├── layers-control-example.md ├── layers-control.md ├── layers-control │ ├── example.md │ ├── index.md │ └── thumbnail.png ├── map-panes-example.md ├── map-panes.md ├── map-panes │ ├── eu-countries.js │ ├── example.md │ ├── index.md │ └── thumbnail.png ├── mobile-example.md ├── mobile.md ├── mobile │ ├── example.md │ ├── index.md │ └── thumbnail.png ├── overlays │ ├── example-image.md │ ├── example-nocontrols.md │ ├── example-svg.md │ ├── example-video.md │ ├── index.md │ └── thumbnail.gif ├── quick-start-example.md ├── quick-start.md ├── quick-start │ ├── example-basic.md │ ├── example-overlays.md │ ├── example.md │ ├── index.md │ └── thumbnail.png ├── wms │ ├── qgis-wms-layers.png │ ├── thumbnail.png │ ├── wms-example-crs.md │ ├── wms-example1.md │ ├── wms-example2.md │ ├── wms-example3.md │ └── wms.md └── zoom-levels │ ├── example-delta.md │ ├── example-fractional.md │ ├── example-scale.md │ ├── example-setzoom.md │ ├── example-zero.md │ ├── index.md │ └── thumbnail.png ├── honor.md ├── index.html ├── leaflet_guide.md ├── plugins.md ├── reference-tpl.html ├── reference-versions.html ├── reference.html └── run.sh /.gitignore: -------------------------------------------------------------------------------- 1 | _site 2 | .sass-cache 3 | .jekyll-cache 4 | .jekyll-metadata 5 | vendor 6 | /.idea 7 | -------------------------------------------------------------------------------- /404.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | redirect_to: /index.html 4 | --- 5 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | leafletjs.cn -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source 'https://rubygems.org' 2 | 3 | gem 'github-pages' 4 | gem 'webrick' 5 | -------------------------------------------------------------------------------- /_includes/tutorial_link.html: -------------------------------------------------------------------------------- 1 | 2 | *** 3 | 4 | 5 | 6 | ### {{ include.title }} 7 | 8 | {{ include.description }} 9 | -------------------------------------------------------------------------------- /_layouts/post.html: -------------------------------------------------------------------------------- 1 | --- 2 | root: "../../../" 3 | layout: v2 4 | post: true 5 | bodyclass: post-page 6 | --- 7 | 8 |

← 返回博客文章列表

9 | 10 |

{{ page.title }}

11 | 12 |

Posted on {{ page.date | date_to_long_string }} by {{ page.author }}

13 | 14 | {{ content }} 15 | 16 | -------------------------------------------------------------------------------- /_layouts/redirected.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: v2 3 | --- 4 | 5 |

重定向...

6 | 如果您没有被重定向,请点击这里。 7 | 10 | -------------------------------------------------------------------------------- /_layouts/tutorial.html: -------------------------------------------------------------------------------- 1 | --- 2 | root: "../" 3 | layout: v2 4 | tutorial: true 5 | --- 6 | 7 |

← 教程

8 | 9 | {{ content }} -------------------------------------------------------------------------------- /_layouts/tutorial_v2.html: -------------------------------------------------------------------------------- 1 | --- 2 | root: "../../" 3 | layout: v2 4 | tutorial: true 5 | --- 6 | 7 |

← 教程

8 | 9 | {{ content }} -------------------------------------------------------------------------------- /_plugins/3rd-party-integration/abp-usermap-mybb.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: ABP Usermap MyBB 3 | category: 3rd-party-integration 4 | repo: https://community.mybb.com/mods.php?action=view&pid=1238 5 | author: CrazyCat 6 | author-url: https://gitlab.com/AnoBug 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个用于 MyBB 的插件,基于 Open Street Map 和 Leaflet 创建用户地图,并可自定义 Popup 和 Markers。 13 | -------------------------------------------------------------------------------- /_plugins/3rd-party-integration/leaflet-easymap.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Easymap 3 | category: 3rd-party-integration 4 | repo: https://github.com/Lapizistik/leaflet-easymap 5 | author: Klaus Stein 6 | author-url: https://github.com/Lapizistik 7 | demo: https://lapizistik.github.io/leaflet-easymap/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在你的 HTML 页面中引入地图,无需一行编程。 一个数据驱动的 Javascript 模块。 13 | -------------------------------------------------------------------------------- /_plugins/3rd-party-integration/leaflet-editinosm.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.EditInOSM 3 | category: 3rd-party-integration 4 | repo: https://github.com/yohanboniface/Leaflet.EditInOSM 5 | author: Yohan Boniface 6 | author-url: https://yohanboniface.me/ 7 | demo: http://yohanboniface.github.io/Leaflet.EditInOSM/examples/basic.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在主要的 OSM 编辑器上添加一个带链接的控件来打开当前地图视图。 13 | -------------------------------------------------------------------------------- /_plugins/3rd-party-integration/leaflet-facebook.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Facebook 3 | category: 3rd-party-integration 4 | repo: https://github.com/mwasil/Leaflet.Facebook/ 5 | author: Marcin Wasilewski 6 | author-url: https://marcinwasilewski.eu/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的插件,用于添加 Facebook like 按钮作为控件。 13 | -------------------------------------------------------------------------------- /_plugins/3rd-party-integration/map-block-leaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Map Block Leaflet 3 | category: 3rd-party-integration 4 | repo: https://wordpress.org/plugins/map-block-leaflet/ 5 | author: Jesús Olazagoitia 6 | author-url: https://goiblas.com/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 基于 Leaflet 的新 WordPress 块编辑器的块,它允许从可视界面添加和自定义地图。 13 | -------------------------------------------------------------------------------- /_plugins/3rd-party-integration/maptiks.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Maptiks 3 | category: 3rd-party-integration 4 | repo: https://maptiks.com/ 5 | author: Sparkgeo 6 | author-url: https://sparkgeo.com/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Web 地图的分析平台。 跟踪地图活动、图层加载时间、标记点击等等! 13 | -------------------------------------------------------------------------------- /_plugins/3rd-party-integration/wordpress-leaflet-map.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: WordPress Leaflet Map 3 | category: 3rd-party-integration 4 | repo: https://wordpress.org/plugins/leaflet-map/ 5 | author: Benjamin J DeLong 6 | author-url: https://bozdoz.com/projects/leaflet-map 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 交互式和灵活的 shortcode ,在文章和页面中创建多个地图,并在这些地图上添加多个标记。 13 | -------------------------------------------------------------------------------- /_plugins/3rd-party-integration/wp-mapit.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: WP MapIt 3 | category: 3rd-party-integration 4 | repo: https://wp-mapit.chandnipatel.in/ 5 | author: Chandni Patel 6 | author-url: https://chandnipatel.in/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 易于使用的 WordPress 地图插件,基于 Open Street Map 和 Leaflet,带有自定义标记图像、描述和链接。 13 | -------------------------------------------------------------------------------- /_plugins/area-overlay-selection/bopenleafletareaselection.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-Area-Selection 3 | category: area-overlay-selection 4 | repo: https://github.com/bopen/leaflet-area-selection 5 | author: B-Open 6 | author-url: https://www.bopen.eu/ 7 | demo: https://bopen.github.io/leaflet-area-selection/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet-区域选择允许在地图上轻松选择一个多边形区域。 13 | -------------------------------------------------------------------------------- /_plugins/area-overlay-selection/leaflet-areaselect.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.AreaSelect 3 | category: area-overlay-selection 4 | repo: https://github.com/heyman/leaflet-areaselect/ 5 | author: Jonatan Heyman 6 | author-url: https://heyman.info/ 7 | demo: https://heyman.github.io/leaflet-areaselect/example/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个固定位置、可调整大小的矩形,用于选择地图上的一个区域。 13 | -------------------------------------------------------------------------------- /_plugins/area-overlay-selection/leaflet-cheaplayerat.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.CheapLayerAt 3 | category: area-overlay-selection 4 | repo: https://github.com/IvanSanchez/Leaflet.CheapLayerAt 5 | author: Iván Sánchez Ortega 6 | author-url: https://github.com/IvanSanchez 7 | demo: http://ivansanchez.github.io/Leaflet.CheapLayerAt/demo.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许查询哪个图层在屏幕坐标之下。 13 | -------------------------------------------------------------------------------- /_plugins/area-overlay-selection/leaflet-featureselect.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.FeatureSelect 3 | category: area-overlay-selection 4 | repo: https://github.com/openplans/Leaflet.FeatureSelect 5 | author: Aaron Ogle 6 | author-url: https://github.com/atogle 7 | demo: http://openplans.github.io/Leaflet.FeatureSelect/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用可配置的中心点标记从 GeoJSON 图层中选择任何几何类型。 13 | -------------------------------------------------------------------------------- /_plugins/area-overlay-selection/leafletlasso.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-lasso 3 | category: area-overlay-selection 4 | repo: https://github.com/zakjan/leaflet-lasso 5 | author: Jan Zak 6 | author-url: https://github.com/zakjan 7 | demo: https://zakjan.github.io/leaflet-lasso/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 套索选择插件。 13 | -------------------------------------------------------------------------------- /_plugins/area-overlay-selection/leafletshades.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-Shades 3 | category: area-overlay-selection 4 | repo: https://github.com/mkong0216/leaflet-shades/ 5 | author: Mandy Kong 6 | author-url: https://github.com/mkong0216 7 | demo: https://mkong0216.github.io/leaflet-shades/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个可拖动且可调整大小的矩形,用于选择地图上的区域并在未选择的区域中创建灰色叠加图层。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/azgsleaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: azgs-leaflet 3 | category: basemap-formats 4 | repo: https://github.com/azgs/azgs-leaflet 5 | author: AZGS 6 | author-url: https://github.com/azgs 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的一组小插件,包括带有过滤功能的 WFS-GeoJSON 图层、GeoJSON 的悬停控件和 Esri 瓦片图层。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/cartodbleaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: cartodb-leaflet 3 | category: basemap-formats 4 | repo: https://github.com/vizzuality/cartodb-leaflet/ 5 | author: Vizzuality 6 | author-url: https://www.vizzuality.com/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的官方 CartoDB 插件。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/l-tilelayer-wmts.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.TileLayer.WMTS 3 | category: basemap-formats 4 | repo: https://github.com/alcalin/L.TileLayer.WMTS 5 | author: Alexandru Calin 6 | author-url: https://github.com/alcalin 7 | demo: https://alcalin.github.io/L.TileLayer.WMTS/example.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的一个简单的 WMTS Tile Layer 插件。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/leaflet-bpg.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.bpg 3 | category: basemap-formats 4 | repo: https://github.com/balrog-kun/Leaflet.bpg 5 | author: Andrzej Zaborowski 6 | author-url: https://github.com/balrog-kun/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 支持 .bpg 图像格式解码的 TileLayer。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/leaflet-geojson-encoded.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet GeoJSON Encoded 3 | category: basemap-formats 4 | repo: https://github.com/geobricks/Leaflet.GeoJSON.Encoded 5 | author: Geobricks 6 | author-url: https://github.com/geobricks/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 Google 折线编码算法扩展 L.GeoJSON 层,允许优化数据传输。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/leaflet-projwmts.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.projwmts 3 | category: basemap-formats 4 | repo: https://github.com/GeoportalPL/leaflet.projwmts 5 | author: Geoportal Poland 6 | author-url: https://github.com/GeoportalPL 7 | demo: https://geoportalpl.github.io/leaflet.projwmts/examples/wmts_services.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 添加 WMTS 服务(GUGiK 波兰)。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/leaflet-tilelayer-wmts.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.TileLayer.WMTS 3 | category: basemap-formats 4 | repo: https://github.com/alexandre-melard/leaflet.TileLayer.WMTS 5 | author: Alexandre Melard 6 | author-url: https://github.com/mylen 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为 Leaflet 添加 WMTS(IGN)图层。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/leaflet-wms.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.wms 3 | category: basemap-formats 4 | repo: https://github.com/heigeo/leaflet.wms 5 | author: S. Andrew Sheppard 6 | author-url: https://github.com/sheppard/ 7 | demo: http://heigeo.github.io/leaflet.wms/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 增强了对 Leaflet 的 WMS 支持,包括 single-tile/untiled 图层、共享 WMS 源以及通过 GetFeatureInfo 进行的图层识别。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/leaflet2gis.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-2gis 3 | category: basemap-formats 4 | repo: https://github.com/emikhalev/leaflet-2gis 5 | author: Eugene Mikhalev 6 | author-url: https://github.com/emikhalev/ 7 | demo: http://emikhalev.github.io/leaflet-2gis/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 添加对 2GIS 切片图层的支持 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/leaflettilejson.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-tilejson 3 | category: basemap-formats 4 | repo: https://github.com/kartena/leaflet-tilejson 5 | author: Per Liedman 6 | author-url: https://github.com/perliedman 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 向 Leaflet 添加对 TileJSON 规范的支持。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-formats/tilelayer-geojson.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: TileLayer.GeoJSON 3 | category: basemap-formats 4 | repo: https://github.com/glenrobertson/leaflet-tilelayer-geojson/ 5 | author: Glen Robertson 6 | author-url: https://github.com/glenrobertson 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | GeoJSON 瓦片的 TileLayer。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-providers/esri-leaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Esri Leaflet 3 | category: basemap-providers 4 | repo: https://esri.github.io/esri-leaflet/ 5 | author: Patrick Arlt 6 | author-url: https://github.com/patrickarlt/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一组用于将 ArcGIS 服务与 Leaflet 一起使用的工具。支持地图服务、要素图层、ArcGIS Online 切片等。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-providers/l-mapkitmutant.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.MapkitMutant 3 | category: basemap-providers 4 | repo: https://gitlab.com/IvanSanchez/Leaflet.MapkitMutant 5 | author: Iván Sánchez 6 | author-url: https://github.com/IvanSanchez 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 显示 Apple 的 MapkitJS 底图。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-providers/l-tilelayer-here.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.TileLayer.HERE 3 | category: basemap-providers 4 | repo: https://gitlab.com/IvanSanchez/Leaflet.TileLayer.HERE 5 | author: Iván Sánchez 6 | author-url: https://github.com/IvanSanchez 7 | demo: https://ivansanchez.gitlab.io/Leaflet.TileLayer.HERE/demo.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 显示来自 HERE 地图的地图瓦片。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-providers/l-tilelayer-kartverket.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.TileLayer.Kartverket 3 | category: basemap-providers 4 | repo: https://github.com/knreise/L.TileLayer.Kartverket 5 | author: Kultur og naturreise 6 | author-url: https://github.com/knreise 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 提供来自 Kartverket(挪威测绘局)的瓦片图层的简单设置 13 | -------------------------------------------------------------------------------- /_plugins/basemap-providers/leaflet-koreantmsproviders.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.KoreanTmsProviders 3 | category: basemap-providers 4 | repo: https://github.com/tontita/Leaflet.KoreanTmsProviders 5 | author: Seong Choi 6 | author-url: https://github.com/tontita/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 包含各种(韩国)瓦片供应商的配置——Daum、Naver、VWorld 等。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-providers/leaflet-spain-wms.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Spain.WMS 3 | category: basemap-providers 4 | repo: https://github.com/sigdeletras/Leaflet.Spain.WMS 5 | author: Patricio Soriano 6 | author-url: https://github.com/sigdeletras 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为西班牙制图机构提供的多个西班牙 Web 地图服务 (WMS) 图层(PNOA、IGN 基础、Catastro 等)提供简单的设置。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-providers/leaflet-tilelayer-here.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TileLayer.HERE 3 | category: basemap-providers 4 | repo: https://github.com/wandersoncs/leaflet-tilelayer-here 5 | author: Wanderson Souza 6 | author-url: https://github.com/wandersoncs 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 显示来自 HERE 地图的瓦片。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-providers/leaflet-tilelayer-hongkong.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-Tilelayer-Hong-Kong 3 | category: basemap-providers 4 | repo: https://github.com/spaceflighter/leaflet-tilelayer-hongkong 5 | author: spaceflighter 6 | author-url: https://github.com/spaceflighter 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 显示来自 Hong Kong GeoData Store 提供商的香港地图瓦片。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-providers/leaflet-tilelayer-mierune.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TileLayer.Mierune 3 | category: basemap-providers 4 | repo: https://github.com/MIERUNE/Leaflet.TileLayer.MIERUNE 5 | author: Mierune 6 | author-url: https://github.com/MIERUNE 7 | demo: https://tile.mierune.co.jp/ 8 | compatible-v0: true 9 | compatible-v1: true 10 | --- 11 | 12 | 显示来自 Mierune 地图的瓦片。 13 | -------------------------------------------------------------------------------- /_plugins/basemap-providers/leaflet-tilelayer-swiss.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TileLayer.Swiss 3 | category: basemap-providers 4 | repo: https://github.com/rkaravia/Leaflet.TileLayer.Swiss 5 | author: Roman Karavia 6 | author-url: https://github.com/rkaravia 7 | demo: https://leaflet-tilelayer-swiss.karavia.ch/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用来自 Swisstopo 的地图瓦片显示瑞士的国家地图。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leaflet-bookmarks.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Bookmarks 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/w8r/Leaflet.Bookmarks 5 | author: Alexander Milevski 6 | author-url: https://github.com/w8r/ 7 | demo: https://milevski.co/Leaflet.Bookmarks/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 控制在地图上用户创建的书签之间添加和导航。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leaflet-defaultextent.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.defaultextent 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/nguyenning/Leaflet.defaultextent 5 | author: Alex Nguyen 6 | author-url: https://github.com/nguyenning 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 返回到地图原始起始范围的控件。 类似于 HomeButton 小部件。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leaflet-locationlist.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Locationlist 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/mithron/leaflet.locationlist 5 | author: Ivan Ignatyev 6 | author-url: https://github.com/mithron 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在预定义位置和缩放之间跳转的控件。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leaflet-navigation-toolbar.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Navigation Toolbar 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/davidchouse/Leaflet.NavBar 5 | author: David C 6 | author-url: https://github.com/davidchouse 7 | demo: http://davidchouse.github.io/Leaflet.NavBar/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于简单的后退、前进和主页导航的 Leaflet 控制。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leaflet-restoreview.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.RestoreView 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/makinacorpus/Leaflet.RestoreView 5 | author: Mathieu Leplatre 6 | author-url: https://github.com/leplatrem 7 | demo: https://makinacorpus.github.io/Leaflet.RestoreView/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 localStorage 存储和恢复地图视图。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leaflet-showall.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ShowAll 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/florpor/Leaflet.ShowAll 5 | author: Mor Yariv 6 | author-url: https://github.com/florpor 7 | demo: http://florpor.github.io/Leaflet.ShowAll/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个可以显示预定义范围的控件,同时保存当前的范围,以便可以跳回。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leaflet-viewcenter.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.viewcenter 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/pwldp/leaflet.viewcenter 5 | author: Dariusz Pawlak 6 | author-url: https://github.com/pwldp/ 7 | demo: https://pwldp.github.io/leaflet.viewcenter/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的控件,它添加了一个按钮来改变视图和缩放到选项中的预定义值。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leaflet-zoomhome.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.zoomhome 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/torfsen/leaflet.zoomhome 5 | author: Florian Brucker 6 | author-url: https://github.com/torfsen 7 | demo: http://torfsen.github.io/leaflet.zoomhome/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 带有用于重置视图的主页按钮的缩放控件。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leaflethash.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-hash 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/mlevans/leaflet-hash 5 | author: Michael Lawrence Evans 6 | author-url: https://github.com/mlevans 7 | demo: https://mlevans.com/leaflet-hash/map.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过 URL 哈希保持地图状态和浏览历史的插件。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leaflethistory.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-History 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/cscott530/leaflet-history 5 | author: Chris Scott 6 | author-url: https://github.com/cscott530 7 | demo: https://cscott530.github.io/leaflet-history/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 类似于浏览器跟踪地图移动和缩放位置的历史记录。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leafletviewmeta.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-view-meta 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/rwev/leaflet-view-meta 5 | author: rwev 6 | author-url: https://github.com/rwev 7 | demo: https://rwev.github.io/leaflet-view-meta/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于显示地图视图元数据、中心和边界坐标并将其保存到 URL,以进行精确共享和视图重建的插件。 13 | -------------------------------------------------------------------------------- /_plugins/bookmarked-pan-zoom/leafletzoommin.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-zoom-min 3 | category: bookmarked-pan-zoom 4 | repo: https://github.com/alanshaw/leaflet-zoom-min/ 5 | author: Alan Shaw 6 | author-url: https://github.com/alanshaw/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 向缩放控件添加一个按钮,允许你单击一下即可缩放到地图的最小缩放级别。 13 | -------------------------------------------------------------------------------- /_plugins/clustering-decluttering/leaflet-deflate.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Deflate 3 | category: clustering-decluttering 4 | repo: https://github.com/oliverroick/Leaflet.Deflate 5 | author: Oliver Roick 6 | author-url: https://github.com/oliverroick 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 当线条和多边形在较低的缩放级别中屏幕尺寸变得太小时,将其放缩为一个标记。 13 | -------------------------------------------------------------------------------- /_plugins/clustering-decluttering/leaflet-gridcluster.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.GridCluster 3 | category: clustering-decluttering 4 | repo: https://github.com/andy-kay/Leaflet.GridCluster 5 | author: Andreas Kiefer 6 | author-url: https://github.com/andy-kay 7 | demo: http://andy-kay.github.io/Leaflet.GridCluster/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 实时创建基于网格的集群。 13 | -------------------------------------------------------------------------------- /_plugins/clustering-decluttering/prunecluster.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: PruneCluster 3 | category: clustering-decluttering 4 | repo: https://github.com/SINTEF-9012/PruneCluster 5 | author: Antoine Pultier 6 | author-url: https://github.com/yellowiscool 7 | demo: http://sintef-9012.github.io/PruneCluster/examples/random.10000-size.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 快速和实时的标记聚类库。 13 | -------------------------------------------------------------------------------- /_plugins/clustering-decluttering/qcluster.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: q-cluster 3 | category: clustering-decluttering 4 | repo: https://github.com/spatialdev/q-cluster 5 | author: Nicholas Hallahan 6 | author-url: https://github.com/hallahan 7 | demo: http://spatialdev.github.io/q-cluster/demo/index.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 具有 D3 分类的快速点聚类库。 13 | -------------------------------------------------------------------------------- /_plugins/data-providers/leaflet-dbpedialayer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.dbpediaLayer 3 | category: data-providers 4 | repo: https://github.com/kr1/Leaflet.dbpediaLayer/ 5 | author: Kr1 6 | author-url: https://github.com/kr1/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 来自 Wikipedia 的兴趣点图层 - 通过 ajax 从 DBpedia 的 SPARQL 端点加载。 13 | -------------------------------------------------------------------------------- /_plugins/data-providers/leaflet-freietonne.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.FreieTonne 3 | category: data-providers 4 | repo: https://github.com/facilmap/Leaflet.FreieTonne 5 | author: Candid Dauth 6 | author-url: https://github.com/cdauth 7 | demo: https://unpkg.com/leaflet-freie-tonne/example.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 来自FreieTonne的具有航海特征的 overlay。 13 | -------------------------------------------------------------------------------- /_plugins/data-providers/leaflet-rainviewer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Rainviewer 3 | category: data-providers 4 | repo: https://github.com/mwasil/Leaflet.Rainviewer 5 | author: Marcin Wasilewski 6 | author-url: https://marcinwasilewski.eu/ 7 | demo: https://mwasil.github.io/Leaflet.Rainviewer/demo/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | RainViewer 雷达数据 API 插件。 13 | -------------------------------------------------------------------------------- /_plugins/data-providers/leaflet-vector-layers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Vector Layers 3 | category: data-providers 4 | repo: http://jasonsanford.github.io/leaflet-vector-layers/ 5 | author: Jason Sanford 6 | author-url: http://geojason.info/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许从许多地理 Web 服务轻松创建矢量图层,例如 ArcGIS Server、Arc2Earth、GeoIQ、CartoDB 和 GIS Cloud。 13 | -------------------------------------------------------------------------------- /_plugins/data-providers/leafletradar.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-radar 3 | category: data-providers 4 | repo: https://github.com/rwev/leaflet-radar 5 | author: rwev 6 | author-url: https://github.com/rwev/ 7 | demo: https://rwev.github.io/leaflet-radar/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的动画卫星天气雷达 overlay 图层。 13 | -------------------------------------------------------------------------------- /_plugins/data-providers/leafletwikipedia.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-Wikipedia 3 | category: data-providers 4 | repo: https://github.com/MatthewBarker/leaflet-wikipedia 5 | author: Matthew Barker 6 | author-url: https://github.com/MatthewBarker 7 | demo: https://matthewbarker.github.io/leaflet-wikipedia/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于在地图图层上显示 Wikipedia API 条目的 Leaflet 插件。 13 | -------------------------------------------------------------------------------- /_plugins/data-providers/windyleafletplugin.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Windy-Leaflet-plugin 3 | category: data-providers 4 | repo: https://github.com/windycom/API 5 | author: Windy.com 6 | author-url: https://www.windy.com/ 7 | demo: https://www.windy.com/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 Windy 的免费 API 在你的页面上显示动画天气图。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/jquerystorymap.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: jquery-storymap 3 | category: dataviz 4 | repo: https://github.com/atlefren/storymap 5 | author: Atle Frenvik Sveen 6 | author-url: https://github.com/atlefren 7 | demo: http://atlefren.github.io/storymap/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个 jQuery 插件,用于在用户滚动段落时显示多个地图位置。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-d3svgoverlay.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.D3SvgOverlay 3 | category: dataviz 4 | repo: https://github.com/teralytics/Leaflet.D3SvgOverlay 5 | author: Kirill Zhuravlev 6 | author-url: https://github.com/xEviL 7 | demo: http://bl.ocks.org/xEviL/0c4f628645c6c21c8b3a 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于 D3 库的 SVG overlay 类。 支持缩放动画和缩放,无需重绘图层。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-data-visualization-framework.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Data Visualization Framework 3 | category: dataviz 4 | repo: https://github.com/humangeo/leaflet-dvf 5 | author: Scott Fairgrieve 6 | author-url: https://github.com/sfairgrieve 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 新的标记、图层和实用程序类,用于轻松进行专题制图和数据可视化。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-for-r.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet for R 3 | category: dataviz 4 | repo: https://github.com/rstudio/leaflet 5 | author: RStudio team 6 | author-url: https://github.com/rstudio/ 7 | demo: https://rstudio.github.io/leaflet/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许在 R 程序中使用 Leaflet,这是一种流行的用于统计分析和数据挖掘的编程语言。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-gleo.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Gleo 3 | category: dataviz 4 | repo: https://gitlab.com/IvanSanchez/leaflet.gleo 5 | author: Iván Sánchez Ortega 6 | author-url: https://ivan.sanchezortega.es 7 | demo: https://ivansanchez.gitlab.io/leaflet.gleo/demo/sprites.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 嵌入 [Gleo](https://ivansanchez.gitlab.io/gleo/) 渲染器作为 Leaflet 图层。Gleo 是一个面向对象的通用 WebGL 制图渲染库。 -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-glify-layer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.glify.layer 3 | category: dataviz 4 | repo: https://github.com/onaci/Leaflet.glify.layer 5 | author: onaci 6 | author-url: https://github.com/onaci 7 | demo: https://onaci.github.io/Leaflet.glify.layer/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet.glify 插件的附加组件,以提供更多的 Leaflet 惯用绑定。 为 GeoJSON FeatureCollections 提供快速的 webgl 渲染(目前仅限于多边形、线和点)。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-glify.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.glify 3 | category: dataviz 4 | repo: https://github.com/robertleeplummerjr/Leaflet.glify 5 | author: robertleeplummerjr 6 | author-url: https://github.com/robertleeplummerjr 7 | demo: https://robertleeplummerjr.github.io/Leaflet.glify/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 WebGL 快速渲染大型 (+100MB) GeoJSON 数据集。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-l7.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: antv/l7-leaflet 3 | category: dataviz 4 | repo: https://github.com/antvis/L7-Leaflet 5 | author: lzxue 6 | author-url: https://github.com/lzxue 7 | demo: https://l7-leaflet.antv.vision/leaflet_l7_layer 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 使用 [L7](https://github.com/antvis/l7) 大规模的 WebGL 驱动的地理空间数据可视化分析引擎,增强 Leaflet 大规模地理空间数据可视化 -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-migration.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.migration 3 | category: dataviz 4 | repo: https://github.com/lin-123/leaflet.migration 5 | author: Kakaka Hou 6 | author-url: https://github.com/lin-123 7 | demo: https://lin-123.github.io/leaflet.migration/demo 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 这个插件可以添加图层到 Leaflet 中,用来显示迁徙,飞线。用户可以自定义标记,线,弹出框等。 -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-migrationlayer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.migrationLayer 3 | category: dataviz 4 | repo: https://github.com/lit-forest/leaflet.migrationLayer 5 | author: Sylvenas 6 | author-url: https://github.com/react-map 7 | demo: https://lycheelin.github.io/leaflet.migrationLayer/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet.migrationLayer 用于展示人口、航班、车辆、交通等迁移数据。 地图上的数据可视化。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-pixioverlay.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.PixiOverlay 3 | category: dataviz 4 | repo: https://github.com/manubb/Leaflet.PixiOverlay 5 | author: Manuel Baclet 6 | author-url: https://github.com/manubb 7 | demo: https://manubb.github.io/Leaflet.PixiOverlay/demo.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 Pixi.js 绘制和动画的 Leaflet overlay 类。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leaflet-quadtree.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Quadtree 3 | category: dataviz 4 | repo: https://ibesora.github.io/Leaflet.Quadtree/ 5 | author: ibesora 6 | author-url: https://github.com/ibesora 7 | demo: https://ibesora.github.io/Leaflet.Quadtree/demos/cullingGeoJSON/demo.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet.Quadtree 用于检索给定范围内的可见数据。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leafletecharts.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-echarts 3 | category: dataviz 4 | repo: https://github.com/wandergis/leaflet-echarts 5 | author: wandergis 6 | author-url: https://github.com/wandergis 7 | demo: https://wandergis.com/leaflet-echarts/index-en.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的插件,用于加载 echarts 地图并使大数据可视化更容易。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leafletpartition.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-partition 3 | category: dataviz 4 | repo: https://github.com/locknono/leaflet-partition 5 | author: locknono 6 | author-url: https://github.com/locknono 7 | demo: https://locknono.github.io/leaflet-partition/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 以不同的方式将区域划分为不同的部分,例如 voronoi(三角剖分)和六边形平铺。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/leafletvelocity.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-velocity 3 | category: dataviz 4 | repo: https://github.com/onaci/leaflet-velocity 5 | author: Dan Wild 6 | author-url: https://github.com/danwild 7 | demo: https://onaci.github.io/leaflet-velocity/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用 Leaflet 观察 velocity 图层。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/mapboxglleaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: mapbox-gl-leaflet 3 | category: dataviz 4 | repo: https://github.com/mapbox/mapbox-gl-leaflet 5 | author: Tom MacWright 6 | author-url: https://github.com/tmcw 7 | demo: https://rawgit.com/mapbox/mapbox-gl-leaflet/master/examples/basic.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 从 Mapbox GL JS 绑定到 Leaflet API。 13 | -------------------------------------------------------------------------------- /_plugins/dataviz/raphaellayer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: RaphaelLayer 3 | category: dataviz 4 | repo: https://github.com/dynmeth/RaphaelLayer 5 | author: Dynamic Methods 6 | author-url: https://github.com/dynmeth 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许你使用 Raphael 作为 Leaflet 地图上的图层,以实现高级动画和可视化。 13 | -------------------------------------------------------------------------------- /_plugins/dynamic-custom-data-loading/leaflet-ajax.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Ajax 3 | category: dynamic-custom-data-loading 4 | repo: https://github.com/calvinmetcalf/leaflet-ajax 5 | author: Calvin Metcalf 6 | author-url: https://github.com/calvinmetcalf/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过 ajax 或 jsonp 添加 GeoJSON 数据。 13 | -------------------------------------------------------------------------------- /_plugins/dynamic-custom-data-loading/leaflet-geosse.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet GeoSSE 3 | category: dynamic-custom-data-loading 4 | repo: https://github.com/ATran31/Leaflet-GeoSSE 5 | author: An Tran 6 | author-url: https://github.com/ATran31/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用服务器发送的事件将实时数据添加到 Leaflet 地图。 13 | -------------------------------------------------------------------------------- /_plugins/dynamic-custom-data-loading/leaflet-indoor.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Indoor 3 | category: dynamic-custom-data-loading 4 | repo: https://github.com/cbaines/leaflet-indoor 5 | author: Christopher Baines 6 | author-url: https://github.com/cbaines 7 | demo: https://www.cbaines.net/projects/osm/leaflet-indoor/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 创建室内地图。 13 | -------------------------------------------------------------------------------- /_plugins/dynamic-custom-data-loading/leaflet-liveupdate.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Liveupdate 3 | category: dynamic-custom-data-loading 4 | repo: https://github.com/tinuzz/leaflet-liveupdate 5 | author: Martijn Grendelman 6 | author-url: https://github.com/tinuzz/ 7 | demo: https://www.grendelman.net/leaflet/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 定期(“实时”)更新地图上的内容。 13 | -------------------------------------------------------------------------------- /_plugins/dynamic-custom-data-loading/leaflet-mytrack.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.mytrack 3 | category: dynamic-custom-data-loading 4 | repo: https://github.com/dj0001/Leaflet.mytrack 5 | author: DJ 6 | author-url: https://github.com/dj0001 7 | demo: https://dj0001.github.io/Leaflet.mytrack/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在地图上跟踪我的轨迹并下载它。 13 | -------------------------------------------------------------------------------- /_plugins/dynamic-custom-data-loading/leaflet-pouch.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Pouch 3 | category: dynamic-custom-data-loading 4 | repo: https://github.com/calvinmetcalf/leaflet.pouch 5 | author: Calvin Metcalf 6 | author-url: https://github.com/calvinmetcalf/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 PouchDB 将 CouchDB 数据同步到本地存储(indexedDB),只需添加 couchDB 数据或作为 indexedDB 的一个不那么混乱的实现。 13 | -------------------------------------------------------------------------------- /_plugins/dynamic-custom-data-loading/leaflet-realtime.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Realtime 3 | category: dynamic-custom-data-loading 4 | repo: https://github.com/perliedman/leaflet-realtime 5 | author: Per Liedman 6 | author-url: https://github.com/perliedman/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将实时数据放在 Leaflet 地图上:实时跟踪 GPS 单元、传感器数据或任何东西。 13 | -------------------------------------------------------------------------------- /_plugins/dynamic-custom-data-loading/leaflet-ugeojson.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet uGeoJSON 3 | category: dynamic-custom-data-loading 4 | repo: https://github.com/BenjaminVadant/leaflet-ugeojson 5 | author: Benjamin VADANT 6 | author-url: https://github.com/BenjaminVadant/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过 ajax 请求添加一个自动更新的 GeoJSON 数据层。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-clipper.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Clipper 3 | category: edit-geometries 4 | repo: https://github.com/willfarrell/Leaflet.Clipper 5 | author: will Farrell 6 | author-url: https://github.com/willfarrell 7 | demo: https://willfarrell.github.io/Leaflet.Clipper/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许对两个多边形进行并集、差集、异或和交集操作。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-control-paintpolygon.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.Control.PaintPolygon 3 | category: edit-geometries 4 | repo: https://github.com/tcoupin/leaflet-paintpolygon 5 | author: Thibault Coupin 6 | author-url: https://github.com/tcoupin 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用像 Paint[brush] 这样的圆形画笔绘制你的多边形。 包括 turf.js 依赖项。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-draggablelines.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.DraggableLines 3 | category: edit-geometries 4 | repo: https://github.com/FacilMap/Leaflet.DraggableLines 5 | author: Candid Dauth 6 | author-url: https://github.com/cdauth/ 7 | demo: https://unpkg.com/leaflet-draggable-lines/example.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过拖放添加/移动/删除路线、线和多边形上的点。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-draw.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.draw 3 | category: edit-geometries 4 | repo: https://github.com/Leaflet/Leaflet.draw 5 | author: Jacob Toye 6 | author-url: https://github.com/jacobtoye 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过一个非常漂亮的带有图标和提示的用户友好界面,实现了多段线、多边形、矩形、圆和标记等绘图功能。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-editable-polyline.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Editable.Polyline 3 | category: edit-geometries 4 | repo: https://github.com/tkrajina/leaflet-editable-polyline 5 | author: Tomo Krajina 6 | author-url: https://github.com/tkrajina 7 | demo: https://tkrajina.github.io/leaflet-editable-polyline/example1.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 可编辑多段线:移动现有点、添加新点和分割多段线。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-editable.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Editable 3 | category: edit-geometries 4 | repo: https://github.com/Leaflet/Leaflet.Editable 5 | author: Yohan Boniface 6 | author-url: https://yohanboniface.me/ 7 | demo: https://leaflet.github.io/Leaflet.Editable/example/index.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 轻量级的完全可定制和可控的绘图/编辑插件。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-editablehandlers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.EditableHandlers 3 | category: edit-geometries 4 | repo: https://github.com/kartena/Leaflet.EditableHandlers 5 | author: Kartena 6 | author-url: http://www.kartena.se/index.html 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一组插件,包括圆形编辑、测量工具和多边形边的标签。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-freedraw.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.FreeDraw 3 | category: edit-geometries 4 | repo: https://github.com/Wildhoney/Leaflet.FreeDraw 5 | author: Wildhoney 6 | author-url: https://github.com/Wildhoney 7 | demo: https://github.com/Wildhoney/Leaflet.FreeDraw#readme 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 受 Leaflet.js 和 D3 创建 Zoopla 启发灵感而开发的自由手绘多边形的插件。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-illustrate.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Illustrate 3 | category: edit-geometries 4 | repo: https://github.com/justinmanley/Leaflet.Illustrate 5 | author: Justin Manley 6 | author-url: https://github.com/manleyjster 7 | demo: https://justinmanley.github.io/Leaflet.Illustrate/examples/0.0.2/simple/ 8 | compatible-v0: true 9 | compatible-v1: false 10 | --- 11 | 12 | Leaflet.draw 的扩展,使用户可以直接在地图上输入注释。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-mappaint.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MapPaint 3 | category: edit-geometries 4 | repo: https://github.com/SINTEF-9012/Leaflet.MapPaint 5 | author: Antoine Pultier 6 | author-url: https://github.com/yellowiscool 7 | demo: http://sintef-9012.github.io/Leaflet.MapPaint/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 专为触摸设备设计的位图绘画插件。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-path-drag.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Path.Drag 3 | category: edit-geometries 4 | repo: https://github.com/w8r/Leaflet.Path.Drag 5 | author: Alexander Milevski 6 | author-url: https://github.com/w8r/ 7 | demo: https://milevski.co/Leaflet.Path.Drag 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 多边形和折线的拖曳处理程序和交互。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-path-transform.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Path.Transform 3 | category: edit-geometries 4 | repo: https://github.com/w8r/Leaflet.Path.Transform 5 | author: Alexander Milevski 6 | author-url: https://github.com/w8r/ 7 | demo: https://milevski.co/Leaflet.Path.Transform 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 多边形和折线的缩放、 旋转和交互操作。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-pather.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Pather 3 | category: edit-geometries 4 | repo: https://github.com/Wildhoney/L.Pather 5 | author: Wildhoney 6 | author-url: https://github.com/Wildhoney 7 | demo: https://pather.herokuapp.com/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | L.Pather 是一个手绘多段线创建器,它简化了多段线的可变性。 需要 D3 支持。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-pin.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Pin 3 | category: edit-geometries 4 | repo: https://github.com/kklimczak/Leaflet.Pin 5 | author: Konrad Klimczak 6 | author-url: https://github.com/kklimczak 7 | demo: https://kklimczak.github.io/Leaflet.Pin/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在使用 Leaflet.Draw 绘制或编辑功能期间启用将标记附加到其他图层。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-plotter.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.plotter 3 | category: edit-geometries 4 | repo: https://github.com/scripter-co/leaflet-plotter 5 | author: Nathan Mahdavi 6 | author-url: https://github.com/scripter-co 7 | demo: http://scripter-co.github.io/leaflet-plotter/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 绘图仪允许你使用 Leaflet 驱动的地图创建路线。 你可以单击中点来创建一个新的可拖动点。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-segmentedit.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.SegmentEdit 3 | category: edit-geometries 4 | repo: https://github.com/Lemaf/leaflet-polyline-segment-edit 5 | author: Lemaf 6 | author-url: https://github.com/Lemaf 7 | demo: https://lemaf.github.io/leaflet-polyline-segment-edit/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet.draw 的扩展,允许一次编辑大的多段线。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-simplemarkers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.SimpleMarkers 3 | category: edit-geometries 4 | repo: https://github.com/jdomingu/Leaflet.SimpleMarkers 5 | author: Jared Dominguez 6 | author-url: https://github.com/jdomingu 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于添加和删除标记的轻量级 Leaflet 插件。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-snap.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Snap 3 | category: edit-geometries 4 | repo: https://github.com/makinacorpus/Leaflet.Snap 5 | author: Mathieu Leplatre 6 | author-url: https://github.com/leplatrem 7 | demo: https://makinacorpus.github.io/Leaflet.Snap/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许将可拖动标记捕捉到折线和其他图层。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-storage.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Storage 3 | category: edit-geometries 4 | repo: https://github.com/umap-project/Leaflet.Storage 5 | author: Yohan Boniface 6 | author-url: https://yohanboniface.me/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 创建/更新/删除地图、标记、多边形、折线......并使用 API 将它们公开用于后端存储。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-styleeditor.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.StyleEditor 3 | category: edit-geometries 4 | repo: https://github.com/dwilhelm89/Leaflet.StyleEditor 5 | author: Dennis Wilhelm 6 | author-url: https://github.com/dwilhelm89 7 | demo: https://dwilhelm89.github.io/Leaflet.StyleEditor/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许使用 GUI 编辑要素(线、多边形等)和标记的样式。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/leaflet-trace.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.trace 3 | category: edit-geometries 4 | repo: https://github.com/agilvarry/Leaflet.trace 5 | author: Alex Gilvarry 6 | author-url: https://github.com/agilvarry 7 | demo: https://agilvarry.github.io/Leaflet.trace/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 扩展 Leaflet.draw,添加一组新工具,允许用户选择一条 L.geoJSON 线来跟踪或捕捉标记。 13 | -------------------------------------------------------------------------------- /_plugins/edit-geometries/terra-draw.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Terra Draw 3 | category: edit-geometries 4 | repo: https://github.com/JamesLMilner/terra-draw 5 | author: James Milner 6 | author-url: https://github.com/JamesLMilner 7 | demo: https://terradraw.io 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | Terra Draw 的 TerraDrawLeafletAdapter 允许用户在 Leaflet 地图上创建、选择和编辑各种几何图形类型(点、线、多边形等)。 13 | -------------------------------------------------------------------------------- /_plugins/events/l-draggableenhancer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.DraggableEnhancer 3 | category: events 4 | repo: https://github.com/idawave/Leaflet.DraggableEnhancer 5 | author: Vincent Dechandon 6 | author-url: https://github.com/idawave 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 修改默认的 L.Draggable 处理程序(负责地图平移,...)以使其正常工作,如果地图容器的父级之一具有预定义的处理程序,例如附加到 “mousemove” 事件的 “event.stopPropagation()”。 13 | -------------------------------------------------------------------------------- /_plugins/events/l-sleep.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.Sleep 3 | category: events 4 | repo: https://github.com/CliffCloud/Leaflet.Sleep 5 | author: atstp 6 | author-url: https://github.com/atstp 7 | demo: https://cliffcloud.github.io/Leaflet.Sleep/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 避免不必要的滚动捕获。 13 | -------------------------------------------------------------------------------- /_plugins/events/l-spotlight.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.Spotlight 3 | category: events 4 | repo: https://github.com/iboates/leaflet-spotlight 5 | author: Isaac Boates 6 | author-url: https://github.com/iboates 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用可自定义的形状动态突出显示鼠标光标附近的特征。 13 | -------------------------------------------------------------------------------- /_plugins/events/leaflet-almostover.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.AlmostOver 3 | category: events 4 | repo: https://github.com/makinacorpus/Leaflet.AlmostOver 5 | author: Mathieu Leplatre 6 | author-url: https://github.com/makinacorpus/ 7 | demo: https://makinacorpus.github.io/Leaflet.AlmostOver/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 当光标“几乎”在图层上时触发鼠标事件。 13 | -------------------------------------------------------------------------------- /_plugins/events/leaflet-clicktolerance.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ClickTolerance 3 | category: events 4 | repo: https://github.com/geoloep/Leaflet.ClickTolerance 5 | author: Geoloep 6 | author-url: https://github.com/geoloep 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 此插件允许你增加 Canvas 驱动图层的点击容差,从而可以将矢量图层的可点击区域增加到其可见范围之外。 当您的功能难以点击时很有用。 13 | -------------------------------------------------------------------------------- /_plugins/events/leaflet-controlledbounds.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ControlledBounds 3 | category: events 4 | repo: https://github.com/MazeMap/Leaflet.ControlledBounds 5 | author: Iván Sánchez Ortega 6 | author-url: https://github.com/IvanSanchez 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 受 Leaflet-active-area 启发,自动检测地图中未被任何地图控件覆盖的最大区域,并将 setView、fitBounds、setZoom、getBounds 应用于该区域。 13 | -------------------------------------------------------------------------------- /_plugins/events/leaflet-gesturehandling.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.GestureHandling 3 | category: events 4 | repo: https://github.com/elmarquis/Leaflet.GestureHandling/ 5 | author: Andy Marquis 6 | author-url: https://github.com/elmarquis 7 | demo: https://elmarquis.github.io/Leaflet.GestureHandling/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将谷歌地图手势处理的基本功能带入 Leaflet。 防止用户在滚动长页面时被困在地图上。 13 | -------------------------------------------------------------------------------- /_plugins/events/leaflet-overintent.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.OverIntent 3 | category: events 4 | repo: https://github.com/makinacorpus/Leaflet.OverIntent 5 | author: Mathieu Leplatre 6 | author-url: https://github.com/makinacorpus/ 7 | demo: https://makinacorpus.github.io/Leaflet.OverIntent/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 添加一个新事件 “mouseintent”,它与 “mouseover” 不同,因为它反映了用户瞄准特定图层的意图。 13 | -------------------------------------------------------------------------------- /_plugins/events/leaflet-touch-helper.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Touch Helper 3 | category: events 4 | repo: https://github.com/perliedman/leaflet-touch-helper 5 | author: Per Liedman 6 | author-url: https://github.com/perliedman 7 | demo: https://www.liedman.net/leaflet-touch-helper/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过添加透明、更大的触摸表面,可以在小型显示器上用粗手指轻松触摸矢量 overlay 图层 13 | -------------------------------------------------------------------------------- /_plugins/events/leafletactivearea.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-active-area 3 | category: events 4 | repo: https://github.com/Mappy/Leaflet-active-area 5 | author: Mappy 6 | author-url: https://github.com/Mappy 7 | demo: https://techblog.mappy.com/Leaflet-active-area/examples/index.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 此插件允许你使用地图的较小部分作为活动区域。 所有定位方法(setView、fitBounds、setZoom)都将应用于此部分而不是所有地图。 -------------------------------------------------------------------------------- /_plugins/events/singleclick.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: singleclick 3 | category: events 4 | repo: https://github.com/MazeMap/Leaflet.singleclick 5 | author: Iván Sánchez Ortega 6 | author-url: https://github.com/IvanSanchez 7 | demo: https://mazemap.github.io/Leaflet.singleclick/ 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 扩展 L.Evented 以触发 singleclick 事件。 仅与 Leaflet 1.0.0-beta1 及更高版本兼容。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/django-leaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Django Leaflet 3 | category: frameworks-build-systems 4 | repo: https://github.com/makinacorpus/django-leaflet 5 | author: Makina Corpus 6 | author-url: https://makina-corpus.com/ 7 | demo: 8 | compatible-v0: true 9 | compatible-v1: true 10 | --- 11 | 12 | 在你的 **Django** 项目中使用 Leaflet。 包括管理集成、表单小部件、模板标签等等! 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/emberleaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: ember-leaflet 3 | category: frameworks-build-systems 4 | repo: https://miguelcobain.github.io/ember-leaflet/ 5 | author: Miguel Andrade 6 | author-url: https://github.com/miguelcobain 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 Leaflet 对 Ember.js 进行简单的声明式映射。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/gwtyleaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: gwty-leaflet 3 | category: frameworks-build-systems 4 | repo: https://github.com/gwidgets/gwty-leaflet 5 | author: Zakaria Amine 6 | author-url: https://github.com/zak905 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的 Java/GWT JsInterop 包装器。 它允许在 Java 中使用 Leaflet,就像使用 javascript 脚本一样。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/jsf2leaf.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: JSF2Leaf 3 | category: frameworks-build-systems 4 | repo: https://github.com/themrleon/JSF2Leaf 5 | author: Leonardo Ciocari 6 | author-url: https://github.com/themrleon 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的 JavaServer Faces 包装器。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/l-control-bootstrapmodal.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.Control.BootstrapModal 3 | category: frameworks-build-systems 4 | repo: https://github.com/gregallensworth/L.Control.BootstrapModal 5 | author: Greg Allensworth 6 | author-url: https://github.com/gregallensworth 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用地图控件触发引导模式。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/leaflet-a11y.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.a11y 3 | category: frameworks-build-systems 4 | repo: https://github.com/nfreear/leaflet.a11y 5 | author: Nick Freear 6 | author-url: https://nick.freear.org.uk/ 7 | demo: https://nfreear.github.io/leaflet.a11y/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的可访问性和本地化/翻译插件。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/leaflet-control-angular.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Control Angular 3 | category: frameworks-build-systems 4 | repo: https://github.com/grantHarris/leaflet-control-angular 5 | author: Grant Harris 6 | author-url: https://github.com/grantHarris 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Leaflet 地图中插入和使用 Angularized HTML 代码作为 Leaflet 控件。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/leaflet-css.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.CSS 3 | category: frameworks-build-systems 4 | repo: https://github.com/leaflet-extras/leaflet.css 5 | author: Calvin Metcalf 6 | author-url: https://github.com/calvinmetcalf 7 | demo: https://leaflet-extras.github.io/leaflet.css/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 JavaScript 中添加主要的 Leaflet CSS 文件(或任何 css),没有条件注释。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/leaflet-i18n.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.i18n 3 | category: frameworks-build-systems 4 | repo: https://github.com/yohanboniface/Leaflet.i18n 5 | author: Yohan Boniface 6 | author-url: https://yohanboniface.me/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的国际化插件。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/leaflet-jsf.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.jsf 3 | category: frameworks-build-systems 4 | repo: https://bitbucket.org/terrayazilim/leaflet.jsf 5 | author: Terra SI LLC. 6 | author-url: http://terrayazilim.com.tr/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的综合 Java Server Faces (JSF) 组件/包装器。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/leaflet-layerconfig.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet LayerConfig 3 | category: frameworks-build-systems 4 | repo: https://github.com/Norkart/Leaflet-LayerConfig 5 | author: Alexander Nossum 6 | author-url: https://github.com/alexanno 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 提供一个 json 文件或服务响应,其中包含图层和标记的配置,用来自动设置一个 Leaflet 客户端。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/leaflet-yeoman-generator.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Yeoman Generator 3 | category: frameworks-build-systems 4 | repo: https://github.com/moklick/generator-leaflet 5 | author: Moritz Klack 6 | author-url: https://github.com/moklick 7 | demo: https://leaf-gen.moritzklack.com/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Yeoman 生成器,用于构建基本的 Leaflet 地图应用程序。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/leaflet-zoomlevel-css-class.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet ZoomLevel CSS Class 3 | category: frameworks-build-systems 4 | repo: https://github.com/dagjomar/Leaflet.ZoomCSS 5 | author: Dag Jomar Mersland 6 | author-url: https://github.com/dagjomar 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将缩放级别 css 类添加到地图元素,以便根据缩放级别轻松更新样式。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/meteorleaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: meteor-leaflet 3 | category: frameworks-build-systems 4 | repo: https://github.com/bevanhunt/meteor-leaflet 5 | author: Bevan Hunt 6 | author-url: https://github.com/bevanhunt 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 提供 Meteor 包,快速构建实时跨平台地图应用。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/ngxleaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: ngx-leaflet 3 | category: frameworks-build-systems 4 | repo: https://github.com/Asymmetrik/ngx-leaflet 5 | author: Asymmetrik, Ltd. 6 | author-url: https://asymmetrik.com/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于 Angular.io 的 Leaflet 组件和扩展。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/reactleaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: react-leaflet 3 | category: frameworks-build-systems 4 | repo: https://github.com/PaulLeCam/react-leaflet 5 | author: Paul Le Cam 6 | author-url: http://paullecam.github.io/ 7 | demo: https://react-leaflet.js.org/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于 Leaflet 地图的 React 组件。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/tiny-leaflet-directive.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Tiny Leaflet Directive 3 | category: frameworks-build-systems 4 | repo: https://github.com/CleverMaps/tiny-leaflet-directive 5 | author: Martin Tesař 6 | author-url: https://github.com/mattesCZ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于 AngularJS 应用程序的 Tiny LeafletJS 映射指令。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/vleaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: V-Leaflet 3 | category: frameworks-build-systems 4 | repo: https://github.com/mstahv/v-leaflet 5 | author: Matti Tahvonen 6 | author-url: https://github.com/mstahv 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 Leaflet 作为 Vaadin Java/HTML 框架的组件。 13 | -------------------------------------------------------------------------------- /_plugins/frameworks-build-systems/yaga-leafletng2.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: YAGA leaflet-ng2 3 | category: frameworks-build-systems 4 | repo: https://github.com/yagajs/leaflet-ng2 5 | author: YAGA Development Team 6 | author-url: https://github.com/yagajs 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 细致地整合到 Angular2/4。 13 | -------------------------------------------------------------------------------- /_plugins/fullscreen-controls/leaflet-fullscreen.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.fullscreen 3 | category: fullscreen-controls 4 | repo: https://github.com/brunob/leaflet.fullscreen 5 | author: Bruno B 6 | author-url: https://github.com/brunob/ 7 | demo: https://brunob.github.io/leaflet.fullscreen/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 另一个全屏按钮控件,但适用于现代浏览器,使用 HTML5 Fullscreen API。 13 | -------------------------------------------------------------------------------- /_plugins/fullscreen-controls/leaflet-fullscreen2.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.fullscreen 3 | category: fullscreen-controls 4 | repo: https://github.com/Leaflet/Leaflet.fullscreen 5 | author: jfirebaugh 6 | author-url: https://github.com/jfirebaugh 7 | demo: https://leaflet.github.io/Leaflet.fullscreen/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 Fullscreen API 的全屏按钮控件。 13 | -------------------------------------------------------------------------------- /_plugins/fullscreen-controls/leaflet-zoomfs.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.zoomfs 3 | category: fullscreen-controls 4 | repo: https://github.com/elidupuis/leaflet.zoomfs 5 | author: Eli Dupuis 6 | author-url: https://github.com/elidupuis 7 | demo: 8 | compatible-v0: true 9 | compatible-v1: false 10 | --- 11 | 12 | 全屏按钮控件。 13 | -------------------------------------------------------------------------------- /_plugins/geocoding/esri-leaflet-geocoder.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Esri Leaflet Geocoder 3 | category: geocoding 4 | repo: https://github.com/Esri/esri-leaflet-geocoder 5 | author: Patrick Arlt 6 | author-url: https://github.com/patrickarlt/ 7 | demo: https://esri.github.io/esri-leaflet/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个由 ArcGIS Online 地理编码器提供建议的地理编码控件。 13 | -------------------------------------------------------------------------------- /_plugins/geocoding/l-highlight.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.Highlight 3 | category: geocoding 4 | repo: https://github.com/mmaciejkowalski/L.Highlight 5 | author: Maciej Kowalski 6 | author-url: https://github.com/mmaciejkowalski 7 | demo: https://mmaciejkowalski.github.io/L.Highlight/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个插件,增加了使用 Nominatim 快速突出显示街道和地区的功能。 13 | -------------------------------------------------------------------------------- /_plugins/geocoding/leaflet-control-geocoder.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Control Geocoder 3 | category: geocoding 4 | repo: https://github.com/perliedman/leaflet-control-geocoder 5 | author: Per Liedman 6 | author-url: https://github.com/perliedman 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简洁和可扩展的控件,用于地理编码和反向地理编码。内置支持 Nominatim, Bing, MapQuest, Mapbox, What3Words, Google 和 Photon。易于扩展到其他供应商。 13 | -------------------------------------------------------------------------------- /_plugins/geocoding/leaflet-control-osm-geocoder.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Control OSM Geocoder 3 | category: geocoding 4 | repo: https://github.com/k4r573n/leaflet-control-osm-geocoder 5 | author: Karsten Hinz 6 | author-url: https://github.com/k4r573n 7 | demo: https://k4r573n.github.io/leaflet-control-osm-geocoder/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的地理编码器,使用 OpenstreetMap Nominatim 按地址定位地方。 13 | -------------------------------------------------------------------------------- /_plugins/geocoding/leaflet-geoip-locator.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet GeoIP Locator 3 | category: geocoding 4 | repo: https://github.com/jakubdostal/leaflet-geoip 5 | author: Jakub Dostal 6 | author-url: https://github.com/jakubdostal 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的插件,可以找到IP地址的大致位置和以所述位置为中心的地图。 13 | -------------------------------------------------------------------------------- /_plugins/geocoding/leaflet-geonames.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Geonames 3 | category: geocoding 4 | repo: https://github.com/consbio/Leaflet.Geonames 5 | author: Brendan Ward 6 | author-url: https://github.com/brendan-ward 7 | demo: https://consbio.github.io/Leaflet.Geonames/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 由 GeoNames 提供支持的轻量级地理编码控件。 13 | -------------------------------------------------------------------------------- /_plugins/geocoding/leaflet-search.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-search 3 | category: geocoding 4 | repo: https://github.com/sjaakp/leaflet-search 5 | author: Sjaak Priester 6 | author-url: https://github.com/sjaakp 7 | demo: https://sjaakpriester.nl/software/leaflet-search 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个具有自动完成/建议功能的搜索控件。支持 Nominatim、GeoNames、Here、TomTom 和 Kadaster(荷兰)。 13 | -------------------------------------------------------------------------------- /_plugins/geolocation/geolet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Geolet 3 | category: geolocation 4 | repo: https://github.com/rhlt/leaflet-geolet 5 | author: Ruben Holthuijsen 6 | author-url: https://github.com/rhlt/ 7 | demo: https://rubenholthuijsen.nl/geolet/demo 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的一个简单但高度可定制的地理定位插件。 13 | -------------------------------------------------------------------------------- /_plugins/geolocation/l-locationshare.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.LocationShare 3 | category: geolocation 4 | repo: https://github.com/CliffCloud/Leaflet.LocationShare 5 | author: atstp 6 | author-url: https://github.com/atstp 7 | demo: https://cliffcloud.github.io/Leaflet.LocationShare/ 8 | compatible-v0: true 9 | compatible-v1: false 10 | --- 11 | 12 | 允许用户发送和接收带有消息的标记。 13 | -------------------------------------------------------------------------------- /_plugins/geolocation/leaflet-accurateposition.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.AccuratePosition 3 | category: geolocation 4 | repo: https://github.com/M165437/Leaflet.AccuratePosition 5 | author: Michael Schmidt-Voigt 6 | author-url: https://github.com/M165437 7 | demo: https://m165437.github.io/Leaflet.AccuratePosition/ 8 | compatible-v0: true 9 | compatible-v1: false 10 | --- 11 | 12 | Leaflet.AccuratePosition 旨在提供所需的设备位置精度。 13 | -------------------------------------------------------------------------------- /_plugins/geolocation/leaflet-control-compass.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Control Compass 3 | category: geolocation 4 | repo: https://github.com/stefanocudini/leaflet-compass 5 | author: Stefano Cudini 6 | author-url: https://opengeo.tech/ 7 | demo: https://opengeo.tech/maps/leaflet-compass/examples/simple.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于构建简单旋转指南针的 Leaflet 控制插件。 13 | -------------------------------------------------------------------------------- /_plugins/geolocation/leaflet-locate.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Locate 3 | category: geolocation 4 | repo: https://github.com/domoritz/leaflet-locatecontrol 5 | author: Dominik Moritz 6 | author-url: https://github.com/domoritz 7 | demo: https://domoritz.github.io/leaflet-locatecontrol/demo/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 可自定义的定位控件。 13 | -------------------------------------------------------------------------------- /_plugins/geoprocessing/arc-js.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: arc.js 3 | category: geoprocessing 4 | repo: https://github.com/springmeyer/arc.js 5 | author: Dane Springmeyer 6 | author-url: https://github.com/springmeyer 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个用于绘制可与 Leaflet 一起使用的大圆圈路线的 JS 库。 13 | -------------------------------------------------------------------------------- /_plugins/geoprocessing/greinerhormann.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Greiner-Hormann 3 | category: geoprocessing 4 | repo: https://github.com/w8r/GreinerHormann 5 | author: Alexander Milevski 6 | author-url: https://github.com/w8r 7 | demo: https://milevski.co/GreinerHormann/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Greiner-Hormann 算法用于多边形裁剪和二元运算,适用于 Leaflet。 13 | -------------------------------------------------------------------------------- /_plugins/geoprocessing/leaflet-antimeridian.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Antimeridian 3 | category: geoprocessing 4 | repo: https://github.com/briannaAndCo/Leaflet.Antimeridian 5 | author: Brianna Landon 6 | author-url: https://github.com/briannaAndCo 7 | demo: https://briannaandco.github.io/Leaflet.Antimeridian/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个插件,允许多边形和折线自然地穿过反子午线(或国际日期变更线),而不是总是环绕格林威治子午线。 13 | -------------------------------------------------------------------------------- /_plugins/geoprocessing/leaflet-buffer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.buffer 3 | category: geoprocessing 4 | repo: https://github.com/skeate/Leaflet.buffer 5 | author: Jonathan Skeate 6 | author-url: https://github.com/skeate 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使得用 Leaflet.draw 绘制的图形能够得到缓冲。 13 | -------------------------------------------------------------------------------- /_plugins/geoprocessing/leaflet-geometryutil.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.GeometryUtil 3 | category: geoprocessing 4 | repo: https://github.com/makinacorpus/Leaflet.GeometryUtil 5 | author: Benjamin Becquet 6 | author-url: https://github.com/bbecquet 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 几何图形的实用程序集合(线性参考等) 13 | -------------------------------------------------------------------------------- /_plugins/geoprocessing/leaflet-utm.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.UTM 3 | category: geoprocessing 4 | repo: https://github.com/jjimenezshaw/Leaflet.UTM 5 | author: Javier Jimenez Shaw 6 | author-url: https://github.com/jjimenezshaw/ 7 | demo: https://jjimenezshaw.github.io/Leaflet.UTM/examples/input.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将 L.LatLng 转换为 UTM(WGS84),反之亦然的简单方法。UTM 字符串格式易于配置。它不依赖于任何其他插件或第三方。 13 | -------------------------------------------------------------------------------- /_plugins/geoprocessing/leafletpip.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-pip 3 | category: geoprocessing 4 | repo: https://github.com/mapbox/leaflet-pip 5 | author: Tom MacWright 6 | author-url: https://github.com/tmcw 7 | demo: https://mapbox.github.io/leaflet-pip/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 point-in-polygon 计算多边形中的简单点。 13 | -------------------------------------------------------------------------------- /_plugins/geoprocessing/leafletspatialprefixtree.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-spatial-prefix-tree 3 | category: geoprocessing 4 | repo: https://github.com/missinglink/leaflet-spatial-prefix-tree 5 | author: Mapzen 6 | author-url: https://mapzen.com/ 7 | demo: https://missinglink.github.io/leaflet-spatial-prefix-tree/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于可视化空间前缀树、四叉树和 geohash 的 Leaflet 插件。 13 | -------------------------------------------------------------------------------- /_plugins/geoprocessing/proj4leaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Proj4Leaflet 3 | category: geoprocessing 4 | repo: https://github.com/kartena/Proj4Leaflet 5 | author: Kartena 6 | author-url: http://www.kartena.se/index.html 7 | demo: https://kartena.github.io/Proj4Leaflet/#examples 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Proj4js 集成插件,让你可以在 Leaflet 中使用各种奇怪的投影。 13 | -------------------------------------------------------------------------------- /_plugins/heatmaps/heatcanvas.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: HeatCanvas 3 | category: heatmaps 4 | repo: https://github.com/sunng87/heatcanvas 5 | author: Sun Ning 6 | author-url: https://github.com/sunng87 7 | demo: https://sunng87.github.io/heatcanvas/leaflet.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 基于 HTML5 Canvas 的简单热力图 API。 13 | -------------------------------------------------------------------------------- /_plugins/heatmaps/leaflet-divheatmap.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet divHeatmap 3 | category: heatmaps 4 | repo: https://github.com/danielepiccone/leaflet-div-heatmap 5 | author: Daniele Piccone 6 | author-url: https://github.com/dpiccone 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 基于 CSS3 和 divIcons 的轻量级和多功能热力图。 13 | -------------------------------------------------------------------------------- /_plugins/heatmaps/leaflet-smoothpolygons.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.SmoothPolygons 3 | category: heatmaps 4 | repo: https://github.com/sanchezweezer/Leaflet.SmoothPolygons 5 | author: Sanchez Weezer 6 | author-url: https://github.com/sanchezweezer 7 | demo: https://sanchezweezer.github.io/Leaflet.SmoothPolygons/docs/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在后台使用 [paperJS](http://paperjs.org/) 在 Canvas 上绘制路径。 -------------------------------------------------------------------------------- /_plugins/heatmaps/maskcanvas.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: MaskCanvas 3 | category: heatmaps 4 | repo: https://github.com/domoritz/leaflet-maskcanvas 5 | author: Dominik Moritz 6 | author-url: https://github.com/domoritz 7 | demo: https://domoritz.github.io/vbb-coverage/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于可视化覆盖的 Canvas 图层。 13 | -------------------------------------------------------------------------------- /_plugins/heatmaps/webgl-heatmap.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: WebGL Heatmap 3 | category: heatmaps 4 | repo: https://github.com/ursudio/leaflet-webgl-heatmap 5 | author: Benjamin J DeLong 6 | author-url: http://ursudio.com/webgl-heatmap-leaflet/ 7 | demo: https://ursudio.github.io/leaflet-webgl-heatmap/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 WebGL 的高性能 Javascript 热力图插件。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/l-control-zoombar.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.Control.ZoomBar 3 | category: interactive-pan-zoom 4 | repo: https://github.com/elrobis/L.Control.ZoomBar 5 | author: Elijah Robison 6 | author-url: http://cartometric.com/blog/ 7 | demo: https://elrobis.github.io/L.Control.ZoomBar/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 原生缩放控件的扩展版本,带有 Home 和 Zoom-to-Area 按钮。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-borderpan.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.BorderPan 3 | category: interactive-pan-zoom 4 | repo: https://github.com/slara/Leaflet.BorderPan 5 | author: Sebastián Lara 6 | author-url: https://github.com/slara 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过单击地图边界进行平移的 Leaflet 插件。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-boxzoom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.BoxZoom 3 | category: interactive-pan-zoom 4 | repo: https://github.com/gregallensworth/L.Control.BoxZoom 5 | author: Greg Allensworth 6 | author-url: https://github.com/gregallensworth/L.Control.BoxZoom 7 | demo: https://gregallensworth.github.io/L.Control.BoxZoom/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个可见的、可点击的控件,用于执行盒式缩放。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-doublerightclickzoom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.DoubleRightClickZoom 3 | category: interactive-pan-zoom 4 | repo: https://github.com/GhostGroup/Leaflet.DoubleRightClickZoom 5 | author: Mike O'Toole 6 | author-url: https://github.com/mikeotoole/ 7 | demo: http://ghostgroup.github.io/Leaflet.DoubleRightClickZoom/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过双击右键实现缩放的交互处理程序。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-doubletouchdragzoom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.DoubleTouchDragZoom 3 | category: interactive-pan-zoom 4 | repo: https://github.com/petoc/Leaflet.DoubleTouchDragZoom 5 | author: Peter C 6 | author-url: https://github.com/petoc 7 | demo: https://petoc.github.io/Leaflet.DoubleTouchDragZoom/example/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于单指缩放的插件。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-gamecontroller.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet GameController 3 | category: interactive-pan-zoom 4 | repo: https://github.com/SINTEF-9012/Leaflet.GameController 5 | author: Antoine Pultier 6 | author-url: https://github.com/yellowiscool 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为游戏手柄提供支持的交互处理程序。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-limitzoom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet LimitZoom 3 | category: interactive-pan-zoom 4 | repo: https://github.com/Zverik/Leaflet.LimitZoom 5 | author: Ilya Zverev 6 | author-url: https://github.com/zverik 7 | demo: https://zverik.github.io/Leaflet.LimitZoom/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 插件将可用的缩放级别限制在一个给定的列表中,可以通过限制缩放或通过插值瓦片。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-pancontrol.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Pancontrol 3 | category: interactive-pan-zoom 4 | repo: https://github.com/kartena/Leaflet.Pancontrol/ 5 | author: Kartena 6 | author-url: http://www.kartena.se/index.html 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的平移控件。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-twofingerzoom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.twofingerZoom 3 | category: interactive-pan-zoom 4 | repo: https://github.com/aratcliffe/Leaflet.twofingerzoom 5 | author: Adam Ratcliffe 6 | author-url: https://github.com/aratcliffe/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 触摸设备的交互处理程序,可通过两根手指的点击来实现缩放。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-zoombox.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ZoomBox 3 | category: interactive-pan-zoom 4 | repo: https://github.com/consbio/Leaflet.ZoomBox 5 | author: Brendan Ward 6 | author-url: https://github.com/brendan-ward 7 | demo: https://consbio.github.io/Leaflet.ZoomBox/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个轻量级的缩放框控件:在你想缩放的区域周围画一个框。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-zoominfo.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.zoominfo 3 | category: interactive-pan-zoom 4 | repo: https://github.com/flaviocarmo/Leaflet.zoominfo/ 5 | author: Flávio Carmo 6 | author-url: https://github.com/flaviocarmo 7 | demo: https://flaviocarmo.github.io/Leaflet.zoominfo/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个显示当前缩放级别的缩放控件。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-zoomlabel.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ZoomLabel 3 | category: interactive-pan-zoom 4 | repo: https://github.com/unbam/Leaflet.ZoomLabel 5 | author: Masashi Takeshita 6 | author-url: https://github.com/unbam 7 | demo: http://unbam.github.io/Leaflet.ZoomLabel/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的缩放标签控件。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-zoompanel.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ZoomPanel 3 | category: interactive-pan-zoom 4 | repo: https://github.com/will4906/leaflet.zoompanel 5 | author: Shuhua Huang 6 | author-url: https://github.com/will4906/ 7 | demo: https://will4906.github.io/leaflet-zoompanel/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的缩放控制面板。 13 | -------------------------------------------------------------------------------- /_plugins/interactive-pan-zoom/leaflet-zoomslider.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.zoomslider 3 | category: interactive-pan-zoom 4 | repo: https://github.com/kartena/Leaflet.zoomslider/ 5 | author: Kartena 6 | author-url: http://www.kartena.se/index.html 7 | demo: https://kartena.github.io/Leaflet.zoomslider/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个缩放滑块控件。 13 | -------------------------------------------------------------------------------- /_plugins/layer-switching-controls/l-switchasemap.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.switchBasemap 3 | category: layer-switching-controls 4 | repo: https://github.com/clavijojuan/L.switchBasemap 5 | author: clavijojuan 6 | author-url: https://github.com/clavijojuan 7 | demo: https://elegant-meninsky-515912.netlify.app/ 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 一个用来切换底图的简单的 Leaflet 插件。 13 | -------------------------------------------------------------------------------- /_plugins/layer-switching-controls/leaflet-activelayers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ActiveLayers 3 | category: layer-switching-controls 4 | repo: https://github.com/vogdb/Leaflet.ActiveLayers 5 | author: vogdb 6 | author-url: https://github.com/vogdb 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 添加新的 L.Control.ActiveLayers 以获取地图上当前活动的图层。 13 | -------------------------------------------------------------------------------- /_plugins/layer-switching-controls/leaflet-autolayers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.AutoLayers 3 | category: layer-switching-controls 4 | repo: https://github.com/aebadirad/Leaflet.AutoLayers 5 | author: Alex Ebadirad 6 | author-url: https://github.com/aebadirad 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 自动从多个地图服务器中提取图层,并使用用户控制的覆盖 zIndex 管理来组织/搜索它们。 13 | -------------------------------------------------------------------------------- /_plugins/layer-switching-controls/leaflet-categorized-layers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Categorized Layers 3 | category: layer-switching-controls 4 | repo: https://github.com/robbiet480/leaflet-categorized-layers 5 | author: Robbie Trencheny 6 | author-url: https://robbies.domains 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为分类层组扩展的 Leaflet 图层控件 13 | -------------------------------------------------------------------------------- /_plugins/layer-switching-controls/leaflet-control-appearance.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Control.Appearance 3 | category: layer-switching-controls 4 | repo: https://github.com/Kanahiro/Leaflet.Control.Appearance 5 | author: Kanahiro Iguchi 6 | author-url: https://www.labo288.site/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Control.Layers 的扩展,可以控制图层的外观——颜色、不透明度并能够移除覆盖层。 13 | -------------------------------------------------------------------------------- /_plugins/layer-switching-controls/leaflet-control-order-layers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Control Order Layers 3 | category: layer-switching-controls 4 | repo: http://elesdoar.github.io/leaflet-control-orderlayers/ 5 | author: Michael Salgado 6 | author-url: https://github.com/elesdoar/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 添加在图层控件中更改叠加顺序的功能。 13 | -------------------------------------------------------------------------------- /_plugins/layer-switching-controls/leaflet-panel-layers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Panel Layers 3 | category: layer-switching-controls 4 | repo: https://github.com/stefanocudini/leaflet-panel-layers 5 | author: Stefano Cudini 6 | author-url: https://opengeo.tech/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为图层组和图标图例扩展的 Leaflet 图层控件。 13 | -------------------------------------------------------------------------------- /_plugins/layer-switching-controls/leaflet-selectlayers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.SelectLayers 3 | category: layer-switching-controls 4 | repo: https://github.com/vogdb/SelectLayersControl 5 | author: vogdb 6 | author-url: https://github.com/vogdb 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个 Leaflet 插件,它添加了新的控件以在地图上的不同图层之间切换。 新控件将 L.Control.Layers 单选按钮面板替换为选择标记。 13 | -------------------------------------------------------------------------------- /_plugins/layer-switching-controls/leafleticonlayers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-IconLayers 3 | category: layer-switching-controls 4 | repo: https://github.com/ScanEx/Leaflet-IconLayers 5 | author: Alexander Zverev 6 | author-url: https://github.com/zverev 7 | demo: http://scanex.github.io/Leaflet-IconLayers/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将基础图层显示为小图标的 Leaflet 控件。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/l-donut.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.Donut 3 | category: markers-renderers 4 | repo: https://github.com/Falke-Design/L.Donut 5 | author: Falke-Design 6 | author-url: https://github.com/Falke-Design/ 7 | demo: https://falke-design.github.io/L.Donut/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | L.Circle 的扩展,允许定义外半径和内半径。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-arc.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Arc 3 | category: markers-renderers 4 | repo: https://github.com/MAD-GooZe/Leaflet.Arc 5 | author: Alexey Gusev 6 | author-url: https://github.com/MAD-GooZe 7 | demo: https://mad-gooze.github.io/Leaflet.Arc/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 该插件添加了 L.Polyline.Arc 函数,该函数包装了 arc.js 功能以创建大圆弧。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-arrowcircle.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ArrowCircle 3 | category: markers-renderers 4 | repo: https://github.com/coyotesqrl/Leaflet.ArrowCircle 5 | author: R.A. Porter 6 | author-url: https://github.com/coyotesqrl/ 7 | demo: https://coyotesqrl.github.io/Leaflet.ArrowCircle/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于显示带有方向箭头的圆圈的标记(Marker)扩展。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-beautifymarkers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.BeautifyMarkers 3 | category: markers-renderers 4 | repo: https://github.com/masajid390/BeautifyMarker 5 | author: Muhammad Arslan Sajid 6 | author-url: https://github.com/masajid390 7 | demo: https://masajid390.github.io/BeautifyMarker/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 轻量级插件,添加了没有图像的彩色标志性标记,并为最终用户提供了对样式的完全控制(即无限颜色和 CSS 样式)。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-bezier.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.bezier 3 | category: markers-renderers 4 | repo: https://github.com/lifeeka/leaflet.bezier 5 | author: Supun Praneeth 6 | author-url: https://github.com/spmsupun 7 | demo: https://github.com/lifeeka/leaflet.bezier#demo 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在两点之间画一条贝塞尔线,有一个动画的飞行对象。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-boatmarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.BoatMarker 3 | category: markers-renderers 4 | repo: https://github.com/thomasbrueggemann/leaflet.boatmarker 5 | author: Thomas Brüggemann 6 | author-url: https://github.com/thomasbrueggemann 7 | demo: http://thomasbrueggemann.github.io/leaflet.boatmarker/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 HTML Canvas 的船标记,用于显示带有航向和可选风信息的游艇和帆船。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-canvasmarkers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Canvas-Markers 3 | category: markers-renderers 4 | repo: https://github.com/eJuke/Leaflet.Canvas-Markers 5 | author: Evgeniy Voynov 6 | author-url: https://github.com/eJuke 7 | demo: https://ejuke.github.io/Leaflet.Canvas-Markers/examples/index.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Canvas 而不是 DOM 上显示标记。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-centermarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.CenterMarker 3 | category: markers-renderers 4 | repo: https://github.com/heyman/leaflet-centermarker 5 | author: Jonatan Heyman 6 | author-url: https://heyman.info/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过拖动平移地图时保持固定在地图中心的标记。 可以在 我的地址是什么? 上看到实际效果。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-coloricon.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ColorIcon 3 | category: markers-renderers 4 | repo: https://github.com/shevekk/Leaflet.ColorIcon 5 | author: Maxence Martin (shevek) 6 | author-url: https://github.com/shevekk 7 | demo: http://dataexplorer.hd.free.fr/Leaflet.ColorIcon/examples/basic/ 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 CSS 过滤器覆盖图标的颜色,并可以添加不同颜色的相同图标图像。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-curve.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.curve 3 | category: markers-renderers 4 | repo: https://github.com/elfalem/Leaflet.curve 5 | author: elfalem 6 | author-url: https://github.com/elfalem 7 | demo: http://elfalem.github.io/Leaflet.curve/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于绘制贝塞尔曲线和其他复杂形状的 Leaflet 插件。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-customlayer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.CustomLayer 3 | category: markers-renderers 4 | repo: https://github.com/iDerekLi/Leaflet.CustomLayer 5 | author: Derek Li 6 | author-url: https://github.com/iDerekLi/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 插件 L.CustomLayer - 完全自定义图层。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-edgemarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.EdgeMarker 3 | category: markers-renderers 4 | repo: https://github.com/ubergesundheit/Leaflet.EdgeMarker 5 | author: Gerald Pape 6 | author-url: https://github.com/ubergesundheit 7 | demo: http://ubergesundheit.github.io/Leaflet.EdgeMarker/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于指示当前视图之外的功能存在的插件。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-ellipse.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ellipse 3 | category: markers-renderers 4 | repo: https://github.com/jdfergason/Leaflet.Ellipse 5 | author: JD Fergason 6 | author-url: https://github.com/jdfergason 7 | demo: https://jdfergason.github.io/Leaflet.Ellipse/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet.ellipse 通过指定中心点、半长轴、半短轴和向西倾斜的角度在地图上放置椭圆。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-extramarkers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Extra-Markers 3 | category: markers-renderers 4 | repo: https://github.com/coryasilva/Leaflet.ExtraMarkers 5 | author: Cory Silva 6 | author-url: https://www.corysilva.com/ 7 | demo: https://coryasilva.github.io/Leaflet.ExtraMarkers/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 无耻地抄袭 Awesome-Markers,提供更多形状、颜色和语义界面支持。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-geotagphoto.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.GeotagPhoto 3 | category: markers-renderers 4 | repo: https://github.com/nypl-spacetime/Leaflet.GeotagPhoto 5 | author: Bert Spaan 6 | author-url: https://github.com/bertspaan 7 | demo: http://spacetime.nypl.org/Leaflet.GeotagPhoto/examples/camera.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 照片地理标记插件,有两种模式:相机和十字准线。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-glmarkers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.GLMarkers 3 | category: markers-renderers 4 | repo: https://gitlab.com/IvanSanchez/Leaflet.GLMarkers 5 | author: Iván Sánchez Ortega 6 | author-url: https://gitlab.com/IvanSanchez 7 | demo: http://https//ivansanchez.gitlab.io/Leaflet.GLMarkers/demo/repl.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用自定义 WebGL 着色器显示数千个标记,可选择动画。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-label.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.label 3 | category: markers-renderers 4 | repo: https://github.com/Leaflet/Leaflet.label 5 | author: Jacob Toye 6 | author-url: https://github.com/jacobtoye 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将文本标签添加到地图标记和矢量图层。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-lineextremities.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.LineExtremities 3 | category: markers-renderers 4 | repo: https://github.com/makinacorpus/Leaflet.LineExtremities 5 | author: Frédéric Bonifas 6 | author-url: https://github.com/fredericbonifas 7 | demo: https://makinacorpus.github.io/Leaflet.LineExtremities/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 SVG 标记在折线的末端显示符号。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-magicmarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.magicMarker 3 | category: markers-renderers 4 | repo: https://github.com/lit-forest/leaflet.magicMarker 5 | author: Sylvenas 6 | author-url: https://github.com/react-map 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 加载时为标记添加神奇的动画效果。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-makimarkers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MakiMarkers 3 | category: markers-renderers 4 | repo: https://github.com/jseppi/Leaflet.MakiMarkers 5 | author: James Seppi 6 | author-url: https://github.com/jseppi 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 MapBox 中的 Maki 图标 创建标记。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-marker-highlight.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Marker.Highlight 3 | category: markers-renderers 4 | repo: https://github.com/brandonxiang/leaflet.marker.highlight 5 | author: Brandon Xiang 6 | author-url: https://github.com/brandonxiang 7 | demo: https://brandonxiang.github.io/leaflet.marker.highlight/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为 L.marker 添加高亮特性。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-orientedmarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.orientedMarker 3 | category: markers-renderers 4 | repo: https://github.com/jekuno/leaflet.orientedMarker 5 | author: jekuno 6 | author-url: https://github.com/jekuno 7 | demo: 8 | compatible-v0: true 9 | compatible-v1: false 10 | --- 11 | 12 | 允许动态管理标记的方向。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-parallaxmarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ParallaxMarker 3 | category: markers-renderers 4 | repo: https://github.com/dagjomar/Leaflet.ParallaxMarker 5 | author: Dag Jomar Mersland 6 | author-url: https://github.com/dagjomar/ 7 | demo: https://dagjomar.github.io/Leaflet.ParallaxMarker/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 添加标记,在平移时相对于地图有视差效果的移动。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-pattern.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.pattern 3 | category: markers-renderers 4 | repo: https://github.com/teastman/Leaflet.pattern 5 | author: Tyler Eastman 6 | author-url: https://github.com/teastman 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 添加对路径上的图案填充的支持。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-photo.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Photo 3 | category: markers-renderers 4 | repo: https://github.com/turban/Leaflet.Photo 5 | author: Bjørn Sandvik 6 | author-url: https://github.com/turban 7 | demo: http://turban.github.io/Leaflet.Photo/examples/picasa.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Leaflet 地图上显示带有地理标记照片的插件。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-polygon-fillPattern-canvas.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-polygon-fillPattern-canvas 3 | category: markers-renderers 4 | repo: https://github.com/bgx1012/leaflet-polygon-fillPattern-canvas 5 | author: bgx1012 6 | author-url: https://github.com/bgx1012 7 | demo: 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 继承 Polygon 对象,用图像模式填充 canvas 元素。性能比 svg 渲染更好。可以提高大数据的渲染性能。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-repeatedmarkers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.RepeatedMarkers 3 | category: markers-renderers 4 | repo: https://gitlab.com/IvanSanchez/Leaflet.RepeatedMarkers 5 | author: Iván Sánchez 6 | author-url: https://github.com/IvanSanchez 7 | demo: https://ivansanchez.gitlab.io/Leaflet.RepeatedMarkers/demo.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 环绕地球时显示标记,每 360 度经度一次。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-river.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.River 3 | category: markers-renderers 4 | repo: https://github.com/ggolikov/Leaflet.River 5 | author: Grigory Golikov 6 | author-url: https://github.com/ggolikov 7 | demo: https://ggolikov.github.io/Leaflet.River/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在地图上绘制不同宽度的线条(如河流)。 当您想在地图上显示河流如何“流动”时很有用。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-rotated-marker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Rotated Marker 3 | category: markers-renderers 4 | repo: https://github.com/bbecquet/Leaflet.RotatedMarker 5 | author: Benjamin Becquet 6 | author-url: https://github.com/bbecquet 7 | demo: http://bbecquet.github.io/Leaflet.RotatedMarker/example.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 启用 Leaflet 中标记图标的旋转。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-roughcanvas.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.RoughCanvas 3 | category: markers-renderers 4 | repo: https://github.com/zhuang-hao-ming/Leaflet.RoughCanvas 5 | author: haoming 6 | author-url: https://github.com/zhuang-hao-ming/ 7 | demo: https://zhuang-hao-ming.github.io/Leaflet.RoughCanvas/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet.RoughCanvas 呈现手绘草图样式矢量图(折线、多边形、geojson)。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-speechbubble.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.SpeechBubble 3 | category: markers-renderers 4 | repo: https://github.com/sybri/Leaflet.SpeechBubble/ 5 | author: Sylvain BRISSY 6 | author-url: https://github.com/sybri 7 | demo: https://sybri.github.io/demo/Leaflet.SpeechBubble/demo.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用箭头弹出一个对话框,跟随 points, layer, markers 等。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-sprite.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Sprite 3 | category: markers-renderers 4 | repo: https://github.com/leaflet-extras/leaflet.sprite 5 | author: Calvin Metcalf 6 | author-url: https://github.com/calvinmetcalf 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在标记中使用基于精灵的图标。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-starcircle.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.StarCircle 3 | category: markers-renderers 4 | repo: https://github.com/haelue/Leaflet.StarCircle 5 | author: Haelue 6 | author-url: https://github.com/haelue/ 7 | demo: https://haelue.github.io/Leaflet.StarCircle/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Leaflet 上绘制三角形、正方形、星形(n角)。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-svgshapemarkers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.SvgShapeMarkers 3 | category: markers-renderers 4 | repo: https://github.com/rowanwins/Leaflet.SvgShapeMarkers 5 | author: Rowan Winsemius 6 | author-url: https://github.com/rowanwins/ 7 | demo: https://rowanwins.github.io/Leaflet.SvgShapeMarkers/example/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 添加对其他 SVG 标记类型的支持,例如三角形、菱形和正方形。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-swoopy.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Swoopy 3 | category: markers-renderers 4 | repo: https://github.com/wbkd/leaflet-swoopy 5 | author: webkid 6 | author-url: https://webkid.io/ 7 | demo: https://wbkd.github.io/leaflet-swoopy/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于创建可自定义的 swoopy 箭头注释的插件。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-textpath.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TextPath 3 | category: markers-renderers 4 | repo: https://github.com/makinacorpus/Leaflet.TextPath 5 | author: Mathieu Leplatre 6 | author-url: https://github.com/leplatrem 7 | demo: https://makinacorpus.github.io/Leaflet.TextPath/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许你沿折线绘制文本。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-truesize.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Truesize 3 | category: markers-renderers 4 | repo: https://wbkd.github.io/leaflet-truesize/ 5 | author: webkid 6 | author-url: https://webkid.io/ 7 | demo: https://wbkd.github.io/leaflet-truesize/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个用于创建投影感知的可拖动多边形和多段线的插件。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-vectormarkers.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.VectorMarkers 3 | category: markers-renderers 4 | repo: https://github.com/hiasinho/Leaflet.vector-markers 5 | author: Mathias Schneider 6 | author-url: https://github.com/hiasinho 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的矢量 SVG 标记,带有 Font Awesome/Twitter Bootstrap 图标的选项。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leaflet-viewpoint.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Viewpoint 3 | category: markers-renderers 4 | repo: https://github.com/ggolikov/Leaflet.Viewpoint 5 | author: Grigory Golikov 6 | author-url: https://github.com/ggolikov 7 | demo: https://ggolikov.github.io/Leaflet.Viewpoint/example/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 显示具有多个方向的 circleMarker。 用于显示从某一点拍摄的照片。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafletaistracksymbol.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-ais-tracksymbol 3 | category: markers-renderers 4 | repo: https://github.com/PowerPan/leaflet-ais-tracksymbol 5 | author: Johannes Rudolph 6 | author-url: https://github.com/powerpan 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet-tracksymbol 的 AIS 扩展 它在地图上显示 AIS 联系人。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafletarrowheads.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-arrowheads 3 | category: markers-renderers 4 | repo: https://github.com/slutske22/leaflet-arrowheads 5 | author: Slutske22 6 | author-url: https://github.com/slutske22 7 | demo: https://codesandbox.io/s/leaflet-arrowheads-example-zfxxc 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许用户在多段线上快速绘制箭头,实现矢量可视化。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafletchoropleth.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-choropleth 3 | category: markers-renderers 4 | repo: https://github.com/timwis/leaflet-choropleth 5 | author: Tim Wisniewski 6 | author-url: https://timwis.com/ 7 | demo: https://timwis.com/leaflet-choropleth/examples/basic/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 扩展 L.geoJson,增加一个 choropleth 可视化(基于值的色标)。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafletcorridor.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-corridor 3 | category: markers-renderers 4 | repo: https://github.com/mikhailshilkov/leaflet-corridor 5 | author: Mikhail Shilkov 6 | author-url: https://github.com/mikhailshilkov 7 | demo: https://mikhail.io/demos/leaflet-corridor/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 渲染一条宽度固定为米的多段线,而不是像素。根据缩放级别来调整宽度。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafleticonpulse.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-icon-pulse 3 | category: markers-renderers 4 | repo: https://github.com/mapshakers/leaflet-icon-pulse 5 | author: mapshakers 6 | author-url: https://github.com/mapshakers 7 | demo: http://mapshakers.com/projects/leaflet-pulse-icon/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 CSS3 渲染脉冲图标。 它可用于位置标记。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafletlabeledcircle.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-labeled-circle 3 | category: markers-renderers 4 | repo: https://github.com/w8r/leaflet-labeled-circle 5 | author: Alexander Milevski 6 | author-url: https://github.com/w8r/ 7 | demo: https://milevski.co/leaflet-labeled-circle/demo/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 特殊类型的 SVG 标记,里面有一个标签,可围绕锚点拖动。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafletplacegroupspicker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-place-groups-picker 3 | category: markers-renderers 4 | repo: https://github.com/damianc/leaflet-place-groups-picker 5 | author: damianc 6 | author-url: https://github.com/damianc 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于Leaflet地图的插件,允许将位置分组,其可见度可以切换。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafletpolycolor.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-polycolor 3 | category: markers-renderers 4 | repo: https://github.com/Oliv/leaflet-polycolor 5 | author: Olivier Gasc 6 | author-url: https://github.com/Oliv 7 | demo: https://oliv.github.io/leaflet-polycolor/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 给每个多线段着色。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafletsemicircle.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-semicircle 3 | category: markers-renderers 4 | repo: https://github.com/jieter/Leaflet-semicircle 5 | author: Jieter 6 | author-url: https://github.com/jieter 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为 L.Circle 添加了绘制半圆的功能。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafletsvgicon.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-SVGIcon 3 | category: markers-renderers 4 | repo: https://github.com/iatkin/leaflet-svgicon 5 | author: Ilya Atkin 6 | author-url: https://github.com/iatkin 7 | demo: http://iatkin.github.io/leaflet-svgicon/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单和可定制的 SVG 图标,没有外部依赖性。还包括一个方便的 Marker 类和两个实例子类。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/leafletusermarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-usermarker 3 | category: markers-renderers 4 | repo: https://github.com/heyman/leaflet-usermarker 5 | author: Jonatan Heyman 6 | author-url: https://heyman.info/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于在地图上绘制代表用户(或多个用户)的标记的插件,支持绘制精确圆。 可以在 Longitude.me 上看到。 13 | -------------------------------------------------------------------------------- /_plugins/markers-renderers/osm-buildings.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: OSM Buildings 3 | category: markers-renderers 4 | repo: https://osmbuildings.org/ 5 | author: Jan Marsch 6 | author-url: https://github.com/kekscom/ 7 | demo: https://osmbuildings.org/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 惊艳的 JS 库,用于在 Leaflet 之上实现 3D OSM 建筑几何的可视化。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leaflet-linearmeasurement.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.LinearMeasurement 3 | category: measurement 4 | repo: https://github.com/NLTGit/Leaflet.LinearMeasurement 5 | author: New Light Technologies 6 | author-url: https://newlighttechnologies.com/ 7 | demo: https://nltgit.github.io/Leaflet.LinearMeasurement/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 线性测量插件,可沿路径创建具有增量测量的折线。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leaflet-measure-path.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Measure Path 3 | category: measurement 4 | repo: https://github.com/ProminentEdge/leaflet-measure-path 5 | author: Per Liedman 6 | author-url: https://github.com/perliedman 7 | demo: https://prominentedge.com/leaflet-measure-path/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 显示路径上的测量值; 当前支持折线、多边形和圆。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leaflet-measureareacontrol.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MeasureAreaControl 3 | category: measurement 4 | repo: https://github.com/zvaraondrej/Leaflet.MeasureAreaControl 5 | author: Ondrej Zvara 6 | author-url: https://github.com/zvaraondrej 7 | demo: http://zvaraondrej.github.io/Leaflet.MeasureAreaControl/example/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 控制测量元件的面积。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leaflet-measurecontrol.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MeasureControl 3 | category: measurement 4 | repo: https://github.com/makinacorpus/Leaflet.MeasureControl 5 | author: Makina Corpus 6 | author-url: https://github.com/makinacorpus/ 7 | demo: https://makinacorpus.github.io/Leaflet.MeasureControl/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在地图上测量距离的简单工具(*依靠 Leaflet.Draw*)。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leaflet-nauticscale.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.nauticscale 3 | category: measurement 4 | repo: https://github.com/PowerPan/leaflet.nauticscale 5 | author: Johannes Rudolph 6 | author-url: https://github.com/PowerPan 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Leaflet 地图上显示航海比例。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leaflet-polylinemeasure.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.PolylineMeasure 3 | category: measurement 4 | repo: https://github.com/ppete2/Leaflet.PolylineMeasure 5 | author: PPete 6 | author-url: https://github.com/ppete2 7 | demo: https://ppete2.github.io/Leaflet.PolylineMeasure/demo1.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 测量简单的线和复杂的折线的大圆距离。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leaflet-qgsmeasure.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.QgsMeasure 3 | category: measurement 4 | repo: https://github.com/gabriel-russo/Leaflet.QgsMeasure 5 | author: Gabriel Russo 6 | author-url: https://github.com/gabriel-russo/ 7 | demo: https://gabriel-russo.github.io/Leaflet.QgsMeasure/example/ 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 控件可以像 Qgis Ruler 一样测量地图上的线段距离。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leaflet-scalefactor.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.ScaleFactor 3 | category: measurement 4 | repo: https://github.com/MarcChasse/leaflet.ScaleFactor 5 | author: Marc Chasse 6 | author-url: https://github.com/MarcChasse 7 | demo: https://marcchasse.github.io/leaflet.ScaleFactor/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 显示 Leaflet 地图的比例因子(例如 1:50,000)。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leafletgraphicscale.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-graphicscale 3 | category: measurement 4 | repo: https://github.com/nerik/leaflet-graphicscale 5 | author: Erik Escoffier 6 | author-url: https://github.com/nerik 7 | demo: https://nerik.github.io/leaflet-graphicscale/demo/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 动画图形比例控件。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leafletmeasure.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-measure 3 | category: measurement 4 | repo: https://github.com/ljagis/leaflet-measure 5 | author: LJA GIS 6 | author-url: https://github.com/ljagis 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 地图的坐标、线性和面积测量控件。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leafletreticle.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-reticle 3 | category: measurement 4 | repo: https://github.com/rwev/leaflet-reticle 5 | author: rwev 6 | author-url: https://github.com/rwev 7 | demo: https://rwev.github.io/leaflet-reticle/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 控件添加了一个由独立计算的纬度和经度刻度组成的居中标线。 13 | -------------------------------------------------------------------------------- /_plugins/measurement/leafletruler.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-ruler 3 | category: measurement 4 | repo: https://github.com/gokertanrisever/leaflet-ruler 5 | author: Goker Tanrisever 6 | author-url: https://github.com/gokertanrisever 7 | demo: https://gokertanrisever.github.io/leaflet-ruler/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的 Leaflet 插件,用于测量点击点之间的真实方位和距离。 13 | -------------------------------------------------------------------------------- /_plugins/minimaps-synced-maps/leaflet-WorldMiniMap.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.WorldMiniMap 3 | category: minimaps-synced-maps 4 | repo: https://github.com/maneoverland/leaflet.WorldMiniMap 5 | author: M. Friedl 6 | author-url: https://github.com/maneoverland 7 | demo: https://maneoverland.github.io/leaflet.WorldMiniMap/ 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 一个小地图,在世界小地图上显示地图视图以帮助导航。 -------------------------------------------------------------------------------- /_plugins/minimaps-synced-maps/leaflet-globeminimap.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.GlobeMiniMap 3 | category: minimaps-synced-maps 4 | repo: https://github.com/chriswhong/leaflet-globeminimap/ 5 | author: Chris Whong 6 | author-url: https://github.com/chriswhong 7 | demo: http://chriswhong.github.io/leaflet-globeminimap/example/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 简单的小地图控件,将 3D 地球仪放置在地图的角落,与主地图位于同一位置。 13 | -------------------------------------------------------------------------------- /_plugins/minimaps-synced-maps/leaflet-layerscontrolminimap.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.layerscontrol-minimap 3 | category: minimaps-synced-maps 4 | repo: https://github.com/jieter/Leaflet.layerscontrol-minimap 5 | author: Jieter 6 | author-url: https://github.com/jieter 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用同步的小地图扩展默认的 Leaflet 图层控件。 13 | -------------------------------------------------------------------------------- /_plugins/minimaps-synced-maps/leaflet-magnifyingglass.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MagnifyingGlass 3 | category: minimaps-synced-maps 4 | repo: https://github.com/bbecquet/Leaflet.MagnifyingGlass 5 | author: Benjamin Becquet 6 | author-url: https://github.com/bbecquet/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许你以另一个缩放级别显示地图的一小部分,无论是在固定位置还是与鼠标移动相关联,以获得放大镜效果。 13 | -------------------------------------------------------------------------------- /_plugins/minimaps-synced-maps/leaflet-minimap.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MiniMap 3 | category: minimaps-synced-maps 4 | repo: https://github.com/Norkart/Leaflet-MiniMap 5 | author: Robert Nordan 6 | author-url: https://github.com/robpvn 7 | demo: https://norkart.github.io/Leaflet-MiniMap/example.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个小的迷你地图以不同的比例尺显示地图,以帮助导航。 13 | -------------------------------------------------------------------------------- /_plugins/minimaps-synced-maps/leaflet-sync.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Sync 3 | category: minimaps-synced-maps 4 | repo: https://github.com/jieter/Leaflet.Sync 5 | author: Bjørn Sandvik 6 | author-url: https://github.com/turban 7 | demo: https://jieter.github.io/Leaflet.Sync/examples/dual.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 两个地图的同步视图。 13 | -------------------------------------------------------------------------------- /_plugins/minimaps-synced-maps/leafletclonelayer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-clonelayer 3 | category: minimaps-synced-maps 4 | repo: https://github.com/jieter/leaflet-clonelayer 5 | author: Jieter 6 | author-url: https://github.com/jieter 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 克隆 Leaflet 图层,以允许在同一运行时间内的不同地图中重复使用。 13 | -------------------------------------------------------------------------------- /_plugins/mouse-coordinates/leaflet-coordinates-control.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Coordinates Control 3 | category: mouse-coordinates 4 | repo: https://github.com/zimmicz/Leaflet-Coordinates-Control 5 | author: Michal Zimmermann 6 | author-url: https://github.com/zimmicz 7 | demo: https://www.zimmi.cz/Leaflet-Coordinates-Control/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 捕捉鼠标点击并显示其坐标,并可以进行轻松复制。 13 | -------------------------------------------------------------------------------- /_plugins/mouse-coordinates/leaflet-coordprojection.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.CoordProjection 3 | category: mouse-coordinates 4 | repo: https://github.com/edihasaj/leaflet-coord-projection 5 | author: Edi Hasaj 6 | author-url: https://github.com/edihasaj 7 | demo: https://edihasaj.github.io/leaflet-coord-projection/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在鼠标移动时显示坐标并根据给定的投影显示它。 13 | -------------------------------------------------------------------------------- /_plugins/mouse-coordinates/leaflet-location-picker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Location Picker 3 | category: mouse-coordinates 4 | repo: https://github.com/stefanocudini/leaflet-locationpicker 5 | author: Stefano Cudini 6 | author-url: https://opengeo.tech/ 7 | demo: https://opengeo.tech/maps/leaflet-locationpicker/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 带有迷你 Leaflet 地图的简单位置选择器。 13 | -------------------------------------------------------------------------------- /_plugins/mouse-coordinates/leaflet-mapcentercoord.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MapCenterCoord 3 | category: mouse-coordinates 4 | repo: https://github.com/xguaita/Leaflet.MapCenterCoord 5 | author: Xisco Guaita 6 | author-url: https://github.com/xguaita 7 | demo: http://xguaita.github.io/Leaflet.MapCenterCoord/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于显示地图中心坐标的 Leaflet 控件,在触摸/移动设备上特别有用。 13 | -------------------------------------------------------------------------------- /_plugins/mouse-coordinates/leaflet-mapcodes.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Mapcodes 3 | category: mouse-coordinates 4 | repo: https://github.com/matlads/Leaflet.Mapcodes 5 | author: Martin Atukunda 6 | author-url: https://github.com/matlads 7 | demo: http://matlads.github.io/Leaflet.Mapcodes/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在鼠标移动时显示鼠标指针的 Mapcode。 13 | -------------------------------------------------------------------------------- /_plugins/mouse-coordinates/leaflet-mousecoordinates.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.mouseCoordinates 3 | category: mouse-coordinates 4 | repo: https://github.com/PowerPan/leaflet.mouseCoordinate 5 | author: Johannes Rudolph 6 | author-url: https://github.com/PowerPan 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在框中显示鼠标坐标。 支持多种格式:GPS、UTM、UTMREF / MGRS、QTH。 13 | -------------------------------------------------------------------------------- /_plugins/mouse-coordinates/leaflet-mouseposition.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MousePosition 3 | category: mouse-coordinates 4 | repo: https://github.com/ardhi/Leaflet.MousePosition 5 | author: Ardhi Lukianto 6 | author-url: https://github.com/ardhi 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的 MousePosition 控件,显示鼠标指针在地图上移动时的地理坐标。 13 | -------------------------------------------------------------------------------- /_plugins/mouse-coordinates/leaflet-naccoordinates.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.NACCoordinates 3 | category: mouse-coordinates 4 | repo: https://github.com/mahmoodvcs/Leaflet.NACCoordinates 5 | author: Mahmood Dehghan 6 | author-url: https://github.com/mahmoodvcs 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 显示鼠标移动时鼠标指针的 NAC 坐标。 13 | -------------------------------------------------------------------------------- /_plugins/non-map-base-layers/leafletfractal.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-fractal 3 | category: non-map-base-layers 4 | repo: https://github.com/aparshin/leaflet-fractal 5 | author: Alexander Parshin 6 | author-url: https://github.com/aparshin 7 | demo: http://aparshin.github.io/leaflet-fractal/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 2D 画布渲染一些分形(Mandelbrot 集、Julia 集和其他一些)。 13 | -------------------------------------------------------------------------------- /_plugins/non-map-base-layers/leafletiiif.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-IIIF 3 | category: non-map-base-layers 4 | repo: https://github.com/mejackreed/Leaflet-IIIF 5 | author: Jack Reed 6 | author-url: https://github.com/mejackreed 7 | demo: http://mejackreed.github.io/Leaflet-IIIF/examples/example.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 的 IIIF(国际图像互操作性框架)查看器。 13 | -------------------------------------------------------------------------------- /_plugins/non-map-base-layers/tilelayer-deepzoom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: TileLayer.DeepZoom 3 | category: non-map-base-layers 4 | repo: https://github.com/alfarisi/leaflet-deepzoom 5 | author: Al Farisi 6 | author-url: https://github.com/alfarisi 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个用于 DeepZoom 图像的 TileLayer。 13 | -------------------------------------------------------------------------------- /_plugins/non-map-base-layers/tilelayer-gigapan.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: TileLayer.Gigapan 3 | category: non-map-base-layers 4 | repo: https://github.com/namrehs/Leaflet.Gigapan 5 | author: Dan Sherman 6 | author-url: https://github.com/namrehs 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个用于 Gigapan 图像的 TileLayer。 13 | -------------------------------------------------------------------------------- /_plugins/non-map-base-layers/tilelayer-zoomify.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: TileLayer.Zoomify 3 | category: non-map-base-layers 4 | repo: https://github.com/cmulders/Leaflet.Zoomify 5 | author: Bjørn Sandvik 6 | author-url: https://github.com/turban 7 | demo: https://cmulders.github.io/Leaflet.Zoomify/examples/hubble-image.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个用于 Zoomify 图像的 TileLayer。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-animatedmarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.AnimatedMarker 3 | category: overlay-animations 4 | repo: https://github.com/openplans/Leaflet.AnimatedMarker 5 | author: Aaron Ogle 6 | author-url: https://github.com/atogle 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 沿多段线为标记设置动画。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-antpath.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.AntPath 3 | category: overlay-animations 4 | repo: https://github.com/rubenspgcavalcante/leaflet-ant-path 5 | author: Rubens Pinheiro 6 | author-url: https://github.com/rubenspgcavalcante 7 | demo: https://rubenspgcavalcante.github.io/leaflet-ant-path/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet.AntPath 将通量动画(如蚂蚁行走)放入折线中。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-bouncemarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.BounceMarker 3 | category: overlay-animations 4 | repo: https://github.com/maximeh/leaflet.bouncemarker 5 | author: Maxime Hadjinlian 6 | author-url: https://github.com/maximeh 7 | demo: https://maximeh.github.io/leaflet.bouncemarker/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 当你把一个标记添加到地图上时,使其弹跳。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-marker-slideto.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Marker.SlideTo 3 | category: overlay-animations 4 | repo: https://gitlab.com/IvanSanchez/Leaflet.Marker.SlideTo 5 | author: Iván Sánchez Ortega 6 | author-url: https://gitlab.com/u/IvanSanchez 7 | demo: http://ivansanchez.gitlab.io/Leaflet.Marker.SlideTo/demo.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 平稳地移动(滑动)标记到一个新的位置。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-markerplayer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MarkerPlayer 3 | category: overlay-animations 4 | repo: https://github.com/0n3byt3/Leaflet.MarkerPlayer 5 | author: 0n3byt3 6 | author-url: https://github.com/0n3byt3 7 | demo: https://0n3byt3.github.io/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | A plug-in for animating marker along polyline with ability to get/set progress. 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-motion.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.motion 3 | category: overlay-animations 4 | repo: https://github.com/Igor-Vladyka/leaflet.motion 5 | author: Igor Vladyka 6 | author-url: https://github.com/Igor-Vladyka/ 7 | demo: https://igor-vladyka.github.io/leaflet.motion/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将简单的运动添加到你的多段线上,并在线头处设置标记。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-movemarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MoveMarker 3 | category: overlay-animations 4 | repo: https://github.com/dekguh/Leaflet.MoveMarker 5 | author: I Kadek Teguh Mahesa 6 | author-url: https://github.com/dekguh 7 | demo: https://real-demo-leaflet-movemarker.netlify.app 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 用于创建移动标记(Marker)动画以及轨迹折线(Polyline)动画。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-movingmarker.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MovingMarker 3 | category: overlay-animations 4 | repo: https://github.com/ewoken/Leaflet.MovingMarker 5 | author: Ewoken 6 | author-url: https://github.com/ewoken 7 | demo: http://ewoken.github.io/Leaflet.MovingMarker/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许以自定义的持续时间沿多段线移动标记。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-polyline-snakeanim.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Polyline.SnakeAnim 3 | category: overlay-animations 4 | repo: https://github.com/IvanSanchez/Leaflet.Polyline.SnakeAnim 5 | author: Iván Sánchez Ortega 6 | author-url: https://github.com/IvanSanchez 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将(多角)线动画化,就像它们被慢慢地从头画到尾一样。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-radar.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Radar 3 | category: overlay-animations 4 | repo: https://github.com/cygis2011/leaflet-radar 5 | author: cygis2011 6 | author-url: https://github.com/cygis2011 7 | demo: https://cygis2011.github.io/leaflet-radar/demo/index.html 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 雷达扇区扫描动画 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-rain.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Rain 3 | category: overlay-animations 4 | repo: https://github.com/ggolikov/Leaflet.Rain 5 | author: Grigory Golikov 6 | author-url: https://github.com/ggolikov 7 | demo: https://ggolikov.github.io/Leaflet.Rain/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于 Leaflet 的可定制的 WebGL 雨水动画。对天气图很有用。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-smoothmarkerbouncing.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.SmoothMarkerBouncing 3 | category: overlay-animations 4 | repo: https://github.com/hosuaby/Leaflet.SmoothMarkerBouncing 5 | author: Alexei KLENIN 6 | author-url: https://github.com/hosuaby 7 | demo: https://hosuaby.github.io/Leaflet.SmoothMarkerBouncing/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为 Leaflet 制作的标记弹跳的平滑动画。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflet-snow.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Snow 3 | category: overlay-animations 4 | repo: https://github.com/ggolikov/Leaflet.Snow 5 | author: Grigory Golikov 6 | author-url: https://github.com/ggolikov 7 | demo: https://ggolikov.github.io/Leaflet.Snow/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于 Leaflet 的可定制的 WebGL 雪景动画。对天气图很有用。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leafletpointanimator.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-point-animator 3 | category: overlay-animations 4 | repo: https://github.com/onaci/leaflet-point-animator 5 | author: danwild 6 | author-url: https://github.com/danwild 7 | demo: https://onaci.github.io/leaflet-point-animator/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为大量的 GeoJSON 点制作动画。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-animations/leaflettemporalgeojson.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-temporal-geojson 3 | category: overlay-animations 4 | repo: https://github.com/onaci/leaflet-temporal-geojson 5 | author: danwild 6 | author-url: https://github.com/danwild 7 | demo: https://onaci.github.io/leaflet-temporal-geojson/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 灵活的 GeoJSON Features 动画。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leaflet-encoded.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.encoded 3 | category: overlay-data-formats 4 | repo: https://github.com/jieter/Leaflet.encoded 5 | author: Jieter 6 | author-url: https://github.com/jieter 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Leaflet 中使用编码的多段线。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leaflet-filegdb.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.FileGDB 3 | category: overlay-data-formats 4 | repo: https://github.com/calvinmetcalf/leaflet.filegdb 5 | author: Calvin Metcalf 6 | author-url: https://github.com/calvinmetcalf 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将 ESRI 文件地理数据库作为图层放到您的地图上。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leaflet-filelayer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.FileLayer 3 | category: overlay-data-formats 4 | repo: https://github.com/makinacorpus/Leaflet.FileLayer 5 | author: Mathieu Leplatre 6 | author-url: https://github.com/leplatrem 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 HTML5 FileReader API(即本地没有服务器)将文件(GeoJSON、GPX、KML)加载到地图中。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leaflet-geocsv.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.geoCSV 3 | category: overlay-data-formats 4 | repo: https://github.com/joker-x/Leaflet.geoCSV 5 | author: Iván Eixarch 6 | author-url: https://github.com/joker-x 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于将 CSV 文件加载为 geoJSON 图层的 Leaflet 插件。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leaflet-gpx.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet GPX 3 | category: overlay-data-formats 4 | repo: https://github.com/mpetazzoni/leaflet-gpx 5 | author: Maxime Petazzoni 6 | author-url: https://github.com/mpetazzoni/ 7 | demo: https://mpetazzoni.github.io/leaflet-gpx/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | GPX 层,通过提供对距离、移动时间、配速、海拔、心率等信息的访问,针对体育活动。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leaflet-layerjson.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet LayerJSON 3 | category: overlay-data-formats 4 | repo: https://github.com/stefanocudini/leaflet-layerJSON 5 | author: Stefano Cudini 6 | author-url: https://opengeo.tech/ 7 | demo: https://opengeo.tech/maps/leaflet-layerjson/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Leaflet 层中转换任何 JSON 数据源、在层中加载 JSON 数据并使用缓存系统最小化远程请求的简单方法。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leaflet-shapefile.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Shapefile 3 | category: overlay-data-formats 4 | repo: https://github.com/calvinmetcalf/leaflet.shapefile 5 | author: Calvin Metcalf 6 | author-url: https://github.com/calvinmetcalf 7 | demo: https://leaflet.calvinmetcalf.com/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将 shapefile 作为图层放在地图上。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leafletbetterscale.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-BetterScale 3 | category: overlay-data-formats 4 | repo: https://github.com/daniellsu/leaflet-betterscale 5 | author: Dan Brown 6 | author-url: https://github.com/daniellsu/ 7 | demo: https://daniellsu.github.io/leaflet-betterscale/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个新的、更像 GIS 的比例尺,带有交替的黑/白条。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leafletkml.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-kml 3 | category: overlay-data-formats 4 | repo: https://github.com/windycom/leaflet-kml 5 | author: Windyx 6 | author-url: https://github.com/windycom 7 | demo: https://www.windy.com/uploader 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 加载 & 显示 KML。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leafletomnivore.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-omnivore 3 | category: overlay-data-formats 4 | repo: https://github.com/mapbox/leaflet-omnivore 5 | author: Mapbox 6 | author-url: https://github.com/mapbox 7 | demo: https://docs.mapbox.com/mapbox.js/example/v1.0.0/omnivore-gpx/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为 Leaflet 加载和转换 CSV, KML, GPX, TopoJSON, WKT 格式。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/leafletwfst.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-WFST 3 | category: overlay-data-formats 4 | repo: https://github.com/Flexberry/Leaflet-WFST 5 | author: Flexberry 6 | author-url: https://github.com/Flexberry/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | WFS 具有事务支持的客户端图层 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/qgis2web.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: qgis2web 3 | category: overlay-data-formats 4 | repo: https://github.com/tomchadwin/qgis2web 5 | author: Tom Chadwin 6 | author-url: https://github.com/tomchadwin 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个无需编码即可制作网络地图的 QGIS 插件。 13 | -------------------------------------------------------------------------------- /_plugins/overlay-data-formats/wicket.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Wicket 3 | category: overlay-data-formats 4 | repo: https://github.com/arthur-e/Wicket/ 5 | author: K. Arthur Endsley 6 | author-url: https://github.com/arthur-e/ 7 | demo: https://arthur-e.github.io/Wicket/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个适度的库,用于翻译 WKT 和 Leaflet 几何对象(例如,L.marker() 实例和 "POINT() "字符串之间)。 13 | -------------------------------------------------------------------------------- /_plugins/plugin-collections/mapbbcoderelated-leaflet-plugins.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: MapBBCode-related leaflet plugins 3 | category: plugin-collections 4 | repo: http://mapbbcode.org/leaflet.html 5 | author: Ilya Zverev 6 | author-url: https://github.com/zverik 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 七个用于各种功能的插件,独立于 MapBBCode 库。从圆形和弹出式图标到按钮、图层切换器、更好的搜索和属性。 13 | 14 | -------------------------------------------------------------------------------- /_plugins/plugin-collections/plugins-by-pavel-shramov.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Plugins by Pavel Shramov 3 | category: plugin-collections 4 | repo: https://github.com/shramov/leaflet-plugins 5 | author: Pavel Shramov 6 | author-url: https://github.com/shramov 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一组插件用于:GPX、KML、TOPOJSON 图层; 必应瓦片图层; Yandex 图层(通过其 API 实现)和永久链接控件。 13 | -------------------------------------------------------------------------------- /_plugins/plugin-collections/spectrum4leaflet.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Spectrum4Leaflet 3 | category: plugin-collections 4 | repo: https://github.com/Estimap/Spectrum4Leaflet 5 | author: SVoyt 6 | author-url: https://github.com/SVoyt 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 Spectrum Spatial Server 服务与 leaflet 的工具。这个插件支持:地图服务、瓦片服务、特征服务。它有图层、图例和特征控制。 13 | -------------------------------------------------------------------------------- /_plugins/print-export/leaflet-bigimage.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.BigImage 3 | category: print-export 4 | repo: https://github.com/pasichnykvasyl/Leaflet.BigImage 5 | author: Vasyl Pasichnyk (Oswald) 6 | author-url: https://github.com/pasichnykvasyl 7 | demo: https://pasichnykvasyl.github.io/Leaflet.BigImage/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许用户下载带有放大版可见地图的图像。 13 | -------------------------------------------------------------------------------- /_plugins/print-export/leaflet-browser-print.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.browser.print 3 | category: print-export 4 | repo: https://github.com/Igor-Vladyka/leaflet.browser.print 5 | author: Igor Vladyka 6 | author-url: https://github.com/Igor-Vladyka 7 | demo: https://igor-vladyka.github.io/leaflet.browser.print/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许用户直接从浏览器打印整页地图。 13 | -------------------------------------------------------------------------------- /_plugins/print-export/leaflet-print.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.print 3 | category: print-export 4 | repo: https://github.com/aratcliffe/Leaflet.print 5 | author: Adam Ratcliffe 6 | author-url: https://github.com/aratcliffe 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 实现 Mapfish 打印协议,允许使用 Mapfish 或 GeoServer 打印模块打印 Leaflet 地图。 13 | -------------------------------------------------------------------------------- /_plugins/print-export/leafleteasyprint.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-easyPrint 3 | category: print-export 4 | repo: https://github.com/rowanwins/leaflet-easyPrint 5 | author: Rowan Winsemius 6 | author-url: https://github.com/rowanwins 7 | demo: https://rowanwins.github.io/leaflet-easyPrint/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的插件,它添加了一个图标来打印你的 Leaflet 地图。 13 | -------------------------------------------------------------------------------- /_plugins/print-export/leafletimage.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-image 3 | category: print-export 4 | repo: https://github.com/mapbox/leaflet-image 5 | author: Tom MacWright 6 | author-url: https://github.com/tmcw 7 | demo: https://mapbox.github.io/leaflet-image/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 Canvas 和 CORS 从 Leaflet 地图中导出图像,无需服务器组件。 13 | -------------------------------------------------------------------------------- /_plugins/print-export/leafletrouteprint.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-route-print 3 | category: print-export 4 | repo: https://github.com/hersle/leaflet-route-print 5 | author: Herman Sletmoen 6 | author-url: https://github.com/hersle 7 | demo: https://hersle.github.io/leaflet-route-print/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过用一连串相同的矩形覆盖路线,自动打印具有自定义比例、纸张大小和空白的路线(即多线)的 PDF。 13 | -------------------------------------------------------------------------------- /_plugins/routing/leaflet-routing.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Routing 3 | category: routing 4 | repo: https://github.com/Turistforeningen/leaflet-routing 5 | author: Norwegian Trekking Association 6 | author-url: https://github.com/turistforeningen 7 | demo: 8 | compatible-v0: true 9 | compatible-v1: false 10 | --- 11 | 12 | Leaflet 控制器和接口,用于使用任何用户提供的路由服务在航点之间选择路径。 13 | -------------------------------------------------------------------------------- /_plugins/routing/leaflet-tripgo-routing.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet TripGo routing 3 | category: routing 4 | repo: https://github.com/skedgo/tripkit-leaflet 5 | author: SkedGo 6 | author-url: https://skedgo.com/ 7 | demo: https://skedgo.github.io/tripkit-leaflet/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | TripGo 移动平台让你创建应用程序,使用任何公共、私人或商业运输方式提供无缝和个性化的门到门旅行。TripGo 传单的插件动机是提供一种简单的方法,将其功能纳入外部平台。 13 | -------------------------------------------------------------------------------- /_plugins/routing/targomo-js.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Targomo JS 3 | category: routing 4 | repo: https://github.com/targomo/targomo-js 5 | author: Targomo GmbH 6 | author-url: https://www.targomo.com/ 7 | demo: https://www.targomo.com/developers/documentation/javascript/code_example/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Targomo 将一组起点在给定时间内可到达的区域可视化,并提供详细的路线信息(步行、自行车、汽车和公共交通)到目标。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/l-tagfilterbutton.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.tagFilterButton 3 | category: search-popups 4 | repo: https://github.com/maydemirx/leaflet-tag-filter-button 5 | author: Mehmet Aydemir 6 | author-url: https://github.com/maydemirx 7 | demo: https://maydemirx.github.io/leaflet-tag-filter-button/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 按标签过滤 LeafLet 标记。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leaflet-pinsearch.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet PinSearch 3 | category: search-popups 4 | repo: https://github.com/MokahalA/Leaflet.PinSearch 5 | author: Ahmad El Mokahal 6 | author-url: https://mokahala.github.io/ 7 | demo: https://mokahala.github.io/hosting/Leaflet.PinSearch/index.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于可配置搜索栏组件的 Leaflet 插件,可自动完成地图上所有现有图钉(Pin)的搜索。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leaflet-popupmovable.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.PopupMovable 3 | category: search-popups 4 | repo: https://github.com/wrwrh/leaflet-popupmovable 5 | author: Yasuhiro Suzuki 6 | author-url: https://github.com/wrwrh/ 7 | demo: https://wrwrh.github.io/leaflet-popupmovable/Demo/index.html 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 这个插件使 L.Popup 可以通过用户拖动来移动,并自动绘制引线。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leaflet-revealosm.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.RevealOSM 3 | category: search-popups 4 | repo: https://github.com/yohanboniface/Leaflet.RevealOSM 5 | author: Yohan Boniface 6 | author-url: https://yohanboniface.me/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 非常简单但可扩展的 Leaflet 插件,在地图上显示 OSM POI 数据。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leaflet-rrose.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Rrose 3 | category: search-popups 4 | repo: https://github.com/erictheise/rrose 5 | author: Eric Theise 6 | author-url: https://github.com/erictheise 7 | demo: https://erictheise.com/rrose/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 边缘案例的 Leaflet 插件。 当您希望在 mouseover 而不是 click 上弹出弹出窗口时使用,并且您需要在接近地图边缘时重新定位弹出提示。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leaflet-search.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Search 3 | category: search-popups 4 | repo: https://github.com/stefanocudini/leaflet-search 5 | author: Stefano Cudini 6 | author-url: https://opengeo.tech/ 7 | demo: https://opengeo.tech/maps/leaflet-search/examples/simple.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过 LayerGroup/GeoJSON 中的自定义属性控制搜索标记/特征位置。 支持 AJAX/JSONP、自动补全和 3rd 方服务。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leaflet-underneath.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Underneath 3 | category: search-popups 4 | repo: https://github.com/perliedman/leaflet-underneath 5 | author: Per Liedman 6 | author-url: https://github.com/perliedman 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 Mapbox Vector Tiles 数据在某个位置附近查找有趣的特征,以将交互式功能添加到具有速度和有限带宽的瓦片图层。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leaflet-utfgrid.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.utfgrid 3 | category: search-popups 4 | repo: https://github.com/danzel/Leaflet.utfgrid 5 | author: Dave Leaver 6 | author-url: https://github.com/danzel 7 | demo: 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 为 Leaflet 提供了一个 utfgrid 交互处理程序,占用空间非常小。 13 | 支持 Leaflet >= 1.0。 包括基本的鼠标悬停支持以及悬停时突出显示 UTFGrid 功能的能力。 14 | -------------------------------------------------------------------------------- /_plugins/search-popups/leafletcustomsearchbox.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-custom-searchbox 3 | category: search-popups 4 | repo: https://github.com/8to5Developer/leaflet-custom-searchbox 5 | author: A.D 6 | author-url: https://github.com/8to5Developer/ 7 | demo: https://8to5developer.github.io/leaflet-custom-searchbox/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个谷歌地图风格的搜索框,其中包括一个侧面板滑块控件。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leafletfusesearch.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-fusesearch 3 | category: search-popups 4 | repo: https://github.com/naomap/leaflet-fusesearch 5 | author: Antoine Riche 6 | author-url: https://github.com/naomap 7 | demo: http://dev.cartocite.fr/CultureNantes/ 8 | compatible-v0: http://dev.cartocite.fr/CultureNantes/ 9 | compatible-v1: true 10 | --- 11 | 12 | 一个提供面板的控件,可以使用轻量级的模糊搜索 Fuse.js 在 GeoJSON 层中搜索特征。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leafletgplacesautocomplete.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet-gplaces-autocomplete 3 | category: search-popups 4 | repo: https://github.com/Twista/leaflet-google-places-autocomplete 5 | author: Michal Haták 6 | author-url: https://github.com/Twista 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在地图中添加谷歌地方搜索。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leafletpopupmodifier.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-popup-modifier 3 | category: search-popups 4 | repo: https://github.com/slutske22/leaflet-popup-modifier 5 | author: Slutske22 6 | author-url: https://github.com/slutske22 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许用户编辑弹出窗口的内容,或使用弹出窗口删除其源标记。 13 | -------------------------------------------------------------------------------- /_plugins/search-popups/leafletresponsivepopup.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-responsive-popup 3 | category: search-popups 4 | repo: https://github.com/yafred/leaflet-responsive-popup 5 | author: YaFred 6 | author-url: https://github.com/yafred 7 | demo: https://yafred.github.io/leaflet-responsive-popup/default-marker-tip 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 无需移动地图即可查看弹出窗口的内容。 13 | -------------------------------------------------------------------------------- /_plugins/synthetic-overlays/l-os-graticule.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.OS.Graticule 3 | category: synthetic-overlays 4 | repo: https://github.com/jonshutt/Leaflet.OS.Graticule 5 | author: Jon Shutt 6 | author-url: https://github.com/jonshutt 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 覆盖英国条例调查(OS)的1公里网格方块和标签。 13 | -------------------------------------------------------------------------------- /_plugins/synthetic-overlays/leaflet-autograticule.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.AutoGraticule 3 | category: synthetic-overlays 4 | repo: https://github.com/facilmap/Leaflet.AutoGraticule 5 | author: Candid Dauth 6 | author-url: https://github.com/cdauth 7 | demo: https://unpkg.com/leaflet-auto-graticule/example.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 绘制一个经纬线的网格,自动调整比例以适应当前的缩放水平。 13 | -------------------------------------------------------------------------------- /_plugins/synthetic-overlays/leaflet-edgescalebar.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.EdgeScaleBar 3 | category: synthetic-overlays 4 | repo: https://github.com/dtutic/Leaflet.EdgeScaleBar 5 | author: Dražen Tutić, Ana Kuveždić Divjak 6 | author-url: https://github.com/GEOF-OSGL 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Web 墨卡托投影中沿着地图的顶部和右侧边缘创建刻度条。 13 | -------------------------------------------------------------------------------- /_plugins/synthetic-overlays/leaflet-graticule.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Graticule 3 | category: synthetic-overlays 4 | repo: https://github.com/turban/Leaflet.Graticule 5 | author: Bjørn Sandvik 6 | author-url: https://github.com/turban 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 绘制经纬线网格。 13 | -------------------------------------------------------------------------------- /_plugins/synthetic-overlays/leaflet-metricgrid.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MetricGrid 3 | category: synthetic-overlays 4 | repo: https://github.com/bill-chadwick/Leaflet.MetricGrid 5 | author: Bill Chadwick 6 | author-url: https://github.com/bill-chadwick 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于 Leaflet 的通用公制网格覆盖,具有已定义的 UTM、英国和爱尔兰网格。 13 | -------------------------------------------------------------------------------- /_plugins/synthetic-overlays/leaflet-simplegraticule.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.SimpleGraticule 3 | category: synthetic-overlays 4 | repo: https://github.com/ablakey/Leaflet.SimpleGraticule 5 | author: Andrew Blakey 6 | author-url: https://github.com/ablakey 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为 L.CRS.Simple 坐标系绘制网格线。 13 | -------------------------------------------------------------------------------- /_plugins/synthetic-overlays/leaflet-sun.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Sun 3 | category: synthetic-overlays 4 | repo: https://github.com/dj0001/Leaflet.Sun 5 | author: DJ 6 | author-url: https://github.com/dj0001 7 | demo: https://dj0001.github.io/Leaflet.Sun/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 点击地图获取日落或日出。 13 | -------------------------------------------------------------------------------- /_plugins/synthetic-overlays/leaflet-terminator.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Terminator 3 | category: synthetic-overlays 4 | repo: https://github.com/joergdietrich/Leaflet.Terminator 5 | author: Jörg Dietrich 6 | author-url: https://github.com/joergdietrich 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在地图上覆盖白天和黑夜区域。 13 | -------------------------------------------------------------------------------- /_plugins/synthetic-overlays/leaflet-timezones.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.timezones 3 | category: synthetic-overlays 4 | repo: https://github.com/dj0001/Leaflet.timezones 5 | author: DJ 6 | author-url: https://github.com/dj0001 7 | demo: https://dj0001.github.io/Leaflet.timezones/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Leaflet Earth 地图上叠加时区。 13 | -------------------------------------------------------------------------------- /_plugins/template.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: required 3 | category: required (same name as directory) 4 | repo: required 5 | author: required 6 | author-url: 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在这里描述你的 **plugin**,你可以使用 *markdown* 来格式化你的文本。 保持简短并查看 [插件指南](https://github.com/Leaflet/Leaflet/blob/main/PLUGIN-GUIDE.md)。 13 | -------------------------------------------------------------------------------- /_plugins/tile-image-display/leaflet-control-opacity.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Control.Opacity 3 | category: tile-image-display 4 | repo: https://github.com/dayjournal/Leaflet.Control.Opacity 5 | author: Yasunori Kirimoto 6 | author-url: https://day-journal.com/ 7 | demo: https://dayjournal.github.io/Leaflet.Control.Opacity/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使多个瓦片图层透明。 13 | -------------------------------------------------------------------------------- /_plugins/tile-image-display/leaflet-distortablevideo.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.DistortableVideo 3 | category: tile-image-display 4 | repo: https://github.com/ronikar/Leaflet.DistortableVideo 5 | author: Roni Karilkar 6 | author-url: https://github.com/ronikar 7 | demo: https://ronikar.github.io/Leaflet.DistortableVideo/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用户能够在 Leaflet 地图上缩放、旋转和扭曲视频。 13 | -------------------------------------------------------------------------------- /_plugins/tile-image-display/leaflet-rotate.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-rotate 3 | category: tile-image-display 4 | repo: https://github.com/Raruto/leaflet-rotate 5 | author: Raruto 6 | author-url: https://raruto.github.io 7 | demo: https://raruto.github.io/leaflet-rotate/examples/leaflet-rotate.html 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 向 Leaflet 地图窗格添加旋转功能。 13 | -------------------------------------------------------------------------------- /_plugins/tile-image-display/leaflet-tilelayer-canvas.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TileLayer.Canvas 3 | category: tile-image-display 4 | repo: https://github.com/GIAPspzoo/L.TileLayer.Canvas 5 | author: GIAP 6 | author-url: https://giap.pl 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将瓦片渲染为 Canvas 元素。 13 | -------------------------------------------------------------------------------- /_plugins/tile-image-display/leaflet-tilelayer-colorizr.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TileLayer.Colorizr 3 | category: tile-image-display 4 | repo: https://github.com/hnrchrdl/leaflet-tilelayer-colorizr 5 | author: Hinrich Riedel 6 | author-url: https://github.com/hnrchrdl 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 可以通过 RGBA 代码修改颜色的 Leaflet TileLayer。 13 | -------------------------------------------------------------------------------- /_plugins/tile-image-display/leaflet-tilelayer-gl.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TileLayer.GL 3 | category: tile-image-display 4 | repo: https://gitlab.com/IvanSanchez/Leaflet.TileLayer.GL 5 | author: Iván Sánchez 6 | author-url: https://github.com/IvanSanchez 7 | demo: https://ivansanchez.gitlab.io/Leaflet.TileLayer.GL/demo/repl.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 将自定义 WebGL 着色器应用于瓦片图层中的每个瓦片。 13 | -------------------------------------------------------------------------------- /_plugins/tile-image-display/leaflet-tilelayer-mask.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TileLayer.Mask 3 | category: tile-image-display 4 | repo: https://github.com/frogcat/leaflet-tilelayer-mask 5 | author: Yuzo Matsuzawa 6 | author-url: https://github.com/frogcat 7 | demo: http://frogcat.github.io/leaflet-tilelayer-mask/default/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 具有遮罩效果的 TileLayer。 13 | -------------------------------------------------------------------------------- /_plugins/tile-image-display/tilelayer-boundarycanvas.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: TileLayer.BoundaryCanvas 3 | category: tile-image-display 4 | repo: https://github.com/aparshin/leaflet-boundary-canvas 5 | author: Alexander Parshin 6 | author-url: https://github.com/aparshin 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许你绘制具有任意多边形边界的瓦片图层。 HTML5 Canvas 用于渲染。 13 | -------------------------------------------------------------------------------- /_plugins/tile-image-display/tilelayer-grayscale.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: TileLayer.Grayscale 3 | category: tile-image-display 4 | repo: https://github.com/Zverik/leaflet-grayscale/ 5 | author: Ilya Zverev 6 | author-url: https://github.com/Zverik 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 具有灰度改造的常规 TileLayer。 13 | -------------------------------------------------------------------------------- /_plugins/tile-load/leaflet-edgebuffer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.EdgeBuffer 3 | category: tile-load 4 | repo: https://github.com/TolonUK/Leaflet.EdgeBuffer 5 | author: Alex Paterson 6 | author-url: https://github.com/TolonUK 7 | demo: http://www.tolon.co.uk/Leaflet.EdgeBuffer/comparison.html 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 对于 Leaflet 1.0,缓冲区超出视口边缘的瓦片。 13 | -------------------------------------------------------------------------------- /_plugins/tile-load/leaflet-functionaltilelayer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.FunctionalTileLayer 3 | category: tile-load 4 | repo: https://github.com/ismyrnow/Leaflet.functionaltilelayer 5 | author: Ishmael Smyrnow 6 | author-url: https://github.com/ismyrnow 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许您使用函数定义瓦片图层 URL。 甚至可以使用 Promise 处理异步源。 13 | -------------------------------------------------------------------------------- /_plugins/tile-load/leaflet-loading.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.loading 3 | category: tile-load 4 | repo: https://github.com/ebrelsford/Leaflet.loading 5 | author: Eric Brelsford 6 | author-url: https://github.com/ebrelsford/ 7 | demo: http://ebrelsford.github.io/Leaflet.loading/simple.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的控件,在加载图块和其他数据时添加加载指示器。 13 | -------------------------------------------------------------------------------- /_plugins/tile-load/leaflet-multitilelayer.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.MultiTileLayer 3 | category: tile-load 4 | repo: https://github.com/mattiasb/Leaflet.MultiTileLayer 5 | author: Mattias Bengtsson 6 | author-url: https://github.com/mattiasb 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许从几个瓦片源组成一个瓦片层。每个源只在定义的缩放级别上活动。 13 | -------------------------------------------------------------------------------- /_plugins/tile-load/leaflet-offline.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.offline 3 | category: tile-load 4 | repo: https://github.com/allartk/leaflet.offline 5 | author: Allart Kooiman 6 | author-url: https://github.com/allartk 7 | demo: https://allartk.github.io/leaflet.offline/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许将瓦片存储在数据库中,以便离线访问。 13 | -------------------------------------------------------------------------------- /_plugins/tile-load/leaflet-tilecorrection.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TileCorrection 3 | category: tile-load 4 | repo: https://github.com/z632896862/Leaflet.TileCorrection 5 | author: Allart Kooiman 6 | author-url: https://github.com/z632896862 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 允许在地图的不同区域加载瓦片,并以自定义的缩放比例开始。 13 | -------------------------------------------------------------------------------- /_plugins/tile-load/tilelayer-cordova.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: TileLayer.Cordova 3 | category: tile-load 4 | repo: https://github.com/gregallensworth/L.TileLayer.Cordova 5 | author: Greg Allensworth 6 | author-url: https://github.com/gregallensworth 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 与 Cordova/Phonegap 一起使用,将瓦片缓存添加到本地设备存储,以便在离线和在线模式之间进行切换。 13 | -------------------------------------------------------------------------------- /_plugins/time-elevation/leaflet-calendar.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-calendar 3 | category: time-elevation 4 | repo: https://github.com/antoniovlx/leaflet-calendar 5 | author: Antonio Vida 6 | author-url: https://github.com/antoniovlx 7 | demo: https://antoniovlx.github.io/leaflet-calendar/examples/index.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | leaflet-calendar 允许你添加日历选择器,并在选择日期时触发自定义函数。 13 | -------------------------------------------------------------------------------- /_plugins/time-elevation/leaflet-hotline.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.hotline 3 | category: time-elevation 4 | repo: https://github.com/iosphere/Leaflet.hotline 5 | author: iosphere 6 | author-url: https://github.com/iosphere 7 | demo: https://iosphere.github.io/Leaflet.hotline/demo/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于沿折线绘制渐变的 Leaflet 插件。 13 | -------------------------------------------------------------------------------- /_plugins/time-elevation/leaflet-timedimension.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TimeDimension 3 | category: time-elevation 4 | repo: https://github.com/socib/Leaflet.TimeDimension 5 | author: ICTS SOCIB 6 | author-url: https://www.socib.es/ 7 | demo: https://apps.socib.es/Leaflet.TimeDimension/examples/index.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Leaflet 地图上添加时间维度功能。 13 | -------------------------------------------------------------------------------- /_plugins/time-elevation/leaflet-timeline-control.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Timeline Control 3 | category: time-elevation 4 | repo: https://github.com/zimmicz/Leaflet-Timeline-Control 5 | author: Michal Zimmermann 6 | author-url: https://github.com/zimmicz 7 | demo: https://codesandbox.io/s/leaflet-timeline-control-ibyby 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 无人知晓的时间线控件,帮助你显示时间序列数据。 13 | -------------------------------------------------------------------------------- /_plugins/time-elevation/leaflet-timeline.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.timeline 3 | category: time-elevation 4 | repo: https://github.com/skeate/Leaflet.timeline 5 | author: Jonathan Skeate 6 | author-url: https://github.com/skeate 7 | demo: https://skeate.dev/Leaflet.timeline/examples/earthquakes.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在地图上显示任意的 GeoJSON,带有时间轴滑块和播放按钮。 13 | -------------------------------------------------------------------------------- /_plugins/time-elevation/leaflet-timelineslider.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.timelineSlider 3 | category: time-elevation 4 | repo: https://github.com/svitkin/leaflet-timeline-slider/ 5 | author: Sol Vitkin 6 | author-url: https://github.com/svitkin 7 | demo: https://svitkin.github.io/leaflet-timeline-slider/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet插件,创建一个可定制的时间轴滑块,具有用户设计的功能。 13 | -------------------------------------------------------------------------------- /_plugins/time-elevation/leaflet-timeslider.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Time-Slider 3 | category: time-elevation 4 | repo: https://github.com/dwilhelm89/LeafletSlider 5 | author: Dennis Wilhelm 6 | author-url: https://github.com/dwilhelm89 7 | demo: https://dwilhelm89.github.io/LeafletSlider/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 通过使用 JQuery UI 滑块,Leaflet Time-Slider 使你能在地图上动态地添加和删除标记。 13 | -------------------------------------------------------------------------------- /_plugins/time-elevation/leaflet-topography.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Topography 3 | category: time-elevation 4 | repo: https://github.com/slutske22/leaflet-topography 5 | author: Seth Lutske 6 | author-url: https://github.com/slutske22 7 | demo: https://slutske22.github.io/leaflet-topography/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一套用于以闪电般的速度计算和可视化地形数据(海拔、坡度、长宽)的工具。 基于 Mapbox RGB 编码的 DEM 瓦片。 13 | -------------------------------------------------------------------------------- /_plugins/time-elevation/leaflet-trackplayback.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet.TrackPlayBack 3 | category: time-elevation 4 | repo: https://github.com/linghuam/Leaflet.TrackPlayBack 5 | author: linghuam 6 | author-url: https://github.com/linghuam 7 | demo: https://linghuam.github.io/Leaflet.TrackPlayBack/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个 Leaflet 曲目播放插件,可以显示和动态播放曲目。 13 | -------------------------------------------------------------------------------- /_plugins/time-elevation/leafletplayback.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: LeafletPlayback 3 | category: time-elevation 4 | repo: https://github.com/hallahan/LeafletPlayback 5 | author: Nicholas Hallahan 6 | author-url: http://theoutpost.io/ 7 | demo: http://virtualfence.theoutpost.io/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 播放与时钟同步的带时间戳的 GPS 轨迹。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/l-cascadebuttons.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.cascadeButtons 3 | category: user-interface 4 | repo: https://github.com/clavijojuan/L.cascadeButtons 5 | author: clavijojuan 6 | author-url: https://github.com/clavijojuan 7 | demo: https://vibrant-perlman-43d7a4.netlify.app/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于创建级联按钮的 Leaflet 插件。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/l-credits.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.Credits 3 | category: user-interface 4 | repo: https://github.com/GreenInfo-Network/Leaflet-Control-Credits 5 | author: Greg Allensworth 6 | author-url: https://github.com/gregallensworth/ 7 | demo: https://greeninfo-network.github.io/Leaflet-Control-Credits/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单、有吸引力的交互式控件,可将您的徽标和链接放在地图的角落。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/l-easybutton.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: L.EasyButton 3 | category: user-interface 4 | repo: https://github.com/CliffCloud/Leaflet.EasyButton 5 | author: atstp 6 | author-url: https://github.com/atstp 7 | demo: https://cliffcloud.github.io/Leaflet.EasyButton/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在一行中,添加一个带有附加点击事件的 Font Awesome 控件按钮。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-bootstrapzoom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.BootstrapZoom 3 | category: user-interface 4 | repo: https://github.com/MAD-GooZe/Leaflet.BootstrapZoom 5 | author: Alexey Gusev 6 | author-url: https://github.com/MAD-GooZe 7 | demo: https://mad-gooze.github.io/Leaflet.BootstrapZoom/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 Twitter Bootstrap 样式的按钮覆盖默认缩放控制按钮。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-condensedattribution.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.CondensedAttribution 3 | category: user-interface 4 | repo: https://github.com/targomo/Leaflet.CondensedAttribution 5 | author: Targomo GmbH 6 | author-url: https://www.targomo.com/ 7 | demo: https://route360.github.io/Leaflet.CondensedAttribution/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个能使长属性在悬停时可见的属性插件。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-contextmenu.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.contextmenu 3 | category: user-interface 4 | repo: https://github.com/aratcliffe/Leaflet.contextmenu 5 | author: Adam Ratcliffe 6 | author-url: https://github.com/aratcliffe/ 7 | demo: https://aratcliffe.github.io/Leaflet.contextmenu/examples/index.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个用于 Leaflet 的 Contextmenu 菜单。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-control-custom.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Control.Custom 3 | category: user-interface 4 | repo: https://github.com/yigityuce/Leaflet.Control.Custom 5 | author: Yiğit Yüce 6 | author-url: https://github.com/yigityuce 7 | demo: https://yigityuce.github.io/Leaflet.Control.Custom/examples/index.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 完全可定制的带有 HTML 元素的 Leaflet 控制面板。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-control-select.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Control.Select 3 | category: user-interface 4 | repo: https://github.com/adammertel/Leaflet.Control.Select 5 | author: Adam Mertel 6 | author-url: https://github.com/adammertel 7 | demo: https://adammertel.github.io/Leaflet.Control.Select/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 可定制的菜单式控件。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-coordinatedimagepreview.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.CoordinatedImagePreview 3 | category: user-interface 4 | repo: https://github.com/utahemre/Leaflet.CoordinatedImagePreview 5 | author: Yunus Emre Özkaya 6 | author-url: https://github.com/utahemre 7 | demo: https://utahemre.github.io/coordinatedimagepreviewdemo.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在地图范围内显示协调的图像。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-countryselect.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.CountrySelect 3 | category: user-interface 4 | repo: https://github.com/ahalota/Leaflet.CountrySelect/ 5 | author: Anika Halota 6 | author-url: https://github.com/ahalota/ 7 | demo: http://ahalota.github.io/Leaflet.CountrySelect/demo.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 带有所有国家菜单的控件,以及一个事件监听器,可以将所选国家作为 GeoJSON 特征返回。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-dialog.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Dialog 3 | category: user-interface 4 | repo: https://github.com/NBTSolutions/Leaflet.Dialog 5 | author: NBT Solutions 6 | author-url: https://github.com/NBTSolutions 7 | demo: https://nbtsolutions.github.io/Leaflet.Dialog/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的可调整大小、可移动、可定制的对话框。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-htmllegend.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.HtmlLegend 3 | category: user-interface 4 | repo: https://github.com/consbio/Leaflet.HtmlLegend 5 | author: Kaveh Karimi 6 | author-url: https://github.com/ka7eh 7 | demo: https://consbio.github.io/Leaflet.HtmlLegend/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个简单的 Leaflet 插件,用于使用 HTML 元素创建图例。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-legend.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Legend 3 | category: user-interface 4 | repo: https://github.com/ptma/Leaflet.Legend 5 | author: JJ Jin 6 | author-url: https://github.com/ptma 7 | demo: https://ptma.github.io/Leaflet.Legend/examples/legend.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 显示图例符号和切换 overlays。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-messagebox.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Messagebox 3 | category: user-interface 4 | repo: https://github.com/tinuzz/leaflet-messagebox 5 | author: Martijn Grendelman 6 | author-url: https://github.com/tinuzz/ 7 | demo: https://www.grendelman.net/leaflet/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在地图上显示一个临时文本信息。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-notifications.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Notifications 3 | category: user-interface 4 | repo: https://gitlab.com/manuel.richter95/leaflet.notifications 5 | author: Manuel Richter 6 | author-url: https://gitlab.com/manuel.richter95 7 | demo: http://leaflet-notifications.manuel-ri.de/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在你的地图中生成 toast 通知 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-resizablecontrol.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet ResizableControl 3 | category: user-interface 4 | repo: https://github.com/dalbrx/Leaflet.ResizableControl 5 | author: David Albrecht 6 | author-url: https://github.com/dalbrx 7 | demo: https://dalbrx.github.io/Leaflet.ResizableControl/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个 Leaflet 插件,用于向地图添加可调整大小和可滚动的控件。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-signposts.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.Signposts 3 | category: user-interface 4 | repo: https://github.com/williamlow/Leaflet.Signposts 5 | author: William Low 6 | author-url: https://github.com/williamlow 7 | demo: https://williamlow.github.io/leaflet-signpost/demo.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用方向性箭头和每个给定方向的点数引导用户到当前地图视图之外的点。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-slidemenu.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.SlideMenu 3 | category: user-interface 4 | repo: https://github.com/unbam/Leaflet.SlideMenu 5 | author: Masashi Takeshita 6 | author-url: https://github.com/unbam 7 | demo: http://unbam.github.io/Leaflet.SlideMenu/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个用于Leaflet的简单的 Slide Menu。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-tilelegend.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.TileLegend 3 | category: user-interface 4 | repo: https://github.com/yohanboniface/Leaflet.TileLegend 5 | author: Yohan Boniface 6 | author-url: https://yohanboniface.me/ 7 | demo: http://map.hotosm.org 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 为你的背景图层创建插图和交互式图例。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-toolbar.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet.toolbar 3 | category: user-interface 4 | repo: https://github.com/Leaflet/Leaflet.toolbar 5 | author: Justin Manley 6 | author-url: https://github.com/manleyjster 7 | demo: https://leaflet.github.io/Leaflet.toolbar/examples/popup.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | Leaflet 地图的灵活、可扩展的工具栏。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leaflet-weather.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Leaflet Weather 3 | category: user-interface 4 | repo: https://github.com/oskosk/Leaflet.Weather 5 | author: Osk 6 | author-url: https://github.com/oskosk 7 | demo: https://oskosk.github.io/Leaflet.Weather/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 使用 OpenWeatherMap API 向地图添加天气小部件的 Leaflet 插件。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leafletblurredlocation.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-blurred-location 3 | category: user-interface 4 | repo: https://github.com/publiclab/leaflet-blurred-location/ 5 | author: Public Lab 6 | author-url: https://github.com/publiclab 7 | demo: https://publiclab.github.io/leaflet-blurred-location/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 基于 Leaflet 的界面,用于选择“模糊”或低分辨率位置,以保护隐私。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leafletcontrolwindow.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-control-window 3 | category: user-interface 4 | repo: https://github.com/mapshakers/leaflet-control-window 5 | author: mapshakers 6 | author-url: https://github.com/mapshakers 7 | demo: http://mapshakers.com/projects/leaflet-control-window/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在你的地图中创建模态/无模态、可拖动、可响应、可定制的窗口。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leafletsidebar.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-sidebar 3 | category: user-interface 4 | repo: https://github.com/turbo87/leaflet-sidebar/ 5 | author: Tobias Bieniek 6 | author-url: https://github.com/turbo87/ 7 | demo: http://turbo87.github.io/leaflet-sidebar/examples/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 一个响应式的侧边栏插件。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/leafletsidebarv2.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-sidebar-v2 3 | category: user-interface 4 | repo: https://github.com/noerw/leaflet-sidebar-v2 5 | author: Norwin Roosen 6 | author-url: https://github.com/noerw/ 7 | demo: https://noerw.github.io/leaflet-sidebar-v2/examples/ 8 | compatible-v0: true 9 | compatible-v1: true 10 | --- 11 | 12 | 一个具有 HTML & JS API 的响应式、标签式侧边栏。兼容旧版(0.7)和现在的 Leaflet。 13 | -------------------------------------------------------------------------------- /_plugins/user-interface/sidebarv2.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: sidebar-v2 3 | category: user-interface 4 | repo: https://github.com/turbo87/sidebar-v2/ 5 | author: Tobias Bieniek 6 | author-url: https://github.com/turbo87/ 7 | demo: https://turbo87.github.io/sidebar-v2/examples/index.html 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 另一个响应式侧边栏插件。这次有标签! 13 | -------------------------------------------------------------------------------- /_plugins/vector-tiles/geojsonvt.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: geojson-vt 3 | category: vector-tiles 4 | repo: https://github.com/mapbox/geojson-vt 5 | author: Mapbox 6 | author-url: https://www.mapbox.com/ 7 | demo: 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 用于将 GeoJSON 数据快速切成矢量图的高效库。 13 | -------------------------------------------------------------------------------- /_plugins/vector-tiles/hoverboard.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Hoverboard 3 | category: vector-tiles 4 | repo: https://github.com/summer4096/hoverboard 5 | author: Tristan Davies 6 | author-url: https://madd.tech/ 7 | demo: https://madd.tech/hoverboard/ 8 | compatible-v0: true 9 | compatible-v1: false 10 | --- 11 | 12 | 用 Leaflet(geojson, topojson, 和 protobuf) 在画布上渲染矢量图。仅与 Leaflet 0.7.x 兼容。 13 | -------------------------------------------------------------------------------- /_plugins/vector-tiles/leaflet-maplibre.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: maplibre-gl-leaflet 3 | category: vector-tiles 4 | repo: https://github.com/maplibre/maplibre-gl-leaflet 5 | author: MapLibre 6 | author-url: https://www.maplibre.org/ 7 | demo: 8 | compatible-v0: false 9 | compatible-v1: true 10 | --- 11 | 12 | 将 [maplibre-gl-js](https://maplibre.org/projects/maplibre-gl-js/) 地图加载为 Leaflet 图层。 13 | -------------------------------------------------------------------------------- /_plugins/vector-tiles/leafletgeojsonvt.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: leaflet-geojson-vt 3 | category: vector-tiles 4 | repo: https://github.com/iamtekson/leaflet-geojson-vt 5 | author: Tek Kshetri 6 | author-url: https://github.com/iamtekson 7 | demo: https://iamtekson.github.io/leaflet-geojson-vt/demo/ 8 | compatible-v0: 9 | compatible-v1: true 10 | --- 11 | 12 | 在 Leaflet 上动态显示 GeoJSON 数据的矢量瓦片。 13 | -------------------------------------------------------------------------------- /ads.txt: -------------------------------------------------------------------------------- 1 | google.com, pub-7213305808818536, DIRECT, f08c47fec0942fa0 -------------------------------------------------------------------------------- /build.sh: -------------------------------------------------------------------------------- 1 | bundle exec jekyll build -------------------------------------------------------------------------------- /docs/images/2016-03-20-prosthetic-hand-zooming.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/2016-03-20-prosthetic-hand-zooming.gif -------------------------------------------------------------------------------- /docs/images/2016-04-18-inheritances.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/2016-04-18-inheritances.gif -------------------------------------------------------------------------------- /docs/images/2016-04-18-leaflet-toilet-paper.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/2016-04-18-leaflet-toilet-paper.jpeg -------------------------------------------------------------------------------- /docs/images/2016-04-18-madrid-leaflet-864px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/2016-04-18-madrid-leaflet-864px.jpg -------------------------------------------------------------------------------- /docs/images/2016-07-18-remote-session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/2016-07-18-remote-session.png -------------------------------------------------------------------------------- /docs/images/2016-07-18-tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/2016-07-18-tooltip.png -------------------------------------------------------------------------------- /docs/images/2016-08-03-iraq-hacking.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/2016-08-03-iraq-hacking.jpg -------------------------------------------------------------------------------- /docs/images/QQ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/QQ.png -------------------------------------------------------------------------------- /docs/images/document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/document.png -------------------------------------------------------------------------------- /docs/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/favicon.ico -------------------------------------------------------------------------------- /docs/images/logo-ua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/logo-ua.png -------------------------------------------------------------------------------- /docs/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/logo.png -------------------------------------------------------------------------------- /docs/images/logos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/logos.png -------------------------------------------------------------------------------- /docs/images/payment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/payment.png -------------------------------------------------------------------------------- /docs/images/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/docs/images/sprite.png -------------------------------------------------------------------------------- /examples/accessibility/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/accessibility/thumbnail.png -------------------------------------------------------------------------------- /examples/choropleth-example.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: choropleth/example.html 5 | --- 6 | -------------------------------------------------------------------------------- /examples/choropleth.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: choropleth/ 5 | --- 6 | -------------------------------------------------------------------------------- /examples/choropleth/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/choropleth/thumbnail.png -------------------------------------------------------------------------------- /examples/crs-simple/crs-simple-example1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: tutorial_frame 3 | title: CRS.Simple example 4 | --- 5 | 17 | -------------------------------------------------------------------------------- /examples/crs-simple/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/crs-simple/thumbnail.png -------------------------------------------------------------------------------- /examples/crs-simple/uqm_map_400px.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/crs-simple/uqm_map_400px.png -------------------------------------------------------------------------------- /examples/crs-simple/uqm_map_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/crs-simple/uqm_map_detail.png -------------------------------------------------------------------------------- /examples/crs-simple/uqm_map_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/crs-simple/uqm_map_full.png -------------------------------------------------------------------------------- /examples/custom-icons-example.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: custom-icons/example.html 5 | --- 6 | -------------------------------------------------------------------------------- /examples/custom-icons.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: custom-icons/ 5 | --- 6 | -------------------------------------------------------------------------------- /examples/custom-icons/leaf-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/custom-icons/leaf-green.png -------------------------------------------------------------------------------- /examples/custom-icons/leaf-orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/custom-icons/leaf-orange.png -------------------------------------------------------------------------------- /examples/custom-icons/leaf-red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/custom-icons/leaf-red.png -------------------------------------------------------------------------------- /examples/custom-icons/leaf-shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/custom-icons/leaf-shadow.png -------------------------------------------------------------------------------- /examples/custom-icons/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/custom-icons/thumbnail.png -------------------------------------------------------------------------------- /examples/extending/class-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/extending/class-diagram.png -------------------------------------------------------------------------------- /examples/extending/thumbnail-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/extending/thumbnail-1.png -------------------------------------------------------------------------------- /examples/extending/thumbnail-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/extending/thumbnail-2.png -------------------------------------------------------------------------------- /examples/extending/thumbnail-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/extending/thumbnail-3.png -------------------------------------------------------------------------------- /examples/geojson-example.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: geojson/example.html 5 | --- 6 | -------------------------------------------------------------------------------- /examples/geojson.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: geojson/ 5 | --- 6 | -------------------------------------------------------------------------------- /examples/geojson/baseball-marker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/geojson/baseball-marker.png -------------------------------------------------------------------------------- /examples/geojson/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/geojson/thumbnail.png -------------------------------------------------------------------------------- /examples/layers-control-example.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: layers-control/example.html 5 | --- 6 | -------------------------------------------------------------------------------- /examples/layers-control.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: layers-control/ 5 | --- 6 | -------------------------------------------------------------------------------- /examples/layers-control/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/layers-control/thumbnail.png -------------------------------------------------------------------------------- /examples/map-panes-example.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: map-panes/example.html 5 | --- 6 | -------------------------------------------------------------------------------- /examples/map-panes.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: map-panes/ 5 | --- 6 | -------------------------------------------------------------------------------- /examples/map-panes/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/map-panes/thumbnail.png -------------------------------------------------------------------------------- /examples/mobile-example.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: mobile/example.html 5 | --- 6 | -------------------------------------------------------------------------------- /examples/mobile.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: mobile/ 5 | --- 6 | -------------------------------------------------------------------------------- /examples/mobile/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/mobile/thumbnail.png -------------------------------------------------------------------------------- /examples/overlays/thumbnail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/overlays/thumbnail.gif -------------------------------------------------------------------------------- /examples/quick-start-example.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: quick-start/example.html 5 | --- 6 | -------------------------------------------------------------------------------- /examples/quick-start.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: redirected 3 | sitemap: false 4 | redirect_to: quick-start/ 5 | --- 6 | -------------------------------------------------------------------------------- /examples/quick-start/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/quick-start/thumbnail.png -------------------------------------------------------------------------------- /examples/wms/qgis-wms-layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/wms/qgis-wms-layers.png -------------------------------------------------------------------------------- /examples/wms/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/wms/thumbnail.png -------------------------------------------------------------------------------- /examples/wms/wms-example-crs.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: tutorial_frame 3 | title: WMS example 4 | --- 5 | 19 | -------------------------------------------------------------------------------- /examples/wms/wms-example1.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: tutorial_frame 3 | title: WMS example 4 | --- 5 | -------------------------------------------------------------------------------- /examples/wms/wms-example2.md: -------------------------------------------------------------------------------- 1 | --- 2 | layout: tutorial_frame 3 | title: WMS example 4 | --- 5 | 17 | -------------------------------------------------------------------------------- /examples/zoom-levels/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NICEXAI/leaflet_zh/74c6658910d4fdca51b47b22c41545887e9796e8/examples/zoom-levels/thumbnail.png -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- 1 | # 如果提示 github-pages 不存在,则需要先使用 bundle install 进行安装 2 | bundle exec jekyll s --------------------------------------------------------------------------------