Difference between revisions of "Map"

From Wikidocumentaries
Jump to navigation Jump to search
(Content selection modal)
 
(51 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
There are several ways in which maps can be used.
 
There are several ways in which maps can be used.
  
# '''Any component's map display option''' for any component in addition to a gallery and a list.
 
# '''Map-based wikidocumentary'''
 
#* For a given topic, displayed in the header section. There may be several header images of wikidocumentaries per topic, which will then be put on a playlist.
 
#* A wikidocumentary usually touches on many topics, and there must be a topic-independent place for displaying them and a way to find them.
 
# '''Map-based discovery interface''' on the top level.
 
# '''Location display''' in each media metadata view.
 
# '''Map-based tools'''
 
  
 +
==Location module==
 +
'''Location module''' is the main map for a topic. It displays the location of the topic. Additionally, it can be made to display much more information. The location data is currently dispersed between several components: a main map (displaying the coordinate location and shape, if available), Location (displaying subdivisions, neighbouring items, and items that the topic is situated or part of), Locations (items that have been declared being situated within the topic), and additional overlap with components Parts and Part of. Ideally, all of these would be displayed in a single display with facets for the information.
  
==Location component==
+
3 modules that could be merged
'''Location component''' is the main map for a topic. It displays the location of the topic. Additionally, it can be made to display much more information.
+
* Location (gallery of subdivisions, neighbours, and enclosing items)
 +
* Location on map (simple pin/shape display)
 +
* In this location (items found within this item, based on semantic definition)
 
[[File:Inthislocation.png]]
 
[[File:Inthislocation.png]]
  
== Location component – draft ==
+
== Location data ==
The location component for a topic displays the location of the topic initially. It will also be able to display everything the user collates together on the map. The user will be able to display the filtered information from each of the topic page's sections, define their display properties, and add several base map layers. It will also be possible to configure other external data elements to be displayed on the map. Ideally, the map can be exported and embedded elsewhere.
+
 
<gallery mode=slideshow>
+
===Topic's location===
Map.png
+
 
Map-layers.png
+
* The coordinate point is read from Wikidata. Display a pin for the best rank coordinates in Wikidata.
Map-images.png
+
* The shape is read from OSM based on a Wikidata tag in OSM. (Add details about this)
Map-actions.png
+
 
</gallery>
+
==== Location and shapes of historical elements ====
 +
OpenStreetMap only stores items that can be verified on the ground. There are different alternatives for shapes of historical items.
 +
* Historical shapes could be stored in OpenHistoricalMap using the same technology as for OSM.
 +
* Also shapes stored as .map files in Wikimedia Commons should be displayed
 +
* Additional technologies can be added.
  
=== Data ===
+
=== Hierarchically related items in Wikidata ===
* Topic as pin and/or shape depending on data
+
* Enclosing area(s), such as [https://www.wikidata.org/wiki/Property:P131 located in the administrative territorial entity (P131)]
 +
* Neighbours
 +
* Subdivisions
 +
 
 +
=== Geographically associated items in Wikidata ===
 +
* Items within the area
 
* Nearby items
 
* Nearby items
* Images
 
** Nearby
 
** Display all related images, a filtered subset or a selection of images on the map. Filtering is made in the images component.
 
* Context (areas)
 
** Subdivisions
 
** Neighbouring items
 
** Enclosing items
 
* Related items from other components
 
** Filter and facet items in the original component before sending to the map. Filtering takes place at the original component. In the map component only visibility is managed.
 
  
==== Data display ====
+
=== Images ===
* Pin – clickable --> Popup
+
* About the topic
 +
* Nearby images
 +
* Display a filtered selection of images on the map. Filtering could be made in the images component.
 +
 
 +
=== Related items from other components ===
 +
Filter and facet items in the original component before sending to the map. In the map component only visibility is managed. For example
 +
* Related people
 +
* Affiliations
 +
* Similar items etc.
 +
 
 +
=== Configurable external sources ===
 +
It could be possible to display a geographic dataset from an external source.
 +
* The data could be used to validate location data on Wikidata. The user could compare existing data to the authority dataset, and make changes to Wikidata accordingly.
 +
* The style of these elements should differ from items already in Wikidata, and change after validation.
 +
* The source of the data could be automatically appended to the Wikidata entry.
 +
 
 +
== Data display ==
 +
* Pin
 
* Shape
 
* Shape
 
* Popup – Clicking the pin or the shape opens a popup, which links to the topic's page.
 
* Popup – Clicking the pin or the shape opens a popup, which links to the topic's page.
 
* Image pin
 
* Image pin
 
** Single images in their individual pins/popups
 
** Single images in their individual pins/popups
** Topic's images are collated to the topic popup. Each image links to the image viewer.
+
** Topic's images are collated to the topic popup (if possible). Each image links to the image viewer.
 
** If there are too many items or images in the area, they will be styled as aggregate.
 
** If there are too many items or images in the area, they will be styled as aggregate.
 
* Timeline arc for items with several points on a timeline.  
 
* Timeline arc for items with several points on a timeline.  
* Routes will follow roads, if possible.
+
* Routes
 
* Advanced: Combine several views in one: Map, timeline and gallery.
 
* Advanced: Combine several views in one: Map, timeline and gallery.
  
==== Data sources ====
+
== User actions ==
# Wikidata for the item point and/or shape
+
* Facet/filter by data item type. For items from other components filtering takes place in the original component. (TBD)
# OSM for shape (and missing point if possible)
 
# Configurable external sources
 
#* The user can validate these items, and the data can be written to Wikimedia projects or OpenStreetMap.
 
#* The style of these elements should differ from items already in Wikidata, and change after validation.
 
#* The source of the data can be automatically appended.
 
 
 
==== Actions ====
 
 
* Correct the location of the topic's pin
 
* Correct the location of the topic's pin
* Facet/filter by data item type. For items from other components filtering takes place in the original component. (TBD)
 
 
* Import new items to Wikidata / enrich existing items
 
* Import new items to Wikidata / enrich existing items
 
* View an external dataset on the map.  
 
* View an external dataset on the map.  
Line 66: Line 72:
 
* Use the selection for a wikidocumentary
 
* Use the selection for a wikidocumentary
  
===Basemap layers===
+
== Basemap layers ==
  
See also Phabricator task https://phabricator.wikimedia.org/T261569
+
See also Phabricator task https://phabricator.wikimedia.org/T261569.
  
Allow 4 layers that can be configured
+
Allow several layers that can be stacked and configured. Each layer displays one map.
 
# Base map
 
# Base map
#* Default map: Styled OSM map. Allow changing the style?
 
#* OpenStreetMap
 
#* Available local map services, use data collected in OSM
 
#* Custom?
 
 
# Terrain
 
# Terrain
 
# Orthophoto
 
# Orthophoto
#* International services
+
# Scanned or [[historical map]]
#* Local providers
 
# Scanned / historical map
 
#* Always best suggestion based on time and scale
 
#* Select/search from available maps in registered sources, including Wikimaps Warper.
 
  
====Menu controls====
+
===Menu controls===
 
* Transparency slider for each layer
 
* Transparency slider for each layer
 
* Toggle visibility
 
* Toggle visibility
* Configuration button opens configuration modal (TBD). Each layer has one map initially.
+
* Configuration button opens content selection modal (TBD).
 
* Layers can be rearranged
 
* Layers can be rearranged
 
* Bottom layer is opaque or there is a (chosen?) background colour)
 
* Bottom layer is opaque or there is a (chosen?) background colour)
The goal is to display the most suitable maps based on scale and topic date by default.
 
  
====Selecting sources====
+
===Data display===
* A modal to configure the sources.
+
* Display map metadata
* Can display previews of available imagery or data for each layer individually.
 
