Local Map: Difference between revisions

From HOPE Wiki
Lexicon (talk | contribs)
adding the big map page itself
 
Lexicon (talk | contribs)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
= HOPE 26 Local Map =
This map shows useful locations around the HOPE 26 conference hotel.
{{#cargo_query:
{{#cargo_query:
  tables=MapLocations
  tables=MapLocations
  |fields=Location,Name,Description,Category
  |fields=Location,_pageName=Name,Description,Category
  |format=leaflet
  |format=leaflet
  |width=100%
  |width=100%
Line 8: Line 12:
  |center=40.7527316,-73.9936287
  |center=40.7527316,-73.9936287
}}
}}
=== Why isn't this working? ===
We need three extensions installed/enabled for this to start working:
* [https://www.mediawiki.org/wiki/Extension:Kartographer  Kartographer]
* [https://www.mediawiki.org/wiki/Extension:JsonConfig JsonConfig]
* [https://www.mediawiki.org/wiki/Extension:Cargo Cargo]
=== Next Steps ===
After Cargo is installed, the remaining activation sequence will be:
# Save the updated template.
# Create the MapLocations Cargo table from the template’s Cargo action or Special:CargoTables.
# Re-save or purge The New Yorker Hotel so Cargo stores its row.
# Open Local_Map (this page).
Until Cargo is installed, seeing the literal {{#cargo_query: ...}} text on Local_Map is expected.
=== Related Pages ===
* [[The_New_Yorker_Hotel|Sample Location: The New Yorker Hotel]]
* [[Template:Map_Location|Map Location Template]]
* [[Module:MapLocation|Map Location Functional Module]]

Latest revision as of 21:40, 10 July 2026

HOPE 26 Local Map

This map shows useful locations around the HOPE 26 conference hotel.

{{#cargo_query:

tables=MapLocations
|fields=Location,_pageName=Name,Description,Category
|format=leaflet
|width=100%
|height=700
|zoom=16
|center=40.7527316,-73.9936287

}}

Why isn't this working?

We need three extensions installed/enabled for this to start working:

Next Steps

After Cargo is installed, the remaining activation sequence will be:

  1. Save the updated template.
  2. Create the MapLocations Cargo table from the template’s Cargo action or Special:CargoTables.
  3. Re-save or purge The New Yorker Hotel so Cargo stores its row.
  4. Open Local_Map (this page).

Until Cargo is installed, seeing the literal {{#cargo_query: ...}} text on Local_Map is expected.

Related Pages