RE: [mapguide-users] RE: MapGuide Automated Tiling Engine 1.2

2007-09-29 Thread Kori Maleski
The projection isn't supported.  I will post a fix this week and let you
know when it is up.  


Cheers,

Kori Maleski

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Krunoslav
Sent: September 29, 2007 3:12 PM
To: mapguide-users@lists.osgeo.org
Subject: [mapguide-users] RE: MapGuide Automated Tiling Engine 1.2




Kori Maleski-3 wrote:
> 
> I have posted a new release.  Please download and install.
> 
> I have bumped up the request delay to prevent the service from going
> unresponsive.
> 
> The error that Maciek is encountering should now be written to the log
> file.
> 
> 

Hi Kori. Unfortunately, I still have some problems with automated tile
engine: 

1. When I use Arbitrary X-Y coordinate system:

Title: Error
Message: LOCAL_CS["*XY-MT*",LOCAL_DATUM["*X-Y*",1],UNIT["Meter",
1],AXIS["X",EAST],AXIS["Y",NORTH]] coordinate system is not supported.
StackTrace:at
SharpMap.Converters.WellKnownText.CoordinateSystemWktReader.ReadCoordinateSy
stem(String
coordinateSystem, WktStreamTokenizer tokenizer)
   at
SharpMap.Converters.WellKnownText.CoordinateSystemWktReader.Parse(String
wkt)
   at
SharpMap.CoordinateSystems.CoordinateSystemFactory.CreateFromWkt(String WKT)
   at FacilitiesMap.FacilitiesMap.Utilities.Tiling.GetUnits()
Date/Time: 29.9.2007 23:58:24

Title: Error
Message: Object reference not set to an instance of an object.
StackTrace:at
FacilitiesMap.FacilitiesMap.Utilities.Tiling.GetTileCount()
Date/Time: 29.9.2007 23:58:24

2. When I use local projection (Gauss Krueger)

Title: Error
Message: Arithmetic operation resulted in an overflow.
StackTrace:at
FacilitiesMap.FacilitiesMap.Utilities.Tiling.GetTileCount()
Date/Time: 30.9.2007 0:06:55

Title: Error
Message: Arithmetic operation resulted in an overflow.
StackTrace:at
FacilitiesMap.FacilitiesMap.Utilities.Tiling.GetTileCount()
Date/Time: 30.9.2007 0:06:56



Just to mention, map does work "manually". Tiles are being made when
browsing the map. It just doesn't work with automated tiling engine.

-- 
View this message in context:
http://www.nabble.com/MapGuide-Automated-Tiling-Engine-1.2-tf4517799s16610.h
tml#a12960488
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] RE: MapGuide Automated Tiling Engine

2007-05-30 Thread Kori Maleski
Hi Maciek,

The reasoning behind the sx, sy, ex, ey is for cases where you wish to tile
only a certain section of a map at a specific threshold.

In the case where:

You have a map of large areal extents, such as a country or state level.
The map has large areas of water or other areas of non-vital importance.

Due to the amount of tiles that may be pre-generated for these non-vital
areas at large scale zoom thresholds, and the hard drive space and
processing time required, you may wish not to generate the tiles.

By using the sx/ex - Starting Tile Column/Ending Tile Column and sy/ey -
Starting Tile Row/Ending Tile Row - you may specify the row/column bounds of
the tile generation.

When you are generating the tiles with the engine, it will specify the
number of tiles for each row column.  Use this number and the map extents
specified in the Map Definition in Studio to determine a rough idea of where
to start or end your tiling.  The starting row/column is the upper left
corner of the map.

i.e.

 x1 x2 x3 x4...
y1
y2
y3
y4
.
.
.

Each of these parameters are optional and will default to the original
starting and ending row columns if not specified.


It is possible - since the row/columns have no reference to a projection or
coordinate system, that the engine be modified to accept real world
coordinates in order to specify a bounding box more readily.  Maybe in a
future release depending on feedback.


