Skip to content

Commit e892a4e

Browse files
committed
Merge branch 'master' of github.com:tmcgee/cmv-widgets
2 parents 85e58a3 + 4e6296b commit e892a4e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Used in conjunction with the [Attributes Tables](https://github.com/tmcgee/cmv-w
4545

4646
---
4747
### Zoom to Feature
48-
A simple widget to provide a dropdown list of features to zoom the ma to. Similar to bookmarks but driven by actual data in a Map Service.
48+
A simple widget to provide a drop-down list of features to zoom to on the map. Similar to bookmarks but driven by actual data in a Map Service.
4949
#####[Documentation](https://github.com/tmcgee/cmv-widgets/tree/master/widgets/ZoomToFeature/README.md)
5050
#####[Demo](http://tmcgee.github.io/cmv-widgets/demo.html?config=zoomToFeature)
5151
![Screenshot](https://tmcgee.github.io/cmv-widgets/images/zoomToFeature1.jpg)

index.html

+9-3
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,15 @@ <h2 id="search">Search</h2>
136136
<div class="row">
137137
<div class="col-md-8 col-md-offset-2">
138138
<h2 id="zoom-to-feature">Zoom to Feature</h2>
139-
<p>Coming Soon</p>
140-
<br/><br/>
141-
<br/><br/>
139+
<p>A simple widget to provide a drop-down list of features to zoom to on the map. Similar to bookmarks but driven by actual data in a Map Service.</p>
140+
<p>
141+
<a href="demo.html?config=zoomToFeature" target="cmv-demo-zoom-to-feature" class="btn btn-primary btn-lg">Demo</a>
142+
</p>
143+
<p>
144+
<a href="demo.html?config=zoomToFeature" target="cmv-demo-zoom-to-feature">
145+
<div class="example"><img src="./images/zoomToFeature1.jpg" alt="Screenshot"></div>
146+
</a>
147+
</p>
142148
</div>
143149
</div>
144150
</div>

0 commit comments

Comments
 (0)