Cargando…

Openlayers 3 beginner's guide : get started with openlayers 3 and enhance your web pages by creating and displaying dynamic maps /

Whether you are a hobbyist or a professional web developer, if you wish to use maps on your website, then this book is for you. A basic understanding of JavaScript will be helpful, but is not necessary. If you've never worked with maps before, this book will introduce you to some common mapping...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Gratier, Thomas (Autor), Spencer, Paul (Autor), Hazzard, Erik (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, England : Packt Publishing, 2015.
Colección:Learn by doing : less theory, more results.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn903963849
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 150216s2015 enka o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d EBLCP  |d COO  |d N$T  |d UMI  |d DEBBG  |d OCLCF  |d YDXCP  |d OCLCQ  |d TEFOD  |d OCL  |d IDB  |d CNNOR  |d MERUC  |d VT2  |d D6H  |d OCLCQ  |d CEF  |d NLE  |d STF  |d UKMGB  |d OCLCQ  |d WYU  |d G3B  |d UAB  |d DKC  |d OCLCO  |d AU@  |d OCLCQ  |d UKAHL  |d RDF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d QGK 
016 7 |a 018005252  |2 Uk 
019 |a 904285418  |a 922598186  |a 961648185  |a 1259170264 
020 |a 9781782162377  |q (electronic bk.) 
020 |a 1782162372  |q (electronic bk.) 
020 |z 1782162364 
020 |z 9781782162360 
029 1 |a AU@  |b 000056072401 
029 1 |a AU@  |b 000067111723 
029 1 |a CHNEW  |b 000712074 
029 1 |a CHNEW  |b 000886548 
029 1 |a CHVBK  |b 374454671 
029 1 |a DEBBG  |b BV042682608 
029 1 |a DEBBG  |b BV043606718 
029 1 |a DEBSZ  |b 446578053 
029 1 |a GBVCP  |b 835869776 
029 1 |a UKMGB  |b 018005252 
035 |a (OCoLC)903963849  |z (OCoLC)904285418  |z (OCoLC)922598186  |z (OCoLC)961648185  |z (OCoLC)1259170264 
037 |a CL0500000560  |b Safari Books Online 
037 |a 8F0F5755-565A-4A52-995E-CCD620683020  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.F48  |b .G738 2015 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 060130  |2 bisacsh 
082 0 4 |a 005.72  |2 23 
049 |a UAMI 
100 1 |a Gratier, Thomas,  |e author. 
245 1 0 |a Openlayers 3 beginner's guide :  |b get started with openlayers 3 and enhance your web pages by creating and displaying dynamic maps /  |c Thomas Gratier, Paul Spencer, Erik Hazzard. 
264 1 |a Birmingham, England :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource (512 pages) :  |b illustrations, tables 
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 Learn by doing : less theory, more results. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed July 15, 2015). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with OpenLayers; Introducing OpenLayers; Advantages of using OpenLayers; What, technically, is OpenLayers?; Client-side; Library; Anatomy of a web-mapping application; Web map client; Web map server; Connecting to Google, Bing Maps, and other mapping APIs; Layers in OpenLayers; Understanding a layer; The OpenLayers website; Time for action -- downloading OpenLayers; Time for action -- creating your first map; Where to go for help; API docs 
505 8 |a This book's websiteMailing lists; Other online resources; OpenLayers issues; IRC; OpenLayers source code repository; Getting live news from RSS and social networks; Summary; Chapter 2: Key Concepts in OpenLayers3; OpenLayers' key components; It's all about the map; Time for action: creating a map; Time for action -- using the JavaScript console; Controlling the map's view; Displaying map content; Time for action -- overlaying Information; Interacting with the map; Using interactions; Controls; OpenLayers' super classes; Event management with the Observable class; Working with events 
505 8 |a Key-Value Observing with the Object classTime for action -- using bindTo; Transforming values with bindTo; More about KVO properties; Working with collections; Creating a collection; Collection properties; Collection events; Collection methods; Summary; Chapter 3: Charting the Map Class; Understanding the Map class; Time for action -- creating a map; Map renderers; The Canvas renderer; The WebGL renderer; The DOM renderer; Time for action -- rendering a masterpiece; Map properties; Time for for action -- target practice; Map methods; Control methods; Interaction methods; Layer methods 
505 8 |a Overlay methodsMap rendering methods; Animation functions; Time for action -- creating animated maps; Conversion methods; Other methods; Events; Browser events; Map events; Render events; Views; The View Class; View options; Understanding resolution; View KVO properties; View methods; Time for action -- linking two views; Summary; Chapter 4: Interacting with Raster Data Source; Introducing layers; Layers in OpenLayers 3; The base layer; Overlay layers; Types of layers; Common operations on layers; Time for action -- changing layer properties; Tiled versus untiled layers; Types of raster sources 
505 8 |a Defining a sourceA quick look at the history of API and tiles providers; Map mashups; OpenLayers and third-party APIs; Tiled images' layers and their sources; The OpenStreetMap layer; Accessing your own OSM tiles; Understanding OSM tiling; OpenStreetMap source class properties; The MapQuest layer; MapQuest source class properties; Stamen layers; Time for action -- creating a Stamen layer; The Bing Maps layer; Time for action -- creating a Bing Maps layer; The TileJSON layer; TileJSON source class properties; WMTS layers; WMTS source class properties; The DebugTileSource source 
520 |a Whether you are a hobbyist or a professional web developer, if you wish to use maps on your website, then this book is for you. A basic understanding of JavaScript will be helpful, but is not necessary. If you've never worked with maps before, this book will introduce you to some common mapping topics and will guide you through the OpenLayers library. Experienced developers can also use this book as a reference to OpenLayers 3 components and to further enhance their knowledge. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a Adobe Acrobat. 
630 0 7 |a Adobe Acrobat.  |2 fast  |0 (OCoLC)fst01381109 
650 0 |a Digital mapping. 
650 0 |a JavaScript (Computer program language) 
650 0 |a Web site development. 
650 6 |a Cartographie par ordinateur. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Sites Web  |x Développement. 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x Site 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 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
700 1 |a Spencer, Paul,  |e author. 
700 1 |a Hazzard, Erik,  |e author. 
776 0 8 |i Print version:  |a Gratier, Thomas.  |t Openlayers 3 beginner's guide.  |z 1782162364  |z 9781782162360  |w (OCoLC)903077496 
830 0 |a Learn by doing : less theory, more results. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=944486  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28177192 
938 |a ebrary  |b EBRY  |n ebr11015676 
938 |a EBSCOhost  |b EBSC  |n 944486 
938 |a YBP Library Services  |b YANK  |n 12261598 
994 |a 92  |b IZTAP