esridc / hub-embed

Simple component to embed tables or other objects in Hub pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hub Embeds

Simple components for embedding unique content in Hub pages.

To use, build the URL for the component you want, then use a Page iFrame card.

These components are currently in development and feedback is very welcome.

Tables

Embed Base URL: http://esridc.github.io/hub-embed/hub-embed-table.html

Option parameters:

Parameters can be added to the Base URL with either query ? or anchor #

  • url - Feature Layer URL (include the layer index, e.g. /0)
  • outFields - Feature fields (attributes) to include in table
  • hiddenFields - Fields that end-user can show, but is hidden on startup

Example from Johns Creek, GA

Example from Washington, DC

Thanks to Johns Creek for the example.

License

Copyright © 2018 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.

About

Simple component to embed tables or other objects in Hub pages.

License:Apache License 2.0


Languages

Language:HTML 100.0%