* Allows reading any publicly available raster or data layer to Wikidocumentaries.
 
  
====Advanced map options====
+
===Content selection modal===
* Select map language: Display vernacular/old toponyms?
+
Display the most suitable maps based on scale, topic date and availability. Allow to expand to other sources.
* Select map style
 
  
== Location components – Current functionality ==
+
{| class="wikitable"
3 components that could be merged
+
!  !! Sources !! Controls !! Actions
* Location (gallery of subdivisions, neighbours, and enclosing items)
+
|-
* Location on map (simple pin/shape display)
+
! Base map
* In this location (items found within this item, based on semantic definition)
+
| Default map: Styled OSM map.<br>Available local and international map services, use data collected in OSM
 +
| Select / deselect
 +
| Allow editing the style?
 +
|-
 +
! Terrain
 +
| Available local and international map services, use data collected in OSM || Select / deselect ||
 +
|-
 +
! Orthophoto
 +
| Available local and international map services, use data collected in OSM || Select / deselect ||
 +
|-
 +
! Scanned or historical map
 +
| Display a selection of maps from connected sources<br>TODO: Create a register of map source APIs
 +
| Select / deselect<br>Filter / facet / sort by scale, date
 +
| Allow reading any publicly available raster layer<br>Georeference<br>Trace
 +
|}
 +
 
 +
 
 +
