Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 5 of 9 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 82

Thread: SASPlanet

Hybrid View

  1. #1
    Master jeanbon's Avatar
    Join Date
    Mar 2011
    Location
    France
    Posts
    19
    Rep Power
    0

    Default

    Hi,
    SASplanet ver 121010 is available and always in english !

    I would like to complete the presentation of SAS Planet by Higo4.
    SAS can make life easier for ECW and Ozi files.

    1 Introduction to SAS Planet.
    This is a map viewer as Gmapcatcher I tested the Windows version.
    It is portable, there is no installer, just unzip it to a directory. You can find the exe, caches and maps.
    It shows google, Yahoo, Oms, Nokia and lots of Russian sites.
    Card formats + assemblies are common BMP, PNG, Ozi + ECW.
    You can select rectangular areas but also polygonal .....
    The main disadvantage is the Russian language that I can not control at all. The latest version offers English ....

    2 I understand Russian in one double click.
    Go to google translation. You get 2 boxes.
    Code:
    Please Login or Register to see the links
    place in the box to the left. Leave detect the language.
    Double click the address and right translation start site ....
    You understand a English approximate the main page, the wiki and the forum.
    Download Planet SAS Version 121010.

    3 SAS planet in English ..
    Open the. EXE. Menus appear with titles full of????????.
    Be placed on the 7th menu (settings) and go to the third sub-menu (language)
    Choose english ......

    4 I make cards but the names of cities / streets are English and Russian ...
    go into settings to change the hl=ru in hl=en and apply (for google for exemple )
    out of SAS and delete the cache

    Here now the main definitions of parameters maps for SAS.

    Description of the custom size maps ZMP

    To work with each program maps service and verifying service settings.
    These options appear in a zip archive with the extension. ZMP or a separate folder
    with postfix. ZMP are stored in the directory Maps.

    Archive / folder with the extension / postfix ZMP can contain files and folders:

    params.txt (required) - Tips;
    GetUrlScript.txt (mandatory) - the script that is responsible for dispatching the tiles;
    info.txt - map information;
    image files referred to info. posted txt (map legend, for example);
    EmptyTiles - samples directory of tiles that can be downloaded
    from the server (eg, slabs completely transparent);
    18.bmp - file icon that appears in the menu (bmp, 18 * 18 pix, background color 255,0,255);
    24.bmp - file icon on the toolbar (bmp, 24 * 24 pix, 255,0,255 background color).

    The latest version of the program instead 24.bmp 18.bmp and you can use
    a single file called 24.bmp.
    Contents of the file - the image of any size in the format bmp, png, ico.

    Params.txt File
    Options for params.txt file:
    Section [PARAM]

    asLayer - If 1, the card is used as a layer superimposed on the map.
    pnum - serial number of the card in the menu.
    GUID - a unique identification number of the card (GUID generators can be
    found on the Internet, for example on site SAS).
    ParentSubMenu - the name of the parent menu item in the map in Russian.
    ParentSubMenu_en - the name of its parent menu item to the menu in English.
    ParentSubMenu_uk - the name of the parent menu item in the map in Ukrainian.
    name - the name of the map in Russian.
    NAME_EN - the name of the card in English.
    name_uk - card name in Ukrainian.
    CacheType - cache type, which will be written on?? Tiles from the board. 0 - default
    1 - GoogleMV 2 - SAS.Planet, 3 - EarthSlicer, 4 - Tiles GlobalMapper (GMT)
    5 - Google Earth 6 - BerkeleyDB, 8 - Geocacher.
    DefURLBase - constant reference to the portion of the address card slabs.
    projection - a map projection. 1 - Mercator spheroid
    2 - Mercator on the ellipsoid, 3 - latitude / longitude.
    sradiusa - the radius of the semi-major axis of the ellipsoid.
    sradiusb - radius of the semi-ellipsoid.
    EPSG - map projection code.
    NameInCache-folder name in the cache, which will be recorded map tiles.
    separator - separator as a horizontal line which appears in the menu
    According to the map (1 - display, 0 - do not display).
    Ext - extension of the tile (JPG, PNG, BMP, GIF ....). Specifies the format in which
    will force other maps if ContentType.
    UseDwn - If 1 download map tiles are allowed.
    Sleep - the value of the pause between the individual tiles loading in milliseconds.
    DefHotKey - keyboard shortcuts for the card.
    ContentType - the data type being loaded
    (for exemple, image / jpeg, image / png)You can use several types.
    DefaultContentType - the type that will be used if the server does not return any
    any type, or if there is negligence on the type returned by the server.
    IgnoreContentType - ignoring the type returned by the server.
    MimeTypeSubst - substitutions of downloaded data
    (for exemple, "image/png8bit = image / png").
    TILERLEFT, TILERRIGHT, TILERTOP, TILERBOTTOM - cropping options tiles
    uploaded webnews bottom left, right, up and. If the resulting rectangle
    is equal to the square 256x256, it has also expanded or compressed to this size.
    UsePreloadPage - If 1, use the pre-loaded page (do not forget to specify the address.)
    PreloadPage - address preloaded page.
    RequestHead - custom HTTP-headers (headers) sent to the server.
    The fields must be separated by a \ r \ n
    (for exemple RequestHead = Referer: maps.kosmosnimki.ru \ r \ nConnection: Keep-Alive).
    Version - Version of tiles corresponding to the variable in GetUrlScript.txt version.
    MaxConnectToServerCount - the maximum number of threads. The default value is defined
    in section [ZmpDefaultParams] file SASPlanet.ini
    IsUseDownloaderInScript = 1, use the download script added here

    Cut tiles
    CutCountX = 0 (the number of parts on the axes X, optional)
    CutCountY = 0 (respectively Y)
    CutSizeX = 0 (block size for X, it is not clear - is derived from the 256 parameters)
    CutSizeY = 0 (respectively Y)
    CutTileX = 0 (position of the slab to the desired overview of X)
    CutTileY = 0 (respectively Y)
    CutToSkip = (0,0), (0, -1) a list of tiles to be ignored (CutTileX relative CutTileY).

    Section [ViewInfo]
    EPSG - map projection code for display.

    Some graphics settings can be changed in the program without
    params.txt to edit the file. To do this, go to Settings? Options map
    or press Ctrl + Alt + P. User settings are stored in the file
    maps / maps.ini.

    GetUrlScript.txt file contains the script that generates the full address of links
    files from carte.On usually placed the zoom and No. slabs
    Y and X. The scripts are written in SAS Pascal.Une option allows you to view
    numbers of tiles it is possible to write a script to change the order of
    tiles.

    Info.txt file contains textual information on the map. HTML syntax is
    (In particular, paragraphs should be separated <BR> tag).
    please find after here a sample for spain.
    [Only registered and activated users can see links. ]
    Jeanbon

  2.    Advertissements


  3. #2
    Member dr.Martin's Avatar
    Join Date
    Aug 2013
    Location
    Estland / Germany
    Posts
    14
    Rep Power
    0

    Default

    SASplanet ver 120808 is working nice.

    But my question is whether this program is able to add a variety of map layers?
    Eesti (Maaamet aero) there is, however, is to add different layers?
    Loneliness   Forum Signature  by UndergroundPlatypus

  4. #3
    Master jeanbon's Avatar
    Join Date
    Mar 2011
    Location
    France
    Posts
    19
    Rep Power
    0

    Default

    @DR.Martin
    Mamet.zmp is provided in multi layers ..
    Taking inspiration from the example, you can edit the files by requesting only a main layer.
    Repeat the operation indicating asLayer = 1 for transparent layers.
    For each of the layers modify pnum and guid.
    see the example of Google Maps with Google Hybrid
    Try to modify the files....

  5. #4
    Member
    Join Date
    Mar 2009
    Location
    Europe
    Posts
    16
    Rep Power
    0

    Default

    Hi!
    Plese, could someone help me to create ZMP files for the following map?

    France
    Code:
    Please Login or Register to see the links
    Poland (Orto, Topo and Raster)
    Code:
    Please Login or Register to see the links
    Croatia (Topo and Orto)
    Code:
    Please Login or Register to see the links
    Spain
    Code:
    Please Login or Register to see the links
    Germany
    Code:
    Please Login or Register to see the links
    Thanks so much!
    Last edited by catymag; 28th October 2013 at 02:49 PM. Reason: coded official links

  6. #5
    Master sergio2's Avatar
    Join Date
    Nov 2011
    Location
    Spain
    Age
    58
    Posts
    252
    Rep Power
    136

    Default

    Hi,

    For France, here are two .zmp files to put in Sas Planet Map folder :

    Géoportail Cartes :

    Spoiler: CLICK
    [Only registered and activated users can see links. ]


    Géoportail Satellites :

    Spoiler: CLICK
    [Only registered and activated users can see links. ]
    Last edited by sergio2; 28th October 2013 at 06:38 PM.

  7. #6
    Master jeanbon's Avatar
    Join Date
    Mar 2011
    Location
    France
    Posts
    19
    Rep Power
    0

    Default

    Hi,

    For Spain, after here are two .zmp files to put in Sas Planet Map folder :
    Sigpag Raster:
    [Only registered and activated users can see links. ]
    Sigpar Ortofoto:
    [Only registered and activated users can see links. ]

    Hi,
    SASplanet stable version 131111 is now available

    Code:
    Please Login or Register to see the links

  8. #7
    Master SASPlanetSASPlanet chopsticks's Avatar
    Join Date
    Nov 2013
    Location
    somewhere in between
    Posts
    79
    Rep Power
    49

    Default

    I wanted to create a raster map of Parga with SAS planet (v.131111), but all the time I have error: HTTP 400 Bad request, and Satelite (Google maps) doesn't show any picture. Why this error occurs? I only managed to get a satellite picture with Bing maps - Satelite or Bird's Eye North. But when I create a raster with x18 zoom, iGO doesn't see that ( isn't showing it on the map). Some of my earlier raster maps with (Google maps) x18 zoom nicely was showing. I'm going to try it with x17 and I'll see.

    Attached Parga Bing's x17zoom raster.

    Spoiler: link
    [Only registered and activated users can see links. ]
    Last edited by chopsticks; 19th February 2014 at 06:18 PM.

  9. #8
    Master jeanbon's Avatar
    Join Date
    Mar 2011
    Location
    France
    Posts
    19
    Rep Power
    0

    Default

    @chopsticks
    Sorry but parga*.raster isnt a good output format for SAS.
    First of all download tiles in Select Manager.
    Please select the following format :jpeg,png,bmp,ecw,jpeg2000 in Stitch of select manager
    Google Satellite is good up to z=15 after we obtain status code 404 data not found.
    Bing satellite is better than google.

  10. #9
    Master SASPlanetSASPlanet chopsticks's Avatar
    Join Date
    Nov 2013
    Location
    somewhere in between
    Posts
    79
    Rep Power
    49

    raster

    I know that. I have already made finished raster with (RasterNNG 315) downloaded images and Bing Maps tiles, but that raster I can't see in iGO navigation. I wonder why?

    I realized what I was wrong. I was wrong because I didn't tied selection rectangular to grid. I've made now good raster for Parga area. Raster maps is done with a 18x zoom and Nokia Here.com Sat. has been used.

    Spoiler: Parga18x raster
    http://www.upl.me/Oo8oPe


    Quote Originally Posted by jeanbon View Post
    @chopsticks
    ...
    Google Satellite is good up to z=15 after we obtain status code 404 data not found.
    Bing satellite is better than google.
    Figured out why I was getting those error messages (HTTP 400 Bad request). It was because I added en at the end of URL address in Map settings. When you click on the left button "All by default", You'll be able to zoom to the max and everything will be fine.

  11. #10
    Master jeanbon's Avatar
    Join Date
    Mar 2011
    Location
    France
    Posts
    19
    Rep Power
    0

    Default

    Hi,
    SAS Planet project has moved.
    It is now at
    Code:
    Please Login or Register to see the links
    .
    The new stable version No. 140303 is available on site.
    OSM_Mapnik is down .......
    Here's a new version
    [Only registered and activated users can see links. ]

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •