We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This extent
<map-extent units="WGS84" label="Spearfish roads" checked="checked"> <map-input name="z" type="zoom" min="0" max="21"></map-input> <map-input name="xmin" type="location" rel="map" position="top-left" axis="longitude" units="gcrs" min="-103.8777946831626" max="-103.62268570651196"></map-input> <map-input name="ymin" type="location" rel="map" position="bottom-left" axis="latitude" units="gcrs" min="44.3728896172632" max="44.502173963810456"></map-input> <map-input name="xmax" type="location" rel="map" position="top-right" axis="longitude" units="gcrs" min="-103.8777946831626" max="-103.62268570651196"></map-input> <map-input name="ymax" type="location" rel="map" position="top-left" axis="latitude" units="gcrs" min="44.3728896172632" max="44.502173963810456"></map-input> <map-input name="w" type="width" min="1" max="10000"></map-input> <map-input name="h" type="height" min="1" max="10000"></map-input> <map-link tref="http://localhost:8080/geoserver/sf/wms?request=GetMap&crs=MapML:WGS84&service=WMS&bbox={xmin},{ymin},{xmax},{ymax}&layers=roads&format=image/png&width={w}&styles=&language=en&version=1.3.0&transparent=true&height={h}" rel="image"></map-link> <map-input name="i" type="location" axis="i" units="map"></map-input> <map-input name="j" type="location" axis="j" units="map"></map-input> <map-link tref="http://localhost:8080/geoserver/sf/wms?request=GetFeatureInfo&query_layers=roads&crs=MapML:WGS84&bbox={xmin},{ymin},{xmax},{ymax}&language=en&cql_filter=&version=1.3.0&transparent=true&service=WMS&layers=roads&width={w}&x={i}&feature_count=50&y={j}&styles=&info_format=text/mapml&height={h}" rel="query"></map-link> </map-extent>
is represented correctly in debug mode:
but when you zoom to the layer, or extent, it goes to too large an extent, not centered on the red rectangle:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This extent
is represented correctly in debug mode:
but when you zoom to the layer, or extent, it goes to too large an extent, not centered on the red rectangle:
The text was updated successfully, but these errors were encountered: