Skip to main content

Posts

Showing posts from June, 2018

ESRI : BRUSH UP

TYPES OF BASE MAPS   For full list of pre-defined basemaps, navigate to http://arcg.is/1JVo6Wd  BaseMap:  "topo",   streets, satellite hybrid terrain topo, gray dark-gray oceans national-geographic osm dark-gray-vector gray-vector streets-vector topo-vector streets-night-vector, streets-relief-vector streets-navigation-vector   MAP Basemap gallery Basemap Toggle Create a map Customize navigation animation Edit bookmarks Home Button LayerList widget LayerSwipe widget Legend Locate Button Measurement Widget OpenStreetMap layer Overview map Scalebar BASEMAP GALLERY WIDGET Use the BasemapGallery widget to select a map's basemap. https://developers.arcgis.com/javascript/3/jssamples/widget_basemap.html https://developers.arcgis.com/javascript/3/samples/widget_basemap/ LAYER LIST https://developers.arcgis.com/javascript/3/jssamples/widget_layerlist_basic.html https://de...

NODE JS

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast and scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.? NODE  -RPEL Read  Print  Evaluate Loop _______________________________________________________________________________________________ Node Package Manager C:\Users\lenovo\sample> npm version { npm: '5.6.0',   ares: '1.10.1-DEV',   cldr: '32.0',   http_parser: '2.8.0',   icu: '60.1',   modules: '57',   napi: '3',   nghttp2: '1.29.0',   node: '8.11.2',   openssl: '1.0.2o',   tz: '2017c',   unicode: '10.0',   uv: '1.19.1',   v8: '6.2.414.54',   zlib: '1.2.11' } __________________________________________________________ Syntax ...