Cheers,










Kori Maleski
Senior Application Developer
WEBSOFT DEVELOPERS, INC.
P: (530) 759-8754 ext 114
F: (530) 759-0923
[EMAIL PROTECTED]


 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of MaciekS
Sent: Wednesday, May 30, 2007 7:21 AM
To: mapguide-users@lists.osgeo.org
Subject: [mapguide-users] RE: MapGuide Automated Tiling Engine


Dear Kori.

Yesterday, after you gave me a tip how to use T.E., i generated lot of
tiles. It works fine!
Now I'm wondering how to use parameters sx, sy, ex, ey to reduce generating
of empty tiles.
What are criteria of using these parameters?

Regards, Maciek


Kori Maleski-3 wrote:
> 
> Hi Maciek,
> 
> This looks like an issue with the DLLs.
> 
> Can you please detail where your installation of MapGuide is ( C, D or
> other
> drive), and if you are running the TilingEngine from its default
> installation folder?
> 
>  
> 
> Please try the following:
> 
>  
> 
> Backup the Tiling Engine folder.
> 
> Copy the contents of your C:\Program
> Files\MapGuideOpenSource\WebServerExtensions\www\mapviewernet\bin folder
> to
> the Tiling Engine folder.
> 
> Copy the file C:\Program Files\MapGuideOpenSource\WebServerExtensions\www\
> webconfig.ini to the folder.
> 
> 
> 
> Then try running the exe from the command line again.
> 
>  
> 
>  
> 
> Let me know whether the issue persists.
> 
>  
> 
> Cheers,
> 
> 
> 
> 
> 
> 
> Kori Maleski
> Senior Application Developer
> WEBSOFT DEVELOPERS, INC.
> P: (530) 759-8754 ext 114
> F: (530) 759-0923
> [EMAIL PROTECTED]
> 
> 
>  
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of MaciekS
> Sent: Monday, May 28, 2007 4:01 PM
> To: mapguide-users@lists.osgeo.org
> Subject: Re: [mapguide-users] MapGuide Automated Tiling Engine
> 
> 
> Hi everyone!
> 
> I tried to use tiling engine - fmtilingengine
> 
> Unfortunatelly with no results. May you help me, what did I wrong?
> 
> I called program: fmtilingengine -u Administrator -p *** -m 1014Tile
> 
> My Error log:
> 
> Title: Error
> Message: Failed to retrieve message for "MgFileNotFoundException".
> StackTrace: Failed to retrieve message for "MgFileNotFoundException".
> Exception occured in method ByteSourceFileImpl.LoadFile at line 126 in
> file
> .\System\ByteSourceFileImpl.cpp
> 
> Date/Time: 2007-05-29 00:33:05
> 
> Title: Error
> Message: Failed to retrieve message for "MgFileNotFoundException".
> StackTrace: Failed to retrieve message for "MgFileNotFoundException".
> Exception occured in method ByteSourceFileImpl.LoadFile at line 126 in
> file
> .\System\ByteSourceFileImpl.cpp
> 
> Date/Time: 2007-05-29 00:33:08
> 
> Title: Error
> Message: Failed to retrieve message for "MgFileNotFoundException".
> StackTrace: Failed to retrieve message for "MgFileNotFoundException".
> Exception occured in method ByteSourceFileImpl.LoadFile at line 126 in
> file
> .\System\ByteSourceFileImpl.cpp
> 
> Date/Time: 2007-05-29 00:33:09
> 
> 
> 
> 
> Regards, Maciek
> 
> 
> 
> _
> Hi everyone,
> 
>  
> 
> Websoft Developers is pleased to announce the availability of our free
> MapGuide tiling utility.
> 
>  
> 
> You may download the installation file from the following link:
> 
>  
> 
> Http://www.websoftdev.com/download.cfm  
> 
>  
> 
>  
> 
> This is a command line utility t