[Geoserver-devel] [jira] Created: (GEOS-99) how to set bbox in WMS request

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=GEOS-99

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GEOS-99
    Summary: how to set bbox in WMS request
       Type: Wish

     Status: Open
   Priority: Major

Original Estimate: Unknown
Time Spent: Unknown
  Remaining: Unknown

    Project: GeoServer
Components:
             WMS

   Assignee: Gabriel Roldán
   Reporter: mike chn

    Created: Sun, 22 Feb 2004 6:53 PM
    Updated: Sun, 22 Feb 2004 6:53 PM

Description:
I got this to test WMS:
"http://localhost:8080/geoserver/wms?request=GetMap&layers=bc_roads&bbox=489153,5433000,
529000,5460816&width=400&height=200&srs=EPSG:27354&styles=normal&Format=image/png".
But how can I set(calculate) my bbox coordinates if I want to
show the specific area (I know the LAT/LON of that area)?

Thanks

---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

I'm not sure I understand. You can put in a different bbox to show a
different area. If you're layer is stored in lat long coordinates then
you just enter those as the bbox. Unfortunately goeserver does not yet do
different projections. If you have a new layer set up then you can use
the WFS portion with a getFeature request to return all the features as
XML, and doing so will also give you a boundedBy at the top, so those
coordinates can be a good sample of the coordinates you should use for
your bbox WMS request.

Chris

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=GEOS-99

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GEOS-99
    Summary: how to set bbox in WMS request
       Type: Wish

     Status: Open
   Priority: Major

Original Estimate: Unknown
Time Spent: Unknown
  Remaining: Unknown

    Project: GeoServer
Components:
             WMS

   Assignee: Gabriel Roldán
   Reporter: mike chn

    Created: Sun, 22 Feb 2004 6:53 PM
    Updated: Sun, 22 Feb 2004 6:53 PM

Description:
I got this to test WMS:
"http://localhost:8080/geoserver/wms?request=GetMap&layers=bc_roads&bbox=489153,5433000,
529000,5460816&width=400&height=200&srs=EPSG:27354&styles=normal&Format=image/png".
But how can I set(calculate) my bbox coordinates if I want

--