Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/src/inspector_panel/TipLibrary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const BASE_SUBTYPE = "Further description of the feature type.";
const BASE_ID =
"A feature ID. This may be an ID associated with the Global Entity Reference System (GERS) if—and-only-if the feature represents an entity that is part of GERS.";
const BASE_SOURCE =
"The array of source information for the properties of a given feature, with each entry being a source object which lists the property in JSON Pointer notation and the dataset that specific value came from. All features must have a root level source which is the default source if a specific property's source is not specified.";
"The array of source information for the properties of a given entity";
export const BASE_TIPS = {
theme: BASE_THEME,
type: BASE_TYPE,
Expand All @@ -23,7 +23,7 @@ const BUILDING_SUBTYPE = "A broad category of the building type and purpose.";
const BUILDING_ID =
"A feature ID that may be associated with the Global Entity Reference System (GERS) if—and-only-if the feature represents an entity that is part of GERS.";
const BUILDING_SOURCE =
"The array of source information for the properties of a given feature. Each source object lists the property in JSON Pointer notation and the dataset from which that specific value originated.";
"The array of source information for the properties of a given entity";
export const BUILDING_TIPS = {
theme: BUILDING_THEME,
type: BUILDING_TYPE,
Expand Down