Hi all
I have rigged up a webGIS app (P.Mapper framework) where one of the
underlying datasets is a model grid (many thousand cells) in a shapefile.
The data displays nice and quick when just viewing, but if I allow the user
to select say 5000 cells it is very (extremely) slow to redraw with the
For reference sake:
The issue is also present when using Bing maps as overlay.
I also recompiled mapserver against agg 2.5 and gd-2.0.36RC1, but no change
unfortunately.
As stated in my previous mail, I may have to look for alternatives as the
tilecache will probably not be an option for us.
Hello all,
I'm having difficulties changing mapfile trough url with mapserver 5.6.5.
This is my layer:
LAYER
NAME test
STATUS DEFAULT
LABELCACHE OFF
TRANSFORM FALSE
TYPE ANNOTATION
FEATURE
How is the selection done? How is the highlighting done? Those processes will
really impact performance depending on how things are implemented.
Steve
From: mapserver-users-boun...@lists.osgeo.org
[mapserver-users-boun...@lists.osgeo.org] On Behalf Of
Tilecache probably is not what you want if you have very dynamic tiles.
Or at least a tile cache that is persistent.
Your problem is with tile edge artifacts. It might be possible to draw
on a slightly larger image than the tile, then cut the tile out of it to
avoid some of those, but there
What's the chance of getting a simple test case to demonstrate the problem?
Steve
From: mapserver-users-boun...@lists.osgeo.org
[mapserver-users-boun...@lists.osgeo.org] On Behalf Of Stephen Woodbridge
[wood...@swoodbridge.com]
Sent: Tuesday, August
Hi Wim,
If your data is that dynamic then there is not much advantage in using
tilecache. Perhaps there is not much advantage in making tiled requests either.
Applications asking for 256x256 pixel sized tiles from on-demand bases are
generating rather a lot of load for Mapserver. There is an
Steve
The selection of layer data is done by a bounding box, though querying by
parameter values is just as slow. The mapfile is directly calling up the
shapefile (I had just followed the P.Mapper examples of displaying/querying
shapefiles directly). So probably the answers to those questions
My understanding of spatial reference systems(SRS) is that the units of the
utilized by the SRS are inherently part of the definition. When data is
projected to a particular SRS, the units are set by that SRS.
It sounds like you are looking for some sort of cylindrical based SRS
Maybe Miller
I have a solution to this, a client had exactly the same problem.
Wanting to use tile mode, but not wanting caching, and wanting
meta-tile flavored rendering results. Here is the ticket:
http://trac.osgeo.org/mapserver/ticket/3323
Note that basically you render and throw away a whole metatile
Sorry if this has been asked. I do not recognize the user group system
used here and cannot figure out how to search.
I am looking for a way to create JPG or PNG files using variable data
that will be used in printing out postcards. Check out
(http://www.variablemaps.com/) for an example.
Thanks for the suggestions. I am able to reproject my maps with mapserver. I
found out what projection my maps started in by reprojecting in QGIS, it filled
in the starting projection. Either it calculated what that projection was, or
it was the default. Then, wherever my site modified
Yep, it can be done. I'm afraid a how to on your specific problem is
well beyond the scope of an e-mail list response, but if you take the
time to learn MapServer you'll find you can generate the images you
want to embed in your mailings. Based on your website it seems like
doing so would be core
Sorry the link is from a 3rd party provider, not us. I want to make something
internal that does the same thing. Doing a Google search, I find tons on
companies doing this but nothing on how to do it internally. The routing ptp
would be part of the final product. I will check on geocoder.us
Jeff,
Here is a high level overview of what you need to do:
You will likely need tools for:
1. geocoding
2. routing
3. mapping
And you will need data to power each of these for the quality and
coverage area that your are interested.
Then you will need to glue these together into an
Hi,
At first I did try with single full page requests to mapserver. However we
do intend to have a fullscreen map available for our customers. Which means
it will at least render 1024*768 png's. That would indicate that
panning/scrolling behaviour will not be fluent, as you have indicated.
We're
If I want to generate RGBA transparent images using AGG, what should my
OUTPUTFORMAT block look like?
I was using this one for 8-bit images, but the anti aliasing was
creating blackish artifacts along the rendered lines. Is there a way to
avoid them?
OUTPUTFORMAT
NAME agg_qn
Hi,
I am trying to connect to a remote wms server from QGIS using https with
basic authentication. QGIS version is 1.5.0-4.3 for x86_64 on opensuse 11.3
(rpm from Application:Geo repo).
I have not been successful using the Layer Add WMS Layer tool in QGIS.
Ticket #2892 appears to refer to this
Regarding my previous query regarding tools to work with shapefiles in PHP, ive
written a progress report, that might be useful to other passing PHP GIS
newcomers.
http://www.webspaces.net.nz/page.php?view=working_with_shapefiles
Thanks to everyone for all the great help, you all have been
in your opinion. I try to divide up the NW table into server parts. Every
layer uses one of the parts to publish the map. If the range of f_elev and
t_elev is from 0 to 1. the order as follows:
f_elevt_elev
layer1 0 0
layer2 0 1
Hello all,
I have problem to display Legend into the Chameleon Framework? anyone can help?
when i put legendtemplate in the web template, then trouble appearance (i sent
the picture too: my_strangelegend.jpg). here the coding
initialize Legend in the Map
(Ina.map)
:
:
CONNECTIONTYPE POSTGIS
21 matches
Mail list logo