Skip to content

Commit 7d5b68f

Browse files
committed
Extended Readme with MIT License
1 parent cd97080 commit 7d5b68f

File tree

2 files changed

+48
-4
lines changed

2 files changed

+48
-4
lines changed

LICENSE

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013 Sourcepole AG
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

+28-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,32 @@
1-
## OpenLayers 3 Mobile Viewer
1+
## OL3 Mobile Viewer
22

3-
* jQuery Mobile
4-
* OpenLayers 3
3+
OL3 Mobile Viewer is a basic map viewer based on OpenLayers 3 and jQuery Mobile.
54

6-
### URL Parameters
5+
Features:
6+
7+
* Topic and layer selection
8+
* Search
9+
* Feature info requests
10+
* Map follows current location
11+
* Manual and compass controlled map orientation
12+
13+
## Customization
14+
15+
16+
## Runtime configuration
17+
18+
* topics.json
19+
* layers.json
20+
21+
### URL parameters
722

823
* tiledWms=<boolean>: force tiled/untiled WMS
24+
25+
## Contributions
26+
27+
Fork this repository and send us a pull request.
28+
29+
## License
30+
31+
OL3 Mobile viewer is released under the [MIT License](http://www.opensource.org/licenses/MIT).
32+

0 commit comments

Comments
 (0)