Getting Started Common Acronyms FAQ Forum Help Forum Tips FTP Site Helpful GuidelinesInserting and Attaching images, videos, or files to postsProduct Community Directory SELECTsupport
Yes, it is GWP. Link is only for example, what I want.
I use geographic coordinates.
Thank You, I will try it.
2nd attempt:
I'll venture a guess that the product will be GWP.
If so:
* This may be possible through programming, with the Geo Web Publisher SDK.
** Similary, this may be possible via Open Layers. See the delivered Open Layers example source.
e.g.
// Center map to a specific coordinate
map.setCenter(new OpenLayers.LonLat(lon, lat), zoom);
Otherwise, all other output requires something similar to a BBOX (bounding box) parameter, (or, the unique answer to a specific search) in order to set the extent of the view displayed.
The BBOX parameter can be obtained, by viewing your map within the OGC WMS example. This outputs the WMS string, along with BBOX value (for the CS defined).
This can then be used on it's own, as a WMS request, or the BBOX parameter can be co-opted and used within the context of a Geo Web Publisher published site, via the 'Initial Parameters' functionality.
For details on Initial Parameters see: docs.bentley.com/.../GeoPublisher176.html
The link does not work.
Can you please explain :
1. What product you are talking about and the version.
2. What is the source of the coordinates ?
Thanks !
Jerry
Can I make a link to point in GIS with specific coordinates?
for example http://mysite.com/gisMap/?SHOW=Xcoordinate,Ycoordinate.
In Help I can't find this.