See also [[Content modules]] for a table of all modules.
  
== Components's map display option ==
+
== Map display option for any component ==
Map display option for any component in addition to gallery, list and timeline.
+
Map display option for any module in addition to gallery, list and timeline.
 
* Option in the display menu of items that have geolocation data
 
* Option in the display menu of items that have geolocation data
  
Line 130: Line 141:
 
* Facet items on the map based on their properties
 
* Facet items on the map based on their properties
 
* Add all or a faceted selection to the topic's map
 
* Add all or a faceted selection to the topic's map
 +
 +
==Map-based search==
 +
See [[Search page]]
  
 
==Map-based wikidocumentary==
 
==Map-based wikidocumentary==
Line 135: Line 149:
  
 
==Location display in each media metadata view==
 
==Location display in each media metadata view==
* Each image has a small map in the metadata section. This, too, needs to have the same features as maps throughout the site.
+
Each image has a small map in the metadata section. This, too, needs to have the same features as maps throughout the site.
  
 
==Map-based tools==
 
==Map-based tools==
 
* [[Geolocating tool]] for images
 
* [[Geolocating tool]] for images
 
* [[Rectifying maps]]
 
* [[Rectifying maps]]
 +
* Workflow capturing all data from a [[historical map]]
  
 
{{Design-nav}}
 
{{Design-nav}}

Latest revision as of 14:37, 6 January 2022

There are several ways in which maps can be used.


Location module

Location module is the main map for a topic. It displays the location of the topic. Additionally, it can be made to display much more information. The location data is currently dispersed between several components: a main map (displaying the coordinate location and shape, if available), Location (displaying subdivisions, neighbouring items, and items that the topic is situated or part of), Locations (items that have been declared being situated within the topic), and additional overlap with components Parts and Part of. Ideally, all of these would be displayed in a single display with facets for the information.

3 modules that could be merged

  • Location (gallery of subdivisions, neighbours, and enclosing items)
  • Location on map (simple pin/shape display)
  • In this location (items found within this item, based on semantic definition)

Inthislocation.png

Location data

Topic's location

  • The coordinate point is read from Wikidata. Display a pin for the best rank coordinates in Wikidata.
  • The shape is read from OSM based on a Wikidata tag in OSM. (Add details about this)

Location and shapes of historical elements

OpenStreetMap only stores items that can be verified on the ground. There are different alternatives for shapes of historical items.

  • Historical shapes could be stored in OpenHistoricalMap using the same technology as for OSM.
  • Also shapes stored as .map files in Wikimedia Commons should be displayed
  • Additional technologies can be added.

Hierarchically related items in Wikidata

Geographically associated items in Wikidata

  • Items within the area
  • Nearby items

Images

  • About the topic
  • Nearby images
  • Display a filtered selection of images on the map. Filtering could be made in the images component.

Related items from other components

Filter and facet items in the original component before sending to the map. In the map component only visibility is managed. For example

  • Related people
  • Affiliations
  • Similar items etc.

Configurable external sources

It could be possible to display a geographic dataset from an external source.

  • The data could be used to validate location data on Wikidata. The user could compare existing data to the authority dataset, and make changes to Wikidata accordingly.
  • The style of these elements should differ from items already in Wikidata, and change after validation.
  • The source of the data could be automatically appended to the Wikidata entry.

Data display

  • Pin
  • Shape
  • Popup – Clicking the pin or the shape opens a popup, which links to the topic's page.
  • Image pin
    • Single images in their individual pins/popups
    • Topic's images are collated to the topic popup (if possible). Each image links to the image viewer.
    • If there are too many items or images in the area, they will be styled as aggregate.
  • Timeline arc for items with several points on a timeline.
  • Routes
  • Advanced: Combine several views in one: Map, timeline and gallery.

User actions

  • Facet/filter by data item type. For items from other components filtering takes place in the original component. (TBD)
  • Correct the location of the topic's pin
  • Import new items to Wikidata / enrich existing items
  • View an external dataset on the map.
  • Export map
  • Save map configuration
  • Use the selection for a wikidocumentary

Basemap layers

See also Phabricator task https://phabricator.wikimedia.org/T261569.

Allow several layers that can be stacked and configured. Each layer displays one map.

  1. Base map
  2. Terrain
  3. Orthophoto
  4. Scanned or historical map

Menu controls

  • Transparency slider for each layer
  • Toggle visibility
  • Configuration button opens content selection modal (TBD).
  • Layers can be rearranged
  • Bottom layer is opaque or there is a (chosen?) background colour)

Data display

  • Display map metadata

Content selection modal

Display the most suitable maps based on scale, topic date and availability. Allow to expand to other sources.

Sources Controls Actions
Base map Default map: Styled OSM map.
Available local and international map services, use data collected in OSM
Select / deselect Allow editing the style?
Terrain Available local and international map services, use data collected in OSM Select / deselect
Orthophoto Available local and international map services, use data collected in OSM Select / deselect
Scanned or historical map Display a selection of maps from connected sources
TODO: Create a register of map source APIs
Select / deselect
Filter / facet / sort by scale, date
Allow reading any publicly available raster layer
Georeference
Trace


See also Content modules for a table of all modules.

Map display option for any component

Map display option for any module in addition to gallery, list and timeline.

  • Option in the display menu of items that have geolocation data

Phabricator:https://phabricator.wikimedia.org/T261566

Display formats

  • Usually several disconnected points
    • Aggregates for multiple points
  • Series of points connected to each other with arcs
    • lifeline (start–end) arcs
  • Series of points connected to each other by a line
    • For routes
  • Areas
    • (Historical) geographic subdivisions in a map
    • Cemetery or allotment garden map
  • Temporal aspect if present in the data
    • For life arcs, the color of the arc
    • Animation

Actions

  • Facet items on the map based on their properties
  • Add all or a faceted selection to the topic's map

Map-based search

See Search page

Map-based wikidocumentary

See wikidocumentary

Location display in each media metadata view

Each image has a small map in the metadata section. This, too, needs to have the same features as maps throughout the site.

Map-based tools


Navigation

About Technology Design Content modules Tool pages Projects
Status

Wikidocumentaries blog

Wikidocumentaries demo

Phabricator project

Facebook group

GitHub repository

Translation in TranslateWiki

Wikidocumentaries Slack

Setting up dev environment

Resources

Translations

Languages

Using Wikibase

Federation with Wikidata

APIs

Linking

Media metadata

Properties to content

User registration

Licensing

Page types

Landing page

Search page

Topic page

User page

Organisation page

Project page

Tool page

Tasks

Components

Main toolbar and footer

Search

Faceting

Topic page header

Content module

Dropdown

Modal

Icons

Active modules

Article

Family tree

Gallery

Historical map

Images

Image viewer

Infobox

Map

Module ideas

Audio/Video

Bibliography

Correspondence

Discussion

Graph

Name

Newspaper articles

Testimonials

Timeline

Visualizations

Wikidocumentary

3D

Visual editor

Query tool

QuickStatements

Open Refine

Creating topics

Uploading images

Geolocating tool

Metadata editor

Rectifying maps

Transcription

Annotation tool

Central Park Archives

Convent Quarter

Wikisource