Using the openlayers.org domain

This commit is contained in:
Tim Schaub
2014-08-28 16:15:41 -06:00
parent 41ee554969
commit fc13499f31
4 changed files with 8 additions and 8 deletions

View File

@@ -13,4 +13,4 @@ To enable this, examples have the following, not needed in application code:
* html files load `example-behaviour.js` and some js files define the Map renderer option as `exampleNS.getRendererFromQueryString()`; application code would not need these
* in addition, examples use Twitter Bootstrap and jQuery; this is of course not a requirement - you may use whichever presentation/helper libraries you wish
See [Quick Start tutorial](http://ol3js.org/en/master/doc/quickstart.html) for a simple example of how application code would use the library.
See [Quick Start tutorial](http://openlayers.org/en/master/doc/quickstart.html) for a simple example of how application code would use the library.