Loading...
 
OpenLayers
 Review Notice

This page needs review.

Please see PluginMaps and Maps aswell.

OpenLayers

Native support for OpenLayers (which is related to OpenStreetMap) is new to Tiki7. Below are instructions about OpenLayers with previous versions.

Embedding OpenLayers in a Wiki Page

By using the HTML and JavaScript plugins OpenLayers can be used with Tiki. Although it is not yet integrated into the system as Google Maps is, markers on an OpenLayers map can be linked to tracker items and wiki pages.

OpenLayers style sheets are included with a import statement. This works on Firefox and IE. The OpenLayers JavaScript API is bought in via js file import by the JS plugin, as is the actual JavaScript that defines the map.

Wiki Markup

Wiki markup to embed the OpenLayers Map
Copy to clipboard
{HTML()} <STYLE TYPE="text/css"> <!-- @import url(map/style/map_style.css); --> <!-- @import url(map/page_style.css); --> </STYLE> {HTML} {HTML()}<div id="map" class="smallmap"></div>{HTML}{JS(file="map/OpenLayers.js")}{JS}{JS(file="map/mfiglobal.js")}{JS}

JavaScript

JavaScript to load OpenLayers Map
Copy to clipboard
/* Open Layers Map http://openlayers.org for MindFreedom Lancaster */ /* */ /* DJ Barney, June 2009 - thanks to crschmidt for slapping me with */ /* a large trout. */ /* */ /* Important. Tiki page *must* reference external Javascript */ /* file. PluginJS will *not* run multiple Javascript statements */ /* edited into the wiki markup. */ /* */ /* addLoadEvent function is *required* to allow onload event after */ /* the Tiki onload event otherwise the Javascript will never */ /* run. */ /* /* Page editing: PluginJS *cannot* be previewed. Page *must* be */ /* saved to be able to validate the code (usually an admin task). */ var map, layer; function olinit(){ map = new OpenLayers.Map('map'); layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); map.addLayer(layer); var newl = new OpenLayers.Layer.Text( "text", {location: "map/mfi-locations.txt"} ); map.addLayer(newl); map.addControl(new OpenLayers.Control.LayerSwitcher()); map.zoomToMaxExtent(); } function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } } addLoadEvent(olinit);


alias

doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

Keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki