source: josm/trunk/test/data/__files/osm_api/0.6/capabilities@ 17192

Last change on this file since 17192 was 17192, checked in by simon04, 4 years ago

see #15102 - see #16637 - get rid of real HTTP calls to https://api.openstreetmap.org in ApiUrlTestTaskTest, mock them

File size: 695 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<osm version="0.6" generator="OpenStreetMap server" copyright="OpenStreetMap and contributors" attribution="http://www.openstreetmap.org/copyright" license="http://opendatacommons.org/licenses/odbl/1-0/">
3 <api>
4 <version minimum="0.6" maximum="0.6"/>
5 <area maximum="0.25"/>
6 <note_area maximum="25"/>
7 <tracepoints per_page="5000"/>
8 <waynodes maximum="2000"/>
9 <changesets maximum_elements="10000"/>
10 <timeout seconds="300"/>
11 <status database="online" api="online" gpx="online"/>
12 </api>
13 <policy>
14 <imagery>
15 <blacklist regex=".*\.google(apis)?\..*/(vt|kh)[\?/].*([xyz]=.*){3}.*"/>
16 </imagery>
17 </policy>
18</osm>
Note: See TracBrowser for help on using the repository browser.