-
Notifications
You must be signed in to change notification settings - Fork 9
/
mapbook.xml
565 lines (476 loc) · 22.6 KB
/
mapbook.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<?xml version="1.0"?>
<mapbook version="2.8.0">
<configuration>
<param name="links_bar_html"><![CDATA[
<b>Our Stack:</b>
<a target="_blank" href="http://www.geomoose.org">GeoMOOSE.org</a> |
<a target="_blank" href="http://www.mapserver.org">MapServer</a> |
<a target="_blank" href="http://www.openlayers.org">OpenLayers</a> |
<a target="_blank" href="http://www.dojotoolkit.org">Dojo</a>
]]></param>
<param name="projection">EPSG:3857</param>
<param name="zoomto"><![CDATA[
{
"Jump To:" : {
"World" : [-20614760.777156,1751325.1919492,-1927436.1053437,7915207.1517617],
"Parcel Data" : [-10384069.859924,5538318.529767,-10356632.423788,5563580.927174],
"Full State of MN" : [-10742765,5398288,-9920914,6310641]
}
}
]]></param>
<param name="max_extent">-20037508.342789,-20037508.342789,20037508.342789,20037508.342789</param>
<param name="initial_extent">-10384069.859924,5538318.529767,-10356632.423788,5563580.927174</param>
<param name="measure_tool.show_area_segments">false</param>
<param name="layer_controls.legend.on">false</param>
<param name="layer_controls.metadata.on">false</param>
<param name="layer_controls.legend.on">true</param>
<param name="ground_units">m</param>
<param name="maxResolution">156543.03390625</param>
<param name="numZoomLevels">20</param>
<param name="coordinate_display.usng">true</param>
<param name="jumpto_scales"><![CDATA[
{
"1:100000" : 100000,
"1:50000" : 50000,
"1:24000" : 24000,
"1:10000" : 10000,
"1:5000" : 5000
}
]]></param>
<param name="services.tools.select_feature.status">true</param>
</configuration>
<!--
The mapping services define the source of the mapping data.
-->
<map-source name="sketch" type="vector" active="true" status="on" activate="true" up="true" down="true" fade="false" unfade="false" metadata="false" legend="false" draw-point="true" draw-line="true" draw-polygon="true" edit-attributes="true" edit-shape="true" remove-feature="true" remove-all-features="true" buffer="true" title="Drawing and Markup">
<style type="stylemap"><![CDATA[
{
"label" : "${title}",
"strokeColor" : "${line_color}",
"fillColor" : "${fill_color}"
}
]]></style>
<attribute name="title" type="user" default-value="" label="Feature Label:"/>
<attribute name="line_color" type="color" default-value="#ff0000" label="Stroke Color:"/>
<attribute name="fill_color" type="color" default-value="#ff0000" label="Fill Color:"/>
<attribute name="test_ajax_select" type="ajax_select" default_value="0" label="Ajax Select:">
<url>php/optionsList.php</url>
</attribute>
<!--
<attribute name="opacity" type="select" default-value="100" label="Opacity (%):"/>
<attribute name="line_opacity" type="select" default-value="100" label="Stroke Opacity (%):"/>
<attribute name="test_select" type="select" label="Test Select">
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
</attribute>
-->
<attribute name="label_only" type="checkbox" default-value="false" label="Only show label in print?"/>
</map-source>
<map-source name="vector_highlight" type="geojson" status="off">
<style type="stylemap"><![CDATA[
{
"strokeColor" : "#ffff00",
"strokeOpacity" : 1.0,
"fillColor" : "#ffff00",
"fillOpacity" : 0.25
}
]]></style>
<url></url>
</map-source>
<map-source name="census_cities" type="wfs" active="true" srs="EPSG:4269">
<style type="stylemap"><![CDATA[
{
"strokeColor" : "#00ff00",
"label" : "${namelsad10}"
}
]]></style>
<url>/cgi-bin/tinyows</url>
<attribute name="geoid10" type="user" label="ID:" default-value="27999"/>
<attribute name="namelsad10" type="user" label="Name:"/>
<feature-namespace>http://localhost/geomoose/census_places</feature-namespace>
<feature-type>census_places</feature-type>
<geometry-name>wkb_geometry</geometry-name>
<schema><![CDATA[http://localhost/mapserver/cgi-bin/tinyows?service=WFS&version=1.1.0&request=DescribeFeatureType&typename=census:census_places]]></schema>
<popup-template><![CDATA[
<div style="font-size: 1.5em">${namelsad}</div>
Area of Land: ${aland}<br>
Area of Water: ${awater}<br>
<br>
<a href="https://www.census.gov/2010census/popmap/ipmtext.php?fl=${statefp}:${geoid}" target="_blank">Census Info Page</a>
]]></popup-template>
</map-source>
<map-source name="minnesota_places" type="wfs" active="true" srs="EPSG:4326">
<style type="stylemap"><![CDATA[
{
"strokeColor" : "#00ff00",
"label" : "${name}"
}
]]></style>
<url>/cgi-bin/tinyows</url>
<attribute name="geoid" type="user" label="ID:" default-value="27999"/>
<attribute name="name" type="user" label="Name:"/>
<attribute name="lsad" type="ajax_select" label="Place Type:">
<url>php/getFeatureTypes.php</url>
</attribute>
<feature-namespace>http://geomoose.org/</feature-namespace>
<feature-type>minnesota_places</feature-type>
<geometry-name>geom</geometry-name>
<schema><![CDATA[http://localhost/mapserver/cgi-bin/tinyows?service=WFS&version=1.1.0&request=DescribeFeatureType&typename=census:census_places]]></schema>
<filter type="cql"><![CDATA[geoid = 2746924]]></filter>
</map-source>
<map-source name="highlight" type="mapserver">
<file/>
<layer name="highlight" status="off"/>
<param name="TRANSPARENT" value="TRUE"/>
</map-source>
<map-source name="scalebar_miles" type="mapserver" title="Scalebar Miles">
<file>./demo/scalebars/scalebar_miles.map</file>
<layer name="scalebar"/>
<param name="FORMAT" value="image/png"/>
</map-source>
<map-source name="scalebar_feet" type="mapserver" title="Scalebar Feet">
<file>./demo/scalebars/scalebar_feet.map</file>
<layer name="scalebar"/>
<param name="FORMAT" value="image/png"/>
</map-source>
<map-source name="scalebar_kilometers" type="mapserver" title="Scalebar Kilometers">
<file>./demo/scalebars/scalebar_kilometers.map</file>
<layer name="scalebar"/>
<param name="FORMAT" value="image/png"/>
</map-source>
<map-source name="pipelines" type="mapserver" title="Pipelines">
<file>./demo/pipelines/pipelines.map</file>
<layer name="pipelines" status="off"/>
<param name="FORMAT" value="image/png"/>
</map-source>
<!-- Demo of parcels as points. -->
<map-source name="parcel_points" type="mapserver" up="true" down="true" title="Parcel Points">
<file>./demo/parcels/parcels.map</file>
<layer name="parcel_points"/>
<param name="FORMAT" value="image/png"/>
</map-source>
<map-source name="parcels" type="mapserver" up="true" down="true" title="Parcels">
<file>./demo/parcels/parcels.map</file>
<layer name="parcels" status="on"/>
<param name="FORMAT" value="image/png"/>
<!-- this is used only for testing the group-functionality -->
<!--
<layer name="parcels_group"/>
<layer name="all"/>
-->
</map-source>
<!--
* This map-source is used solely for testing geomose
* with international characters.
-->
<map-source name="international" type="mapserver">
<file>./demo/i18n/utf8_polys.map</file>
<layer name="testing"/>
</map-source>
<map-source name="borders" type="mapserver" reference="true" up="true" down="true" title="City and County Borders" fido-search="true">
<file>./demo/statedata/basemap.map</file>
<!-- <layer name="city_labels" status="on"/>
<layer name="county_labels" status="on"/> -->
<layer name="city_poly" status="on"/>
<layer name="county_borders" status="on"/>
</map-source>
<map-source name="iastate" type="wms">
<url>https://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi?</url>
<layer name="nexrad-n0r"/>
<param name="FORMAT" value="image/png"/>
<param name="TRANSPARENT" value="TRUE"/>
</map-source>
<map-source name="ags" type="ags">
<url>https://services.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/export</url>
<layer name="NatGeo_World_Map"/>
<param name="FORMAT" value="png"/>
</map-source>
<map-source name="openstreetmap" type="xyz">
<layer name="osm_mapnik" />
<url>https://a.tile.openstreetmap.org/${z}/${x}/${y}.png</url>
<url>https://b.tile.openstreetmap.org/${z}/${x}/${y}.png</url>
<url>https://c.tile.openstreetmap.org/${z}/${x}/${y}.png</url>
<param name="attribution" value="Data and tiles by OpenStreetMap contributors"/>
</map-source>
<map-source name="wmflabs" type="xyz">
<layer name="osm_black_n_white" />
<!-- Note: Layer not available over https as of 2017-05-25 -->
<url>http://a.tiles.wmflabs.org/bw-mapnik/${z}/${x}/${y}.png</url>
<url>http://b.tiles.wmflabs.org/bw-mapnik/${z}/${x}/${y}.png</url>
<url>http://c.tiles.wmflabs.org/bw-mapnik/${z}/${x}/${y}.png</url>
<param name="attribution" value="Data by OpenStreetMap contributors, Tiles by Wikimedia Foundation Labs"/>
</map-source>
<!-- <map-source name="thunderforest" type="xyz">
<layer name="osm_cycle_map" />
<url>http://a.tile.thunderforest.com/cycle/${z}/${x}/${y}.png</url>
<url>http://b.tile.thunderforest.com/cycle/${z}/${x}/${y}.png</url>
<url>http://c.tile.thunderforest.com/cycle/${z}/${x}/${y}.png</url>
<param name="attribution" value="Data by OpenStreetMap contributors, Tiles by Thunderforest"/>
</map-source> -->
<map-source name="usgs" type="mapserver">
<file>./demo/wms/usgs.map</file>
<layer name="DOQ"/>
<layer name="DRG"/>
</map-source>
<map-source name="lmic" type="mapserver">
<file>./demo/wms/lmic.map</file>
<layer name="met10"/>
</map-source>
<map-source name="google_physical" type="google" google-type="physical">
<layer name="all"/>
</map-source>
<map-source name="google_streets" type="google" google-type="streets">
<layer name="all"/>
</map-source>
<map-source name="google_hybrid" type="google" google-type="hybrid">
<layer name="all"/>
</map-source>
<map-source name="google_satellite" type="google" google-type="satellite">
<layer name="all"/>
</map-source>
<map-source name="blank" type="wms" tiled="false" display-in-catalog="false">
<url>./images/blank.gif</url>
<layer name="blank" status="on"/>
</map-source>
<service name="print" title="Print Map" keep-others="true">
<step type="input">
<url>php/print.php</url>
<input type="print_info" name="layers"/>
<input type="extent" name="extent"/>
<input type="user" name="title" title="Map Title">Map</input>
<input type="hidden" name="date" title="Map Date">true</input>
<input type="hidden" name="legends">true</input>
<input type="select" name="template" title="Output Template: ">
<option value="letter_landscape">Letter - Landscape</option>
<option value="letter_portrait">Letter - Portrait</option>
<option value="poster_landscape">11" x 17" - Landscape</option>
<option value="poster_portrait">11" x 17" - Portrait</option>
</input>
<input type="select" name="quality" title="Image Quality: ">
<option value="2">Higher</option>
<option value="3">Highest</option>
<option value="1">Standard</option>
</input>
<input type="select" name="scale" title="Print Scale: ">
<option value="map">Current Map Scale</option>
<option value="1000">1:1000</option>
<option value="5000">1:5000</option>
<option value="10000">1:10000</option>
</input>
</step>
</service>
<service name="identify" title="Identify" display="true" display-submit="false" clear-highlight="true">
<url>php/identify.php</url>
<step type="spatial" name="shape" line="false" polygon="false" jump-start="true" default="point" box="true" pan="false">
<header>
Click on the map to see more detailed information.
</header>
<!--
Uncomment this line to test "hidden" layers working with identify. This will
leave the layers listed here always identified despite their visibility.
<input type="hidden" name="hidden_layers" value="parcels/parcels"/>
-->
<input type="visiblelayers" name="layers"/>
<input type="projection" name="projection"/>
</step>
</service>
<service name="birdseye" target="_blank" title="Birds Eye View">
<url>php/birdseye.php</url>
<step type="spatial" name="xy" line="false" polygon="false" jump-start="true" default="point" format="delim" reproject="EPSG:4326">
<header>
Click on the map to view the area using Microsoft Bing! Maps.
</header>
</step>
</service>
<service name="streetview" target="_blank" title="Street View">
<url>php/streetview.php</url>
<step type="spatial" name="xy" line="false" polygon="false" jump-start="true" default="point" format="delim" reproject="EPSG:4326">
<header>
Click on the map to view the point in Google Street View.
</header>
</step>
</service>
<service name="feature_report" display="false" keep-others="true">
<url>php/feature_report.php</url>
<input type="hidden" name="layers" value="lmic/fsa"/>
<input type="hidden" name="src"/>
<input type="hidden" name="PIN"/>
</service>
<!-- this is called after a standard select in order to buffer the previous selection -->
<service name="buffered_select_followup" title="Buffered Select" clear-highlight="true">
<url>php/query.php</url>
<step type="input">
<input type="hidden" name="shape0"/>
<input type="hidden" name="shape0_layer"/>
<input type="hidden" name="layer0"/>
<input type="hidden" name="shape0_buffer"/>
<input type="hidden" name="projection" value="EPSG:4326"/>
<input type="hidden" name="mode" value="search"/>
<input type="hidden" name="cache" value="true"/>
<input type="hidden" name="header0" value="select_header"/>
<input type="hidden" name="footer0" value="select_footer"/>
<input type="hidden" name="template0" value="select_record"/>
<input type="length" name="shape0_layer_buffer" title="Buffer Features By: "/>
</step>
</service>
<service name="buffered_select" title="Select Features" clear-highlight="true">
<url>php/query.php</url>
<!-- Send a selection shape + the visible layers list to the service -->
<step type="spatial" show-tools="true" name="shape0" line="true" polygon="true" point="true" default="polygon" edit-polygon="true" pan="true">
<header><![CDATA[Create a selection area by clicking on the map.]]></header>
<!--
<input type="visiblelayers" name="layers"/>
-->
<input type="hidden" name="mode" value="search"/>
<!-- caching must be turned on to allow for mailing labels to work -->
<input type="hidden" name="cache" value="true"/>
<input type="hidden" name="header0" value="select_header"/>
<input type="hidden" name="footer0" value="select_footer"/>
<input type="hidden" name="template0" value="select_record"/>
<!--
Option values should be the mapbook path to the layer.
This only supports 'mapserver'-type layers.
-->
<input type="select" name="layer0" title="Select features from:">
<option value="parcels/parcels">Parcels</option>
<option value="pipelines/pipelines">Pipelines</option>
<option value="parcel_points/parcel_points">Parcel Points</option>
</input>
<input type="length" name="shape0_buffer" title="Buffer Selection Shape by">0</input>
<input type="select" name="shape0_layer" title="Using Features In">
<option value="">No Layer</option>
<option value="parcels/parcels">Parcels</option>
</input>
<input type="length" name="shape0_layer_buffer" title="Buffer Features by">0</input>
<input type="projection" name="projection"/>
<footnote><![CDATA[
]]></footnote>
</step>
</service>
<service name="popups" display="false">
<url>php/popups.php</url>
<step type="spatial" name="shape" line="false" polygon="false" jump-start="true" default="point">
<header><![CDATA[
Click on the map to show a popup about the features.
]]></header>
<input type="hidden" name="layer"/>
</step>
</service>
<!--
- To use the Google Geocoder you will need to define a
- Google API key in local_settings.ini
-->
<service name="geocode_address" title="Geocode Address">
<url>php/google_geocoder.php</url>
<step type="input">
<input type="user" name="address" title="Enter Address: "/>
</step>
</service>
<service name="search_parcels" title="Search" clear-highlight="true">
<url>php/query.php</url>
<step type="input">
<help-text><![CDATA[
The options below can be used to find parcels with different attributes. Enjoy!
]]></help-text>
<input type="hidden" name="highlight" value="true"/>
<input type="hidden" name="mode" value="search"/>
<input type="hidden" name="layer0" value="parcels/parcels"/>
<input type="hidden" name="template0" value="itemquery"/>
<input type="select" name="fieldname0" title="Search By:">
<option value="OWNER_NAME">Owner</option>
<option value="PIN">Parcel ID</option>
</input>
<input type="select" name="comparitor0" title="That: ">
<option value="like-icase">Contains</option>
<option value="right-like-icase">Begins With</option>
<option value="eq-str">Matches Exactly</option>
<option value="in">In List</option>
</input>
<input type="user" name="value0" title=""/>
<input type="hidden" name="fieldname1" value="FIN_SQ_FT"/>
<input type="select" name="operator1">
<option value="or">OR</option>
<option value="and">AND</option>
</input>
<input type="select" name="comparitor1" title="Having Fin. Sq. Ft. ">
<option value="gt">Greater Than</option>
<option value="eq">Equal To</option>
<option value="lt">Less Than</option>
</input>
<input type="user" name="value1" title=""/>
</step>
</service>
<!--
The catalog defines how the layers will be displayed in the catalog tab.
-->
<catalog>
<!-- Layer for testing international character support.
<layer title="Test International Characters" src="international/testing"/>
-->
<layer title="Drawing and Markup" activate="true" src="sketch" fade="false" unfade="false" metadata="false" legend="false" draw-point="true" draw-line="true" draw-polygon="true" edit-attributes="true" edit-shape="true" remove-feature="true" remove-all-features="true" buffer="true"></layer>
<layer title="Minnesota Places" activate="true" src="minnesota_places" fade="false" unfade="false" metadata="false" legend="false" draw-point="false" draw-line="false" draw-polygon="true" edit-attributes="true" edit-shape="true" remove-feature="true" remove-all-features="true" buffer="true"></layer>
<!--
<layer title="Census Cities" activate="true" src="census_cities" fade="false" unfade="false" metadata="false" legend="false" draw-point="false" draw-line="false" draw-polygon="true" edit-attributes="true" edit-shape="true" remove-feature="true" remove-all-features="true" buffer="true"></layer>
-->
<group title="Overlays">
<layer src="pipelines/pipelines"></layer>
<group title="County Layers" expand="false">
<layer src="parcels/parcels" metadata="true" legend="true" tip="this a parcel layer, y'all" popups="true">
<metadata>http://www.geomoose.org/docs/</metadata>
<!--
<legend>images/logo_mini.gif</legend>
-->
</layer>
<layer title="Parcel Points" src="parcel_points/parcel_points" popups="true" minscale="6000" maxscale="20000" status="on">
</layer>
<layer title="City and County Boundaries" src="borders/city_labels:borders/county_labels:borders/county_borders:borders/city_poly"/>
</group>
<layer title="Weather Radar" src="iastate/nexrad-n0r" />
</group>
<group title="Scalebars" expand="false">
<layer src="scalebar_miles/scalebar" legend="false" show-legend="false" fade="false" unfade="false"/>
<layer src="scalebar_feet/scalebar" legend="false" show-legend="false" fade="false" unfade="false"/>
<layer src="scalebar_kilometers/scalebar" legend="false" show-legend="false" fade="false" unfade="false"/>
</group>
<group title="Backgrounds" expand="true" multiple="false">
<layer title="Reprojected Regional Aerial" src="lmic/met10" show-legend="false" legend="false" fade="false" unfade="false"/>
<layer title="Google Streets" src="google_streets/all" legend="false" fade="false" unfade="false"/>
<layer title="Google Physical" src="google_physical/all" legend="false" fade="false" unfade="false"/>
<layer title="Google Hybrid" src="google_hybrid/all" legend="false" fade="false" unfade="false"/>
<layer title="Google Satellite" src="google_satellite/all" legend="false" fade="false" unfade="false"/>
<layer title="OpenStreetMap - Mapnik" src="openstreetmap/osm_mapnik" legend="false" fade="false" unfade="false"/>
<layer title="OpenStreetMap - Black and White" src="wmflabs/osm_black_n_white" legend="false" fade="false" unfade="false"/>
<!-- <layer title="OpenStreetMap - Cycle Map" src="thunderforest/osm_cycle_map" legend="false" fade="false" unfade="false"/> -->
<layer title="USGS DOQs" src="usgs/DOQ" show-legend="false" legend="false" fade="false" unfade="false"/>
<layer title="USGS Topo Quads" src="usgs/DRG" show-legend="false" legend="false" fade="false" unfade="false"/>
<layer title="ArcGIS 9.3 Rest Example" src="ags/NatGeo_World_Map" show-legend="false" legend="false" fade="false" unfade="false"/>
<layer title="None" src="blank/blank" show-legend="false" legend="false" fade="false" unfade="false"/>
</group>
</catalog>
<!--
The toolbar defines which services are referneces in the toolbar
-->
<toolbar>
<tool name="previous" title="Previous Extent" type="internal" action="previous" selectable="false"/>
<tool name="next" title="Next Extent" type="internal" action="next" selectable="false"/>
<tool name="fullextent" title="Zoom to Full Extent" type="internal" action="fullextent" selectable="false"/>
<tool name="pan" title="Pan" type="internal" action="pan" selected="true"/>
<tool name="zoomin" title="Zoom In" type="internal" action="zoomin"/>
<tool name="zoomout" title="Zoom Out" type="internal" action="zoomout"/>
<tool name="measure" title="Measure" type="internal" action="measure"/>
<tool name="measurearea" title="Measure Area" type="internal" action="measurearea"/>
<tool name="print" title="Print" type="service" service="print" selectable="false" icon-class="sprite-control sprite-control-printer"/>
<tool name="identify" title="Identify" type="service" service="identify"/>
<!-- <tool name="select" title="Select" type="service" service="select"/> -->
<tool name="birdseye" title="Bird's Eye View" type="service" selectable="true" service="birdseye"/>
<tool name="streetview" title="Google Street View" type="service" service="streetview" selectable="true"/>
<!--
- The Geocoder will not work until google_api_key has been defined
- in local_settings.ini.
-->
<tool name="geocode" title="Geocode Address" type="service" service="geocode_address" selectable="true"/>
<tool name="buffered_select" title="Select Features" type="service" service="buffered_select" show-label="true"/>
<tool name="search_parcels" title="Search Parcels" type="service" service="search_parcels" selectable="false" show-label="true"/>
</toolbar>
</mapbook>