|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Maps from imagesHi Guys, We have Australia Maps updated as images, they are from
level 1 to level 6: Level 1 = 24 images a1_1_1.gif a1_2_1.gif … … a4_6_1.gif Level 2 = 586 images a1_4_2.gif … … a21_30_2.gif Level 6 = 2190 images a686_1809_6.gif … … a1172_1503_6.gif Any ideas how to use those images with Map Server? Please ask for any kind of clarification Regards _______________________________________________ MS4W-Users mailing list MS4W-Users@... http://lists.maptools.org/mailman/listinfo/ms4w-users |
|
|
Re: Maps from imagesI guess these are images at
different scales and pixel size. I would create a tile index for
each level and then turn each level on and off at the appropriate scale. Regards Ian ______________________ Skype:ian.tidy.ncc From: ms4w-users-bounces@...
[mailto:ms4w-users-bounces@...] On Behalf Of Mohamad Hi Guys, We have Australia Maps updated as images,
they are from level 1 to level 6: Level 1 = 24 images a1_1_1.gif a1_2_1.gif … … a4_6_1.gif Level 2 = 586 images a1_4_2.gif … … a21_30_2.gif Level 6 = 2190 images a686_1809_6.gif … … a1172_1503_6.gif Any ideas how to use those images with
Map Server? Please ask for any kind of clarification Regards This
e-mail message has been scanned for Viruses and Content and cleared by MailMarshal This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal ###################################################################### Attention: This e-mail message and accompanying data may contain information that is confidential and subject to legal privilege. Any information provided is given in good faith. However unless specifically stated to the contrary, Napier City Council accepts no liability for the content of this e-mail or for the consequences of any action taken on the basis of the information provided, unless that information is subsequently confirmed in writing. If you are not the intended recipient, you are notified that any use, dissemination, distribution or copying of this message or data is prohibited. If you received this e-mail message in error, please notify us immediately and erase all copies of this message and attachments. Thank you. _______________________________________________ MS4W-Users mailing list MS4W-Users@... http://lists.maptools.org/mailman/listinfo/ms4w-users |
|
|
Re: Maps from imagesThanks Ian for your answer, Can you explain your idea a
little bit more? Thanks Regards Mohamad From:
ms4w-users-bounces@...
[mailto:ms4w-users-bounces@...] On Behalf Of Ian Tidy I guess these are
images at different scales and pixel size. I would create a tile
index for each level and then turn each level on and off at the appropriate
scale. Regards Ian ______________________ Skype:ian.tidy.ncc
From:
ms4w-users-bounces@... [mailto:ms4w-users-bounces@...]
On Behalf Of Mohamad Hi Guys, We have Australia Maps updated as images, they are from
level 1 to level 6: Level 1 = 24 images a1_1_1.gif a1_2_1.gif … … a4_6_1.gif Level 2 = 586 images a1_4_2.gif … … a21_30_2.gif Level 6 = 2190 images a686_1809_6.gif … … a1172_1503_6.gif Any ideas how to use those images with Map Server? Please ask for any kind of clarification Regards This
e-mail message has been scanned for Viruses and Content and cleared by MailMarshal This
e-mail message has been scanned for Viruses and Content and cleared by MailMarshal ###################################################################### _______________________________________________ MS4W-Users mailing list MS4W-Users@... http://lists.maptools.org/mailman/listinfo/ms4w-users |
|
|
Re: Maps from imagesMohamad, I have assumed that each level of images is the same area, but at a
different scale. So using the gdaltindex tool (in the \ms4w\tools\gdal-ogr
directory), you can create a tile index shape file. This file can be used
in the MAP file to load the appropriate image. Then using the MINSCALE
and MAXSCALE setting in the MAP file you can turn the different levels on and
off at the appropriate scale. Each of your imagery levels 1 - 6 will require its own entry in the
MAP file and have its own tile index shape file. An Example is: LAYER NAME
linz_orthos GROUP
"IMAGERY" TILEINDEX
/gis-data/linz-ortho/linz-ortho TILEITEM
"LOCATION" TYPE
RASTER DUMP
TRUE MAXSCALE
500000 MINSCALE
3000 PROJECTION "init=epsg:27200" END STATUS
OFF CLASS NAME
"LINZ Aerial Photos" END END LAYER NAME
ncc_orthos GROUP
"IMAGERY" TILEINDEX
/gis-data/orthos/napier_2009 TILEITEM
"LOCATION" TYPE
RASTER DUMP
FALSE MAXSCALE
3000 PROJECTION "init=epsg:27200" END STATUS
OFF CLASS NAME
"NCC 2009 Aerial Photography" END END Cheers Ian ______________________ From: Mohamad [mailto:Klay@...] Thanks Ian for your
answer, Can you explain your
idea a little bit more? Thanks Regards Mohamad From: ms4w-users-bounces@...
[mailto:ms4w-users-bounces@...] On Behalf Of Ian Tidy I guess these are images at
different scales and pixel size. I would create a tile index for
each level and then turn each level on and off at the appropriate scale. Regards Ian ______________________ Skype:ian.tidy.ncc From: ms4w-users-bounces@...
[mailto:ms4w-users-bounces@...] On Behalf Of Mohamad Hi Guys, We have Australia Maps updated as images, they
are from level 1 to level 6: Level 1 = 24 images a1_1_1.gif a1_2_1.gif … … a4_6_1.gif Level 2 = 586 images a1_4_2.gif … … a21_30_2.gif Level 6 = 2190 images a686_1809_6.gif … … a1172_1503_6.gif Any ideas how to use those images with
Map Server? Please ask for any kind of clarification Regards This
e-mail message has been scanned for Viruses and Content and cleared by MailMarshal This
e-mail message has been scanned for Viruses and Content and cleared by MailMarshal ###################################################################### This
e-mail message has been scanned for Viruses and Content and cleared by MailMarshal This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal ###################################################################### Attention: This e-mail message and accompanying data may contain information that is confidential and subject to legal privilege. Any information provided is given in good faith. However unless specifically stated to the contrary, Napier City Council accepts no liability for the content of this e-mail or for the consequences of any action taken on the basis of the information provided, unless that information is subsequently confirmed in writing. If you are not the intended recipient, you are notified that any use, dissemination, distribution or copying of this message or data is prohibited. If you received this e-mail message in error, please notify us immediately and erase all copies of this message and attachments. Thank you. _______________________________________________ MS4W-Users mailing list MS4W-Users@... http://lists.maptools.org/mailman/listinfo/ms4w-users |
|
|
Re: Maps from imagesHI Ian, I become more optimistic after
what I read what you wrote. Your assumption are in place,
each level of images is the same area, but a different scale. As I understand ,all the tools exist
for the purpose of usages of those images in MapServer implementation. Before Asking more questions, I
would like to ask this stupid question to make things clearer in my mind: Do
you think we can use those images to build a Mapping server? My next question is: is there
any tutorial or document? Thanks Mohamad From:
ms4w-users-bounces@... [mailto:ms4w-users-bounces@...]
On Behalf Of Ian Tidy Mohamad, I have assumed that each level of images is the same area, but at a
different scale. So using the gdaltindex tool (in the \ms4w\tools\gdal-ogr
directory), you can create a tile index shape file. This file can be used
in the MAP file to load the appropriate image. Then using the MINSCALE
and MAXSCALE setting in the MAP file you can turn the different levels on and
off at the appropriate scale. Each of your imagery levels 1 - 6 will require its own entry in the
MAP file and have its own tile index shape file. An Example is: LAYER
NAME linz_orthos
GROUP "IMAGERY"
TILEINDEX /gis-data/linz-ortho/linz-ortho
TILEITEM "LOCATION"
TYPE RASTER
DUMP TRUE
MAXSCALE 500000
MINSCALE 3000
PROJECTION
"init=epsg:27200"
END
STATUS OFF
CLASS
NAME "LINZ Aerial Photos"
END END LAYER
NAME ncc_orthos
GROUP "IMAGERY"
TILEINDEX /gis-data/orthos/napier_2009
TILEITEM "LOCATION"
TYPE RASTER
DUMP FALSE
MAXSCALE 3000
PROJECTION
"init=epsg:27200"
END
STATUS OFF
CLASS
NAME "NCC 2009 Aerial Photography"
END END Cheers Ian ______________________ From: Mohamad
[mailto:Klay@...] Thanks Ian for your answer, Can you explain your idea a little
bit more? Thanks Regards Mohamad From:
ms4w-users-bounces@...
[mailto:ms4w-users-bounces@...] On Behalf Of Ian Tidy I guess these are
images at different scales and pixel size. I would create a tile
index for each level and then turn each level on and off at the appropriate
scale. Regards Ian ______________________ Skype:ian.tidy.ncc
From:
ms4w-users-bounces@... [mailto:ms4w-users-bounces@...]
On Behalf Of Mohamad Hi Guys, We have Australia Maps updated as images, they are from
level 1 to level 6: Level 1 = 24 images a1_1_1.gif a1_2_1.gif … … a4_6_1.gif Level 2 = 586 images a1_4_2.gif … … a21_30_2.gif Level 6 = 2190 images a686_1809_6.gif … … a1172_1503_6.gif Any ideas how to use those images with Map Server? Please ask for any kind of clarification Regards This
e-mail message has been scanned for Viruses and Content and cleared by MailMarshal This
e-mail message has been scanned for Viruses and Content and cleared by MailMarshal ###################################################################### This
e-mail message has been scanned for Viruses and Content and cleared by MailMarshal This
e-mail message has been scanned for Viruses and Content and cleared by MailMarshal ###################################################################### _______________________________________________ MS4W-Users mailing list MS4W-Users@... http://lists.maptools.org/mailman/listinfo/ms4w-users |
|
|
Re: Maps from imagesMohamad, For documentation / tutorial have a look at the MapServer website
(http://www.mapserver.org/). Yes, MapServer will read the GIF images, but you will need the
world files (WLD). So yes you can build a MapServer to display and
publish the images. Cheers Ian ______________________ From: Mohamad [mailto:Klay@...] HI Ian, I become more
optimistic after what I read what you wrote. Your assumption are
in place, each level of images is the same area, but a different scale. As I understand ,all
the tools exist for the purpose of usages of those images in MapServer
implementation. Before Asking more
questions, I would like to ask this stupid question to make things clearer in
my mind: Do you think we can use those images to build a Mapping server? My next question is:
is there any tutorial or document? Thanks Mohamad From: ms4w-users-bounces@...
[mailto:ms4w-users-bounces@...] On Behalf Of Ian Tidy Mohamad, I have assumed that each level of images is the same area, but at a
different scale. So using the gdaltindex tool (in the \ms4w\tools\gdal-ogr
directory), you can create a tile index shape file. This file can be used
in the MAP file to load the appropriate image. Then using the MINSCALE
and MAXSCALE setting in the MAP file you can turn the different levels on and
off at the appropriate scale. Each of your imagery levels 1 - 6 will require its own entry in the
MAP file and have its own tile index shape file. An Example is: LAYER
NAME linz_orthos
GROUP "IMAGERY"
TILEINDEX /gis-data/linz-ortho/linz-ortho
TILEITEM "LOCATION"
TYPE RASTER
DUMP TRUE
MAXSCALE 500000
MINSCALE 3000
PROJECTION
"init=epsg:27200"
END
STATUS OFF
CLASS
NAME "LINZ Aerial Photos"
END END LAYER
NAME ncc_orthos
GROUP "IMAGERY"
TILEINDEX /gis-data/orthos/napier_2009
TILEITEM "LOCATION"
TYPE RASTER
DUMP FALSE
MAXSCALE 3000
PROJECTION
"init=epsg:27200"
END
STATUS OFF
CLASS
NAME "NCC 2009 Aerial Photography"
END END Cheers Ian ______________________ From: Mohamad [mailto:Klay@...] Thanks Ian for your
answer, Can you explain your
idea a little bit more? Thanks Regards Mohamad From: ms4w-users-bounces@...
[mailto:ms4w-users-bounces@...] On Behalf Of Ian Tidy I guess these are images at
different scales and pixel size. I would create a tile index for
each level and then turn each level on and off at the appropriate scale. Regards Ian ______________________ Skype:ian.tidy.ncc From: ms4w-users-bounces@...
[mailto:ms4w-users-bounces@...] On Behalf Of Mohamad Hi Guys, We have Australia Maps updated as images,
they are from level 1 to level 6: Level 1 = 24 images a1_1_1.gif a1_2_1.gif … … a4_6_1.gif Level 2 = 586 images a1_4_2.gif … … a21_30_2.gif Level 6 = 2190 images a686_1809_6.gif … … a1172_1503_6.gif Any ideas how to use those images with
Map Server? Please ask for any kind of clarification Regards This e-mail message has been scanned for Viruses and Content and cleared by MailMarshal ###################################################################### Attention: This e-mail message and accompanying data may contain information that is confidential and subject to legal privilege. Any information provided is given in good faith. However unless specifically stated to the contrary, Napier City Council accepts no liability for the content of this e-mail or for the consequences of any action taken on the basis of the information provided, unless that information is subsequently confirmed in writing. If you are not the intended recipient, you are notified that any use, dissemination, distribution or copying of this message or data is prohibited. If you received this e-mail message in error, please notify us immediately and erase all copies of this message and attachments. Thank you. _______________________________________________ MS4W-Users mailing list MS4W-Users@... http://lists.maptools.org/mailman/listinfo/ms4w-users |
| Free embeddable forum powered by Nabble | Forum Help |