From 4277531bee7735fe05579274a31215fe41a07c35 Mon Sep 17 00:00:00 2001 From: Ilya Ilyankou Date: Tue, 8 Jan 2019 13:24:10 -0500 Subject: [PATCH 1/5] continous -> continuous --- docs/reference-1.4.0.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference-1.4.0.html b/docs/reference-1.4.0.html index 6fa42ca5914..076944a6f17 100644 --- a/docs/reference-1.4.0.html +++ b/docs/reference-1.4.0.html @@ -878,7 +878,7 @@

Other Methods

zoomanim ZoomAnimEvent - Fired at least once per zoom animation. For continous zoom, like pinch zooming, fired once per frame during zoom. + Fired at least once per zoom animation. For continuous zoom, like pinch zooming, fired once per frame during zoom. From c248dd63281b1028b70143b84c36c8805ce812d9 Mon Sep 17 00:00:00 2001 From: Ilya Ilyankou Date: Tue, 8 Jan 2019 13:41:22 -0500 Subject: [PATCH 2/5] Minor spelling and styling corrections --- docs/plugins.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/plugins.md b/docs/plugins.md index 82cffea2c1d..2403b5beaf2 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -1130,7 +1130,7 @@ Load overlay data from third-party-services. See also [basemap providers](#basem Leaflet.GeographPhotos - Display Geographical-Photos from Geograph Britian and Ireland in a interactive overlay, using their API. + Display Geographical-Photos from Geograph Britain and Ireland in an interactive overlay, using their API. Barry Hunter @@ -1160,7 +1160,7 @@ These plugins provide new markers or news ways of converting abstract data into Leaflet.RoughCanvas - Leaflet.RoughCanvas renders hand-drawn, sketch style vector map(polyline, polygon, geojson). + Leaflet.RoughCanvas renders hand-drawn, sketch style vector map (polyline, polygon, geojson). haoming @@ -1453,7 +1453,7 @@ These plugins provide new markers or news ways of converting abstract data into leaflet-ais-tracksymbol-search - Adds a Seach Box for your Leaflet Map and Your [leaflet-ais-trackymbol](https://github.com/PowerPan/leaflet-ais-tracksymbol) + Adds a Search Box for your Leaflet Map and Your [leaflet-ais-trackymbol](https://github.com/PowerPan/leaflet-ais-tracksymbol) Johannes Rudolph @@ -1639,7 +1639,7 @@ These plugins provide new markers or news ways of converting abstract data into Leaflet.SpeechBubble - Popup a speech bubble with the arrow that follow points,layer, markers ... + Popup a speech bubble with the arrow that follow points, layer, markers ... (demo). @@ -1813,7 +1813,7 @@ These plugins animate markers or some geometries. See also [geometries with time leaflet.motion - Adds simple motion to your polilyne with marker in a head on line (demo) + Adds simple motion to your polyline with marker in a head on line (demo) Igor Vladyka, @@ -2078,7 +2078,7 @@ Powerful multi-purpose libraries for data visualization. leaflet.migrationLayer - leafet.migrationLayer is used to show migration data such as population,flight,vehicle,traffic and so on.Data visualization on map.demo + leafet.migrationLayer is used to show migration data such as population, flight, vehicle, traffic and so on. Data visualization on map.demo Sylvenas @@ -2217,7 +2217,7 @@ Allows users to create, draw, edit and/or delete points, lines and polygons. Leaflet.Editable - Lightweight fully customisable and controlable drawing/editing plugin. + Lightweight fully customisable and controllable drawing/editing plugin. Yohan Boniface @@ -2556,7 +2556,7 @@ These plugins help users select either overlays or areas in the map. Leaflet GeoJSON Selector - Leaflet Control for selection from GeoJSON feature in a interactive list and map(Demo). + Leaflet Control for selection from GeoJSON feature in an interactive list and map (Demo). Stefano Cudini @@ -2645,7 +2645,7 @@ The following plugins enhance or extend `L.Control.Layers`. Leaflet.AutoLayers - Automatically pull layers from multiple mapservers and organize/search them with user controlled overlay zindex management. + Automatically pull layers from multiple mapservers and organize/search them with user controlled overlay zIndex management. Alex Ebadirad @@ -2893,7 +2893,7 @@ Change the way the user is moved around the map, by jumping to predefined/stored Leaflet.viewcenter - A simple control that adds a button to change view and zoom to predefinied values in options. + A simple control that adds a button to change view and zoom to predefined values in options. Dariusz Pawlak @@ -3009,9 +3009,9 @@ Allows display of the map in full-screen mode. Leaflet.fullscreen - A fullscreen button control by mapbox + A fullscreen button control by Mapbox - mapbox + Mapbox @@ -3983,8 +3983,8 @@ The following plugins use external services to calculate driving or walking rout Leaflet TripGo routing - The TripGo mobility platform let’s you create apps providing seamless and personalised door-to-door trips using any public, private or commercial mode of transport. - TripGo leaflet's plugin motivation is to provide an easy way to include it's functionality in an external platform. + The TripGo mobility platform lets you create apps providing seamless and personalised door-to-door trips using any public, private or commercial mode of transport. + TripGo Leaflet's plugin motivation is to provide an easy way to include its functionality in an external platform. SkedGo From 404468452d9d5acae584ee599a59eee7c0046c8f Mon Sep 17 00:00:00 2001 From: Ilya Ilyankou Date: Tue, 8 Jan 2019 16:11:58 -0500 Subject: [PATCH 3/5] occured -> occurred --- docs/examples/quick-start/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/quick-start/index.md b/docs/examples/quick-start/index.md index 7036acfb92f..e9de01b2a3d 100644 --- a/docs/examples/quick-start/index.md +++ b/docs/examples/quick-start/index.md @@ -125,7 +125,7 @@ Every time something happens in Leaflet, e.g. user clicks on a marker or map zoo mymap.on('click', onMapClick); -Each object has its own set of events --- see [documentation](/reference.html) for details. The first argument of the listener function is an event object --- it contains useful information about the event that happened. For example, map click event object (`e` in the example above) has `latlng` property which is a location at which the click occured. +Each object has its own set of events --- see [documentation](/reference.html) for details. The first argument of the listener function is an event object --- it contains useful information about the event that happened. For example, map click event object (`e` in the example above) has `latlng` property which is a location at which the click occurred. Let's improve our example by using a popup instead of an alert: From 38108d97381d1c1f3e9ceb65cd7db4240a6434f9 Mon Sep 17 00:00:00 2001 From: Ilya Ilyankou Date: Tue, 8 Jan 2019 16:17:53 -0500 Subject: [PATCH 4/5] mosly -> mostly --- docs/examples/zoom-levels/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/zoom-levels/index.md b/docs/examples/zoom-levels/index.md index 309bc59f0dc..f2d44aba485 100644 --- a/docs/examples/zoom-levels/index.md +++ b/docs/examples/zoom-levels/index.md @@ -60,7 +60,7 @@ Notice that the "whole earth" is just one image, 256 pixels wide and 256 pixels Just to be clear: the earth is not a square. Rather, the earth has an irregular shape that can be approximated to [something similar to a sphere](https://en.wikipedia.org/wiki/Geoid). -So we *assume* that the earth is mosly round. To make it flat, we put an imaginary cylinder around, unroll it, and cut it so it looks square: +So we *assume* that the earth is mostly round. To make it flat, we put an imaginary cylinder around, unroll it, and cut it so it looks square: