|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn889552859 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
140829s2014 xx o 000 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d EBLCP
|d DEBSZ
|d S4S
|d OCLCO
|d COO
|d OCLCO
|d N$T
|d OCLCF
|d OCLCQ
|d OCLCO
|d FEM
|d AGLDB
|d ICA
|d ZCU
|d MERUC
|d OCLCQ
|d D6H
|d OCLCQ
|d VTS
|d ICG
|d NLE
|d UKMGB
|d OCLCQ
|d DKC
|d AU@
|d OCLCQ
|d M8D
|d UKAHL
|d OCLCQ
|d AJS
|d SGP
|d OCLCO
|d OCLCQ
|
016 |
7 |
|
|a 018006738
|2 Uk
|
019 |
|
|
|a 968030606
|a 969047607
|
020 |
|
|
|a 1322067635
|q (electronic bk.)
|
020 |
|
|
|a 9781322067636
|q (electronic bk.)
|
020 |
|
|
|a 9781783554829
|q (electronic bk.)
|
020 |
|
|
|a 1783554827
|q (electronic bk.)
|
020 |
|
|
|z 9781783554812
|
020 |
|
|
|z 1783554819
|
029 |
1 |
|
|a AU@
|b 000062567763
|
029 |
1 |
|
|a AU@
|b 000067112773
|
029 |
1 |
|
|a CHNEW
|b 000888487
|
029 |
1 |
|
|a CHVBK
|b 374474036
|
029 |
1 |
|
|a DEBBG
|b BV043611589
|
029 |
1 |
|
|a DEBSZ
|b 414086481
|
029 |
1 |
|
|a DEBSZ
|b 484727400
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999938489905765
|
029 |
1 |
|
|a UKMGB
|b 018006738
|
035 |
|
|
|a (OCoLC)889552859
|z (OCoLC)968030606
|z (OCoLC)969047607
|
037 |
|
|
|a 638014
|b MIL
|
050 |
|
4 |
|a QA76.73.J38
|
072 |
|
7 |
|a COM
|x 051240
|2 bisacsh
|
082 |
0 |
4 |
|a 005.133
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a III, Paul Crickard.
|
245 |
1 |
0 |
|a Leaflet.js Essentials.
|
260 |
|
|
|b Packt Publishing,
|c 2014.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community Experience Distilled
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a Starting with how to create maps, you will learn about choosing your basemap and customizing it by adding various attributes such as zoom, start view, pop ups, and so on. Once you have gained experience of creating your own map with Leaflet, you will move on to combining Leaflet with GeoJSON and adding geometry objects and features to your maps. Moving ahead, you will proceed to create custom markers using images and discover various plugins such as the Cluster Marker plugin, the Bouncing Marker, and the Animated Marker to animate and move markers. You will then explore the latest ESRI features available on Leaflet and make use of its updated JavaScript library. Finally, you will understand how Leaflet enables you to use Node.js, C#, and Python alongside its own library to efficiently create maps.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Creating Maps with Leaflet; Creating a simple basemap; Referencing the JavaScript and CSS files; Using a hosted copy; Using a local copy; Creating a tag to hold the map; Creating a map object; Adding a tile layer; Tile layer providers; Adding a Web Mapping Service tile layer; Multiple tile layers; Adding data to your map; Points; Polylines; Polygons; Rectangles and circles; Rectangles; Circles; MultiPolylines and MultiPolygons; MultiPolylines; MultiPolygons
|
505 |
8 |
|
|a Groups of layersLayer group; Feature groups; Pop ups; Mobile mapping; HTML and CSS; Creating the mobile map with JavaScript; Events and event handlers; Custom functions; Summary; Chapter 2: Mapping GeoJSON Data; Understanding GeoJSON''s roots; Exploring GeoJSON; GeoJSON in Leaflet.js; GeoJSON as a variable; Multiple geometries in GeoJSON; Polygons with holes; GeoJSON from Leaflet.js objects; Styling GeoJSON layers; Iterating through the features; Attaching pop ups with onEachFeature; Making layers from points with pointToLayer; Displaying a subset of data with filter; Summary
|
505 |
8 |
|
|a Chapter 3: Creating Heatmaps and Choropleth MapsWhat is a heatmap?; Heatmaps with Leaflet.heat; Using options to style your map; Changing the blur value; Changing the maxZoom value; Changing the radius value; Setting the gradient option; Methods of Leaflet.heat; Adding markers to the heatmap; Creating heatmaps with heatmap.js; Modifying the heatmap options; Adding more data to the map; Creating an interactive heatmap; Animating a heatmap; Creating a choropleth map with Leaflet; The GeoJSON data; Setting the color with a function; Styling the GeoJSON data; Creating a normalized choropleth map
|
505 |
8 |
|
|a Making your markers moveUsing markers for data visualization; Using the Leaflet Data Visualization Framework plugin; Making basic markers; Bar and pie chart markers; Summary; Chapter 5: ESRI in Leaflet; ESRI basemaps; Using shapefiles in Leaflet; Consuming ESRI services; Heatmaps with ESRI in Leaflet; Geocoding addresses in Leaflet; Geocoding -- from an address to a point; Geocoding from URL parameters; Reverse geocoding -- using points to find addresses; Query by attribute; Query by proximity; Summary; Chapter 6: Leaflet in Node.js, Python, and C#; Building Leaflet applications with Node.js
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a JavaScript (Computer program language)
|
650 |
|
0 |
|a Digital mapping.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|
650 |
|
6 |
|a Cartographie par ordinateur.
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x Systems Analysis & Design.
|2 bisacsh
|
650 |
|
7 |
|a Digital mapping.
|2 fast
|0 (OCoLC)fst00893710
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|0 (OCoLC)fst00982071
|
776 |
0 |
8 |
|i Print version:
|z 9781322067636
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=831566
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH27257353
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1770193
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 831566
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28871670
|
994 |
|
|
|a 92
|b IZTAP
|