Giter VIP home page Giter VIP logo

nwisehart / minimal-gallery Goto Github PK

View Code? Open in Web Editor NEW

This project forked from esri/minimal-gallery

0.0 2.0 0.0 9.76 MB

The Minimal Gallery is a simple way to display maps and apps in a gallery. It is a configurable group application designed to be embedded in a web page or used as a standalone gallery. The Group Gallery presents a collection of maps and apps as cards in a clean and simple design. Maps and apps can be previewed directly in the gallery or opened for full screen viewing and capabilities.

License: Apache License 2.0

JavaScript 11.65% TypeScript 88.35%

minimal-gallery's Introduction

Embedded Group Gallery Application

This is a group gallery built with the Esri ArcGIS API for JavaScript v4.4 and the Esri Application-Base

Configuration

dist/config/application.json contains settings that may be altered to change the appearance and behavior of the application. The configurable options included with this application (in addition to the existing boilerplate options) are as follows:

  • "customCSS": String containing CSS that should be injected into the application at runtime.
  • "openDocumentLinksDirectly": Boolean value controlling how "Document Link" items are opened. If true, a "Document Link" will open its underlying link when clicking on the thumbnail or title rather than the ArcGIS Online item page.
  • "itemTypes": Comma-delimited list of sharing API item types to allow in the gallery (e.g. "Web Map, Web Mapping Application")
  • "bgColor": The background color of the gallery
  • "cardColor": The background color of the cards shown in the gallery for each item
  • "appCaptionColor": The color of the card caption for the 'Web Mapping Application' item type
  • "mapCaptionColor": The color of the card caption for the 'Web Map' item type
  • "sceneCaptionColor": The color of the card caption for the 'Web Scene' item type
  • "fileCaptionColor": The color of the card caption for any item type qualifying as a 'file'
  • "captionFontColor": The color of the text displaying the item type in the card caption
  • "fontColor": The color of fonts on the page
  • "headColor": The background color for the page header
  • "linkColor": The color for links on the page
  • "buttonBgColor": The background color for buttons on the page (including the icons at the bottom right of each card, and the gallery pagination controls)
  • "buttonTextColor": The color for text appearing on buttons in the gallery
  • "showAuthor": Controls whether or not the author will be shown under the item title of each gallery card
  • "sortOrder": Controls how items will be sorted in the gallery
  • "sortField": The field by which items will be sorted in the gallery
  • "showHeader": A boolean (true/false) value controlling whether or not the header will be displayed
  • "showItemType": A boolean (true/false) value controlling whether or not item types will be displayed for each gallery item
  • "itemTypeBelowThumbnail": Boolean value controlling where the item type will be displayed. If this is set to false, the item type will be displayed over the thumbnail and fade out on mouse-over. If set to true, the item type is displayed below the thumbnail.
  • "headerText": The gallery title shown in the header
  • "headerTextColor": The color of the header text
  • "headerTextURL": A location for the gallery title to link to
  • "headerImage": Boolean value controlling whether or not an image will be displayed next to the gallery title
  • "headerImageLocation": The URL for the image to be displayed next to the gallery title
  • "headerSearch": Boolean controlling whether or not to display the search input in the header
  • "searchPlaceholder": The text shown in the search input when nothing has been entered
  • "showAgolLink": Boolean controlling whether or not the display a link to ArcGIS Online (or a custom URL) next to the gallery title
  • "agolLinkText": The text displayed for the link to ArcGIS Online (or custom URL)
  • "agolLinkLocation": The URL for the link displayed next to the gallery title. ${GROUP_ID} will be replaced dynamically with the ID of the group whose items are being displayed in the gallery
  • "itemsPerPage": The number of items to display per gallery page
  • "showItemTitle": Boolean value controlling whether or not the item title will be displayed in each card
  • "showItemSummary": Boolean value controlling whether or not the item summaries will be displayed in each card
  • "showItemPageLink": Boolean value controlling whether or not the item page link will be displayed
  • "openFullscreenSeparateTab": If true, opening maps, apps and scenes from the gallery fullscreen will always create a new tab
  • "openItemDetailsSeparateTab": If true, opening an item's details will default to a new tab
  • "showSignInBtn": If true, will show a sign in button in the top right of the gallery
  • "alwaysOpenFullscreen": If true, maps, apps and scenes will always be opened fullscreen instead of in the gallery
  • "summaryTruncLength": Specifies the number of characters to allow an item summary in the gallery card to extend before truncating it with an ellipsis
  • "showSummaryTooltip": Boolean value controlling whether or not the 'Open ArcGIS Online Item Page' icon in the bottom right of the card will have a tooltip showing the summary for the item.
  • "tooltipTruncLength": Specifies the number of characters to allow an item summary in the 'Open in ArcGIS Online' tooltip to extend before truncating it with an ellipsis
  • "compassWidget": Controls the rendering of a Compass widget on gallery-embedded or fullscreen maps and scenes
  • "homeWidget": Controls the rendering of a Home widget on gallery-embedded or fullscreen maps and scenes
  • "legendWidget": Controls the rendering of a Legend widget on gallery-embedded or fullscreen maps and scenes
  • "locateWidget": Controls the rendering of a Locate widget on gallery-embedded or fullscreen maps and scenes
  • "searchWidget": Controls the rendering of a Search widget on gallery-embedded or fullscreen maps and scenes

For the widget options, setting to an empty string or null will disable the widget. Setting to "top-left", "top-right", "bottom-right" or "bottom-left" will render the widget in the corresponding position of the map.

Development

If you wish to build additional functionality into the application, development dependencies, unit tests, and convenient npm scripts are available in this repository. First, clone the repository and install the dependencies using npm i.

Once the operation is complete, npm start will compile the TypeScript to JavaScript in the /dist/ directory. It will also watch the /src/ directory for changes to the source TypeScript files, and transpile them to JavaScript in the /dist/ directory as you edit.

You can run the test suite with npm test to help determine if the basic functionality of the application is intact.

Deployment

When ready to deploy the application, serve the contents of the /dist/ directory from your web server.

Issues

Found a bug or want to request a new feature? Please let us know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute.

Licensing

Copyright 2017 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.โ€‹

A copy of the license is available in the repository's LICENSE file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.