| | 2 | = !OpenLayers Wiki = |
| | 3 | {{{ |
| | 4 | #!html |
| | 5 | <div style="float: right; background-color: #ccc; border: 1px solid black; margin: 0em 1em 1em 2em; padding: 1em; width: 20em; font-size: .9em;"> |
| | 6 | <p><b>Want to Edit this Wiki or Open a Ticket?</b></p> |
| | 7 | <p>Due to spam problems, trac editing is currently limited to logged in users. Please <a href="https://www.osgeo.org/cgi-bin/ldap_create_user.py">register</a> an account to <a href="http://trac.osgeo.org/openlayers/login">login</a> to add or edit tickets, add or edit wiki pages, or perform other editing actions.</p> |
| | 8 | </div> |
| | 9 | }}} |
| | 10 | |
| | 11 | |
| | 12 | '''!OpenLayers''' is an Open Source map viewing library, written in pure !JavaScript. The !OpenLayers library provides a !JavaScript API which makes it easy to incorporate maps from a variety of sources into your webpage or application. !OpenLayers currently has support for OGC WMS layers, navigation, icons, markers, and layer selection. [/query?status=new&status=assigned&status=reopened&group=milestone&order=priority Lots of other features] are slated to be added soon! |
| | 13 | * Read the [wiki:BusinessCase OpenLayers business case]. |
| | 14 | * Find out [wiki:HowToDownload how to get the code] |
| | 15 | * Find out about available [wiki:Addins addins] with additional features |
| | 16 | * Find out [wiki:FilingTickets how to file a bug] |
| | 17 | |
| | 18 | |
| | 19 | == Get Started == |
| | 20 | {{{ |
| | 21 | #!html |
| | 22 | <table style="width:60%"> |
| | 23 | <tr> |
| | 24 | <td style="width:50%"> |
| | 25 | Want to make a map? Read our resources for <a href="#Users">OpenLayers Users!</a> |
| | 26 | </td><td style="width:50%"> |
| | 27 | Want to learn about the insides of OpenLayers? Read our resources for <a href="#Developers">OpenLayers Developers!</a> |
| | 28 | </tr></table> |
| | 29 | }}} |
| | 30 | |
| | 31 | == Social == |
| | 32 | * Mailing Lists: |
| | 33 | * [http://lists.osgeo.org/mailman/listinfo/openlayers-dev OpenLayers Developers List] |
| | 34 | * [http://lists.osgeo.org/mailman/listinfo/openlayers-users OpenLayers Users List] |
| | 35 | * [http://lists.osgeo.org/mailman/listinfo/openlayers-trac Issue Tracker List] |
| | 36 | * IRC: irc://irc.freenode.net/#openlayers |
| | 37 | {{{ |
| | 38 | #!html |
| | 39 | <form action="http://www.nabble.com/forum/Search.jtp" method="GET">Search Mailing Lists (via Nabble): <input type="hidden" name="forum" value="15906" /><input type="hidden" name="local" value="y" /><input type="text" name="query" /><input type="submit" value="Search" /></form> |
| | 40 | }}} |
| | 41 | |
| | 42 | |
| | 43 | |
| | 44 | == Users == |
| | 45 | * Never used !OpenLayers before? Want to start writing some code? Check out the NewToOpenLayers page! |
| | 46 | * Check out the '''[wiki:Documentation documentation]'''. |
| | 47 | * View the '''[http://openlayers.org/dev/examples/ List of Examples]''' -- showing tons of different ways of using OpenLayers. |
| | 48 | * What's changed in the most recent version? Check out the [wiki:Release Release Notes] for versions since 2.0. |
| | 49 | * Got a question? It might have been asked before -- FrequentlyAskedQuestions will let you know. |
| | 50 | * Still can't solve it? Check out TroubleshootingTips, and the mailing lists (linked above) |
| | 51 | * See what others have done: [wiki:UserRecipes User Recipes] or the !OpenLayers [wiki:Gallery Gallery]. |
| | 52 | |
| | 53 | |
| | 54 | |
| | 55 | == Developers == |
| | 56 | Want to dive into the AJAX behind [http://www.openlayers.org OpenLayers]? Then this wiki is for you! |
| | 57 | |
| | 58 | 1. '''[wiki:HowToDownload Download the source tree]''' using SVN. |
| | 59 | 1. Check out the '''[wiki:Documentation documentation]'''. |
| | 60 | 1. Working with !OpenLayers is easy, here is a [wiki:UserGuide User Guide]. |
| | 61 | 1. Try the [http://openlayers.org/dev/tests/run-tests.html unit tests on code in SVN head] |
| | 62 | 1. Learn HowToContribute to !OpenLayers -- either in your own sandbox, or by becoming a project committer. |
| | 63 | 1. Check up one of the current [wiki:ProjectsUnderDev Projects Under Development] to see what is happening where with whom. |
| | 64 | 1. Offer code samples in the [wiki:UserRecipes User Recipes] for others to benefit. |
| | 65 | |
| | 66 | Or you can find out some more about the project: |
| | 67 | 1. Read about our [wiki:Licensing open source licensing]. |
| | 68 | 1. See our existing [/query?status=new&status=assigned&status=reopened&group=milestone&owner=%7E&order=priority tickets by milestone] and join our [http://openlayers.org/mailman/listinfo email lists]. |
| | 69 | 1. Add RelatedProjects. |
| | 70 | 1. See what's in store for !OpenLayers in the [wiki:Future future] |
| | 71 | 1. Find out (and perhaps improve upon) our [wiki:BrowserLimitations known limitations] (in terms of browser support). |
| | 72 | 1. Perhaps you'd like to learn about our [wiki:Infrastructure]? |
| | 73 | |
| | 74 | ---- |
| | 75 | |
| | 76 | This is a [http://projects.edgewall.com/trac/wiki/ Trac wiki] connected to !OpenLayers code repository, which is running in [http://subversion.tigris.org/ Subversion] (aka SVN) source control software. To edit the trac pages, you might want to learn [wiki:TracGuide trac syntax]. There is also a [wiki:TitleIndex list of pages] in this wiki. |