Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Esri ArcGIS portal gallery slider for Apostrophe CMS

License

Notifications You must be signed in to change notification settings

dhnlr/esri-slider-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esri Slider Widget

🌏 Esri slider widgets is Apostrophe CMS module to show Esri ArcGIS Portal gallery as a widget 🌎

What's inside the box?

  • Beautiful layout
  • Lightweight
  • Simple

Installation

After you have Apostrophe project

npm install --save esri-slider-widgets request-promise

or you can clone this project and move to your lib/modules folder.

git clone https://github.com/dhnlr/esri-slider-widgets.git
mv esri-slider-widget <apostrophe-project-folder>/lib/modules

Configuration

In app.js, add the module to your configuration:

// Content Widgets
'esri-slider-widgets': { extend: 'apostrophe-widgets' },

After that add module to helper (/lib/modules/helpers/lib/areas.js) so module become options when add new widget to page

let narrowWidgets = {
  ...
  'esri-slider': {},
  ...
};

Voila!

Usage

After login as admin, click ➕ icon to add new widgets. On Portal URL field, add your portal URL. Make sure you fill full URL address (with https:// or http://). On Owner field, fill portal gallery owner. On Title field, fill portal gallery title.

How about license?

All my work licensed with MIT. All other work (ArcGIS & Request) belongs to owner with their own license.

Ps. Sorry for using image and other work without permission. Please, don't sue me.

Limitations

  • Show only public services
  • Show only max 10 items
  • No support

About

Esri ArcGIS portal gallery slider for Apostrophe CMS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published