mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-03 10:09:40 -06:00
Sort CMakeLists file
Set debugging correctly as globebrowsing dependency Remove extra files
This commit is contained in:
1
modules/globebrowsing/.gitignore
vendored
1
modules/globebrowsing/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
doc/
|
||||
@@ -25,105 +25,104 @@
|
||||
include(${OPENSPACE_CMAKE_EXT_DIR}/module_definition.cmake)
|
||||
|
||||
set(HEADER_FILES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/globes/renderableglobe.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunk.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunklevelevaluator.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunknode.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/culling.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/aabb.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/angle.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/convexhull.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/ellipsoid.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/geodetic2.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/globes/chunkedlodglobe.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/globes/pointglobe.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunknode.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunk.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/culling.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunklevelevaluator.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/globes/renderableglobe.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/trianglesoup.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/grid.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/basicgrid.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/grid.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/skirtedgrid.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/geodetic2.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/angle.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/ellipsoid.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/aabb.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/convexhull.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileprovider.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/singleimageprovider.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/texttileprovider.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/cachingtileprovider.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/temporaltileprovider.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileproviderbylevel.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileproviderbyindex.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tile.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/chunktile.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileindex.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileselector.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tilediskcache.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tiledataset.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tiledatatype.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tiledepthtransform.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/asynctilereader.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/pixelregion.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/chunkrenderer.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/layershadermanager.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/layermanager.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/gpulayermanager.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/trianglesoup.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/distanceswitch.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/lrucache.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/statscollector.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/threadpool.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/concurrentjobmanager.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/concurrentjobmanager.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/concurrentqueue.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/concurrentqueue.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/statscollector.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/threadpool.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/chunkrenderer.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/gpulayermanager.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/layermanager.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/layershadermanager.h
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/asynctilereader.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/chunktile.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/pixelregion.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tile.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tiledataset.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tiledatatype.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tiledepthtransform.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tilediskcache.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileindex.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileselector.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/cachingtileprovider.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/singleimageprovider.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/temporaltileprovider.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/texttileprovider.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileprovider.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileproviderbyindex.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileproviderbylevel.h
|
||||
)
|
||||
|
||||
set(SOURCE_FILES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/globes/renderableglobe.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunk.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunklevelevaluator.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunknode.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/culling.cpp
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/aabb.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/angle.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/convexhull.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/ellipsoid.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/geodetic2.cpp
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/globes/chunkedlodglobe.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/globes/pointglobe.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/globes/renderableglobe.cpp
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunknode.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunk.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/culling.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/chunk/chunklevelevaluator.cpp
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/trianglesoup.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/grid.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/basicgrid.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/grid.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/skirtedgrid.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/meshes/trianglesoup.cpp
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/geodetic2.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/angle.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/ellipsoid.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/aabb.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/geometry/convexhull.cpp
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileprovider.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/singleimageprovider.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/texttileprovider.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/cachingtileprovider.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/temporaltileprovider.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileproviderbylevel.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileproviderbyindex.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tile.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileindex.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileselector.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tilediskcache.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tiledataset.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tiledatatype.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/asynctilereader.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/pixelregion.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tile.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tiledataset.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tiledatatype.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tilediskcache.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileindex.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileselector.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/cachingtileprovider.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/singleimageprovider.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/temporaltileprovider.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/texttileprovider.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileprovider.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileproviderbyindex.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/tile/tileprovider/tileproviderbylevel.cpp
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/chunkrenderer.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/gpulayermanager.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/layershadermanager.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/layermanager.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/rendering/gpulayermanager.cpp
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/concurrentjobmanager.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/distanceswitch.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/lrucache.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/concurrentjobmanager.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/statscollector.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/statscollector.inl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/other/threadpool.cpp
|
||||
@@ -133,19 +132,16 @@ source_group("Source Files" FILES ${SOURCE_FILES})
|
||||
set(SHADER_FILES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/blending.hglsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/ellipsoid.hglsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/tile.hglsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/texturetilemapping.hglsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/tilefragcolor.hglsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/tilevertexheight.hglsl
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/globalchunkedlodpatch_vs.glsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/globalchunkedlodpatch_fs.glsl
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/localchunkedlodpatch_vs.glsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/localchunkedlodpatch_fs.glsl
|
||||
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/pointglobe_vs.glsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/pointglobe_fs.glsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/texturetilemapping.hglsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/tile.hglsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/tilefragcolor.hglsl
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/shaders/tilevertexheight.hglsl
|
||||
)
|
||||
|
||||
source_group("Shader Files" FILES ${SHADER_FILES})
|
||||
@@ -156,7 +152,6 @@ create_new_module(
|
||||
${HEADER_FILES} ${SOURCE_FILES} ${SHADER_FILES}
|
||||
)
|
||||
|
||||
|
||||
if (WIN32)
|
||||
target_include_directories(
|
||||
openspace-module-globebrowsing
|
||||
|
||||
@@ -1,451 +0,0 @@
|
||||
# Doxyfile 1.7.6.1
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Project related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = OpenSpace
|
||||
PROJECT_NUMBER =
|
||||
PROJECT_LOGO =
|
||||
OUTPUT_DIRECTORY = doc/
|
||||
CREATE_SUBDIRS = NO
|
||||
OUTPUT_LANGUAGE = English
|
||||
BRIEF_MEMBER_DESC = YES
|
||||
REPEAT_BRIEF = YES
|
||||
ALWAYS_DETAILED_SEC = YES
|
||||
INLINE_INHERITED_MEMB = NO
|
||||
FULL_PATH_NAMES = YES
|
||||
JAVADOC_AUTOBRIEF = YES
|
||||
QT_AUTOBRIEF = YES
|
||||
|
||||
# This tag can be used to specify a number of aliases that acts
|
||||
# as commands in the documentation. An alias has the form "name=value".
|
||||
# For example adding "sideeffect=\par Side Effects:\n" will allow you to
|
||||
# put the command \sideeffect (or @sideeffect) in the documentation, which
|
||||
# will result in a user-defined paragraph with heading "Side Effects:".
|
||||
# You can put \n's in the value part of an alias to insert newlines.
|
||||
|
||||
ALIASES =
|
||||
BUILTIN_STL_SUPPORT = NO
|
||||
|
||||
SUBGROUPING = YES
|
||||
|
||||
# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and
|
||||
# unions are shown inside the group in which they are included (e.g. using
|
||||
# @ingroup) instead of on a separate page (for HTML and Man pages) or
|
||||
# section (for LaTeX and RTF).
|
||||
|
||||
INLINE_GROUPED_CLASSES = NO
|
||||
INLINE_SIMPLE_STRUCTS = YES
|
||||
TYPEDEF_HIDES_STRUCT = NO
|
||||
LOOKUP_CACHE_SIZE = 1
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Build related configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
EXTRACT_ALL = YES
|
||||
EXTRACT_PRIVATE = YES
|
||||
EXTRACT_STATIC = YES
|
||||
EXTRACT_LOCAL_CLASSES = YES
|
||||
EXTRACT_LOCAL_METHODS = NO
|
||||
EXTRACT_ANON_NSPACES = NO
|
||||
HIDE_IN_BODY_DOCS = NO
|
||||
INTERNAL_DOCS = NO
|
||||
CASE_SENSE_NAMES = NO
|
||||
HIDE_SCOPE_NAMES = YES
|
||||
SHOW_INCLUDE_FILES = YES
|
||||
FORCE_LOCAL_INCLUDES = NO
|
||||
INLINE_INFO = NO
|
||||
SORT_MEMBER_DOCS = YES
|
||||
SORT_BRIEF_DOCS = YES
|
||||
SORT_MEMBERS_CTORS_1ST = YES
|
||||
SORT_GROUP_NAMES = NO
|
||||
SORT_BY_SCOPE_NAME = NO
|
||||
STRICT_PROTO_MATCHING = NO
|
||||
GENERATE_TODOLIST = YES
|
||||
GENERATE_TESTLIST = NO
|
||||
GENERATE_BUGLIST = YES
|
||||
GENERATE_DEPRECATEDLIST= YES
|
||||
MAX_INITIALIZER_LINES = 30
|
||||
SHOW_USED_FILES = NO
|
||||
SHOW_FILES = NO
|
||||
SHOW_NAMESPACES = YES
|
||||
LAYOUT_FILE =
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to warning and progress messages
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
QUIET = YES
|
||||
WARNINGS = YES
|
||||
WARN_IF_DOC_ERROR = YES
|
||||
WARN_NO_PARAMDOC = YES
|
||||
WARN_FORMAT = "$file:$line: $text"
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
INPUT = .
|
||||
|
||||
INPUT_ENCODING = UTF-8
|
||||
FILE_PATTERNS = *.c \
|
||||
*.cpp \
|
||||
*.h \
|
||||
*.inl
|
||||
|
||||
RECURSIVE = YES
|
||||
EXCLUDE = ext/
|
||||
EXCLUDE_SYMLINKS = NO
|
||||
EXCLUDE_PATTERNS =
|
||||
EXCLUDE_SYMBOLS =
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to source browsing
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
SOURCE_BROWSER = YES
|
||||
INLINE_SOURCES = NO
|
||||
STRIP_CODE_COMMENTS = YES
|
||||
REFERENCED_BY_RELATION = NO
|
||||
REFERENCES_RELATION = NO
|
||||
REFERENCES_LINK_SOURCE = YES
|
||||
VERBATIM_HEADERS = NO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the alphabetical class index
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
ALPHABETICAL_INDEX = YES
|
||||
COLS_IN_ALPHA_INDEX = 4
|
||||
IGNORE_PREFIX =
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the HTML output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
GENERATE_HTML = YES
|
||||
HTML_OUTPUT = html
|
||||
HTML_FILE_EXTENSION = .html
|
||||
HTML_HEADER = ../../support/doxygen/header.html
|
||||
HTML_FOOTER = ../../support/doxygen/footer.html
|
||||
HTML_STYLESHEET = ../../support/doxygen/stylesheet.css
|
||||
#HTML_EXTRA_FILES =
|
||||
HTML_COLORSTYLE_HUE = 200
|
||||
HTML_COLORSTYLE_SAT = 100
|
||||
HTML_COLORSTYLE_GAMMA = 80
|
||||
HTML_TIMESTAMP = NO
|
||||
HTML_DYNAMIC_SECTIONS = NO
|
||||
# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
|
||||
# for more information.
|
||||
GENERATE_DOCSET = NO
|
||||
DOCSET_FEEDNAME =
|
||||
DOCSET_BUNDLE_ID =
|
||||
DOCSET_PUBLISHER_ID =
|
||||
DOCSET_PUBLISHER_NAME =
|
||||
GENERATE_HTMLHELP = NO
|
||||
CHM_FILE =
|
||||
HHC_LOCATION =
|
||||
GENERATE_CHI = NO
|
||||
CHM_INDEX_ENCODING =
|
||||
BINARY_TOC = NO
|
||||
TOC_EXPAND = NO
|
||||
DISABLE_INDEX = YES
|
||||
GENERATE_TREEVIEW = YES
|
||||
ENUM_VALUES_PER_LINE = 6
|
||||
TREEVIEW_WIDTH = 300
|
||||
EXT_LINKS_IN_WINDOW = NO
|
||||
FORMULA_FONTSIZE = 10
|
||||
FORMULA_TRANSPARENT = YES
|
||||
USE_MATHJAX = NO
|
||||
MATHJAX_RELPATH = http://www.mathjax.org/mathjax
|
||||
MATHJAX_EXTENSIONS =
|
||||
SEARCHENGINE = YES
|
||||
SERVER_BASED_SEARCH = NO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the LaTeX output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
GENERATE_LATEX = NO
|
||||
LATEX_OUTPUT = latex
|
||||
LATEX_CMD_NAME = latex
|
||||
MAKEINDEX_CMD_NAME = makeindex
|
||||
COMPACT_LATEX = NO
|
||||
PAPER_TYPE = a4wide
|
||||
EXTRA_PACKAGES =
|
||||
LATEX_HEADER =
|
||||
LATEX_FOOTER =
|
||||
PDF_HYPERLINKS = YES
|
||||
USE_PDFLATEX = YES
|
||||
LATEX_BATCHMODE = NO
|
||||
LATEX_HIDE_INDICES = NO
|
||||
LATEX_SOURCE_CODE = NO
|
||||
LATEX_BIB_STYLE = plain
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the RTF output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
GENERATE_RTF = NO
|
||||
RTF_OUTPUT = rtf
|
||||
COMPACT_RTF = NO
|
||||
RTF_HYPERLINKS = NO
|
||||
RTF_STYLESHEET_FILE =
|
||||
RTF_EXTENSIONS_FILE =
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the man page output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
GENERATE_MAN = NO
|
||||
MAN_OUTPUT = man
|
||||
MAN_EXTENSION = .3
|
||||
MAN_LINKS = NO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the XML output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
GENERATE_XML = NO
|
||||
XML_OUTPUT = xml
|
||||
XML_SCHEMA =
|
||||
XML_DTD =
|
||||
XML_PROGRAMLISTING = YES
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options for the AutoGen Definitions output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
GENERATE_AUTOGEN_DEF = NO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the Perl module output
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
GENERATE_PERLMOD = NO
|
||||
PERLMOD_LATEX = NO
|
||||
PERLMOD_PRETTY = YES
|
||||
PERLMOD_MAKEVAR_PREFIX =
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the preprocessor
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
ENABLE_PREPROCESSING = YES
|
||||
MACRO_EXPANSION = YES
|
||||
EXPAND_ONLY_PREDEF = YES
|
||||
SEARCH_INCLUDES = YES
|
||||
INCLUDE_PATH =
|
||||
INCLUDE_FILE_PATTERNS =
|
||||
PREDEFINED =
|
||||
EXPAND_AS_DEFINED = YES
|
||||
SKIP_FUNCTION_MACROS = NO
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration::additions related to external references
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
TAGFILES =
|
||||
GENERATE_TAGFILE =
|
||||
ALLEXTERNALS = NO
|
||||
EXTERNAL_GROUPS = YES
|
||||
PERL_PATH = /usr/bin/perl
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Configuration options related to the dot tool
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
CLASS_DIAGRAMS = YES
|
||||
MSCGEN_PATH =
|
||||
HIDE_UNDOC_RELATIONS = YES
|
||||
|
||||
# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
|
||||
# available from the path. This tool is part of Graphviz, a graph visualization
|
||||
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
|
||||
# have no effect if this option is set to NO (the default)
|
||||
|
||||
HAVE_DOT = NO
|
||||
|
||||
# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
|
||||
# allowed to run in parallel. When set to 0 (the default) doxygen will
|
||||
# base this on the number of processors available in the system. You can set it
|
||||
# explicitly to a value larger than 0 to get control over the balance
|
||||
# between CPU load and processing speed.
|
||||
|
||||
DOT_NUM_THREADS = 0
|
||||
|
||||
# By default doxygen will use the Helvetica font for all dot files that
|
||||
# doxygen generates. When you want a differently looking font you can specify
|
||||
# the font name using DOT_FONTNAME. You need to make sure dot is able to find
|
||||
# the font, which can be done by putting it in a standard location or by setting
|
||||
# the DOTFONTPATH environment variable or by setting DOT_FONTPATH to the
|
||||
# directory containing the font.
|
||||
|
||||
DOT_FONTNAME = Helvetica
|
||||
|
||||
# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
|
||||
# The default size is 10pt.
|
||||
|
||||
DOT_FONTSIZE = 10
|
||||
|
||||
# By default doxygen will tell dot to use the Helvetica font.
|
||||
# If you specify a different font using DOT_FONTNAME you can use DOT_FONTPATH to
|
||||
# set the path where dot can find it.
|
||||
|
||||
DOT_FONTPATH =
|
||||
|
||||
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
|
||||
# will generate a graph for each documented class showing the direct and
|
||||
# indirect inheritance relations. Setting this tag to YES will force the
|
||||
# CLASS_DIAGRAMS tag to NO.
|
||||
|
||||
CLASS_GRAPH = YES
|
||||
|
||||
# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
|
||||
# will generate a graph for each documented class showing the direct and
|
||||
# indirect implementation dependencies (inheritance, containment, and
|
||||
# class references variables) of the class with other documented classes.
|
||||
|
||||
COLLABORATION_GRAPH = YES
|
||||
|
||||
# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
|
||||
# will generate a graph for groups, showing the direct groups dependencies
|
||||
|
||||
GROUP_GRAPHS = YES
|
||||
|
||||
# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
|
||||
# collaboration diagrams in a style similar to the OMG's Unified Modeling
|
||||
# Language.
|
||||
|
||||
UML_LOOK = NO
|
||||
|
||||
# If set to YES, the inheritance and collaboration graphs will show the
|
||||
# relations between templates and their instances.
|
||||
|
||||
TEMPLATE_RELATIONS = NO
|
||||
|
||||
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
|
||||
# tags are set to YES then doxygen will generate a graph for each documented
|
||||
# file showing the direct and indirect include dependencies of the file with
|
||||
# other documented files.
|
||||
|
||||
INCLUDE_GRAPH = YES
|
||||
|
||||
# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
|
||||
# HAVE_DOT tags are set to YES then doxygen will generate a graph for each
|
||||
# documented header file showing the documented files that directly or
|
||||
# indirectly include this file.
|
||||
|
||||
INCLUDED_BY_GRAPH = YES
|
||||
|
||||
# If the CALL_GRAPH and HAVE_DOT options are set to YES then
|
||||
# doxygen will generate a call dependency graph for every global function
|
||||
# or class method. Note that enabling this option will significantly increase
|
||||
# the time of a run. So in most cases it will be better to enable call graphs
|
||||
# for selected functions only using the \callgraph command.
|
||||
|
||||
CALL_GRAPH = NO
|
||||
|
||||
# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
|
||||
# doxygen will generate a caller dependency graph for every global function
|
||||
# or class method. Note that enabling this option will significantly increase
|
||||
# the time of a run. So in most cases it will be better to enable caller
|
||||
# graphs for selected functions only using the \callergraph command.
|
||||
|
||||
CALLER_GRAPH = NO
|
||||
|
||||
# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
|
||||
# will generate a graphical hierarchy of all classes instead of a textual one.
|
||||
|
||||
GRAPHICAL_HIERARCHY = YES
|
||||
|
||||
# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
|
||||
# then doxygen will show the dependencies a directory has on other directories
|
||||
# in a graphical way. The dependency relations are determined by the #include
|
||||
# relations between the files in the directories.
|
||||
|
||||
DIRECTORY_GRAPH = YES
|
||||
|
||||
# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
|
||||
# generated by dot. Possible values are svg, png, jpg, or gif.
|
||||
# If left blank png will be used. If you choose svg you need to set
|
||||
# HTML_FILE_EXTENSION to xhtml in order to make the SVG files
|
||||
# visible in IE 9+ (other browsers do not have this requirement).
|
||||
|
||||
DOT_IMAGE_FORMAT = png
|
||||
|
||||
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
|
||||
# enable generation of interactive SVG images that allow zooming and panning.
|
||||
# Note that this requires a modern browser other than Internet Explorer.
|
||||
# Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you
|
||||
# need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
|
||||
# visible. Older versions of IE do not have SVG support.
|
||||
|
||||
INTERACTIVE_SVG = NO
|
||||
|
||||
# The tag DOT_PATH can be used to specify the path where the dot tool can be
|
||||
# found. If left blank, it is assumed the dot tool can be found in the path.
|
||||
|
||||
DOT_PATH =
|
||||
|
||||
# The DOTFILE_DIRS tag can be used to specify one or more directories that
|
||||
# contain dot files that are included in the documentation (see the
|
||||
# \dotfile command).
|
||||
|
||||
DOTFILE_DIRS =
|
||||
|
||||
# The MSCFILE_DIRS tag can be used to specify one or more directories that
|
||||
# contain msc files that are included in the documentation (see the
|
||||
# \mscfile command).
|
||||
|
||||
MSCFILE_DIRS =
|
||||
|
||||
# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
|
||||
# nodes that will be shown in the graph. If the number of nodes in a graph
|
||||
# becomes larger than this value, doxygen will truncate the graph, which is
|
||||
# visualized by representing a node as a red box. Note that doxygen if the
|
||||
# number of direct children of the root node in a graph is already larger than
|
||||
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
|
||||
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
|
||||
|
||||
DOT_GRAPH_MAX_NODES = 50
|
||||
|
||||
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
|
||||
# graphs generated by dot. A depth value of 3 means that only nodes reachable
|
||||
# from the root by following a path via at most 3 edges will be shown. Nodes
|
||||
# that lay further from the root node will be omitted. Note that setting this
|
||||
# option to 1 or 2 may greatly reduce the computation time needed for large
|
||||
# code bases. Also note that the size of a graph can be further restricted by
|
||||
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
|
||||
|
||||
MAX_DOT_GRAPH_DEPTH = 0
|
||||
|
||||
# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
|
||||
# background. This is disabled by default, because dot on Windows does not
|
||||
# seem to support this out of the box. Warning: Depending on the platform used,
|
||||
# enabling this option may lead to badly anti-aliased labels on the edges of
|
||||
# a graph (i.e. they become hard to read).
|
||||
|
||||
DOT_TRANSPARENT = NO
|
||||
|
||||
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
|
||||
# files in one run (i.e. multiple -o and -T options on the command line). This
|
||||
# makes dot run faster, but since only newer versions of dot (>1.8.10)
|
||||
# support this, this feature is disabled by default.
|
||||
|
||||
DOT_MULTI_TARGETS = NO
|
||||
|
||||
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
|
||||
# generate a legend page explaining the meaning of the various boxes and
|
||||
# arrows in the dot generated graphs.
|
||||
|
||||
GENERATE_LEGEND = YES
|
||||
|
||||
# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
|
||||
# remove the intermediate dot files that are used to generate
|
||||
# the various graphs.
|
||||
|
||||
DOT_CLEANUP = YES
|
||||
@@ -1,534 +0,0 @@
|
||||
GDAL: GDALOpen(map_service_configs/MODIS_Terra_CorrectedReflectance_TrueColor.xml, this=00000065C7511DA0) succeeds as WMS.
|
||||
GDAL: GDALOpen(map_service_configs/ESRI_Imagery_World_2D.wms, this=00000065C75120C0) succeeds as WMS.
|
||||
HTTP: Fetch(http://192.168.1.167/OnMars/wms.cgi?request=GetTileService)
|
||||
GDAL: GDALOpen(map_service_configs/CTX_Mosaic.xml, this=00000065C7512A20) succeeds as WMS.
|
||||
GDAL: GDALOpen(map_service_configs/VIIRS_CityLights_2012.xml, this=00000065C75123E0) succeeds as WMS.
|
||||
HTTP: Fetch(http://198.102.45.23/arcgis/rest/services/worldelevation3d/terrain3d?request=GetTileService)
|
||||
GDAL: GDALOpen(map_service_configs/TERRAIN.wms, this=00000065C7512700) succeeds as WMS.
|
||||
HTTP: Fetch(http://192.168.1.167/OnMars/wms.cgi?request=GetTileService)
|
||||
GDAL: GDALOpen(map_service_configs/Mola_Elevation.xml, this=00000065C7511120) succeeds as WMS.
|
||||
GDAL: GDALOpen(map_service_configs/MODIS_Water_Mask.xml, this=00000065C7511440) succeeds as WMS.
|
||||
GDAL: GDALOpen(map_service_configs/Coastlines.xml, this=00000065C7809EF0) succeeds as WMS.
|
||||
GDAL: GDALOpen(map_service_configs/Reference_Features.xml, this=00000065C780AB70) succeeds as WMS.
|
||||
GDAL: GDALOpen(map_service_configs/Reference_Labels.xml, this=00000065C78098B0) succeeds as WMS.
|
||||
GDAL: GDAL_CACHEMAX = 2453 MB
|
||||
HTTP: Requesting [1/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,-022.50000000,-067.50000000,0000.00000000
|
||||
HTTP: Requesting [2/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,-022.50000000,-045.00000000,0000.00000000
|
||||
HTTP: Requesting [3/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,-022.50000000,-022.50000000,0000.00000000
|
||||
HTTP: Requesting [4/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,-022.50000000,0000.00000000,0000.00000000
|
||||
HTTP: Requesting [5/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,-045.00000000,-067.50000000,-022.50000000
|
||||
HTTP: Requesting [6/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,-045.00000000,-045.00000000,-022.50000000
|
||||
HTTP: Requesting [7/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,-045.00000000,-022.50000000,-022.50000000
|
||||
HTTP: Requesting [8/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,-045.00000000,0000.00000000,-022.50000000
|
||||
HTTP: Requesting [9/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,-067.50000000,-067.50000000,-045.00000000
|
||||
HTTP: Requesting [10/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,-067.50000000,-045.00000000,-045.00000000
|
||||
HTTP: Requesting [11/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,-067.50000000,-022.50000000,-045.00000000
|
||||
HTTP: Requesting [12/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,-067.50000000,0000.00000000,-045.00000000
|
||||
HTTP: Requesting [13/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,-090.00000000,-067.50000000,-067.50000000
|
||||
HTTP: Requesting [14/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,-090.00000000,-045.00000000,-067.50000000
|
||||
HTTP: Requesting [15/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,-090.00000000,-022.50000000,-067.50000000
|
||||
HTTP: Requesting [16/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,-090.00000000,0000.00000000,-067.50000000
|
||||
HTTP: Request [0] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,-022.50000000,-067.50000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [1] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,-022.50000000,-045.00000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [2] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,-022.50000000,-022.50000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [3] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,-022.50000000,0000.00000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [4] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,-045.00000000,-067.50000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [5] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,-045.00000000,-045.00000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [6] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,-045.00000000,-022.50000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [7] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,-045.00000000,0000.00000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [8] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,-067.50000000,-067.50000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [9] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,-067.50000000,-045.00000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [10] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,-067.50000000,-022.50000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [11] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,-067.50000000,0000.00000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [12] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,-090.00000000,-067.50000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [13] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,-090.00000000,-045.00000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [14] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,-090.00000000,-022.50000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [15] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,-090.00000000,0000.00000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7B41DA0/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7B41DA0/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7B5FEA0/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7B5FEA0/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7B89D50/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7B89D50/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7BA95E0/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7BA95E0/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7B7AEF0/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7B7AEF0/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7BBBD50/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7BBBD50/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7BDC6A0/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7BDC6A0/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7BF3280/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7BF3280/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7BCB720/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7BCB720/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C25A00/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C25A00/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C32630/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C32630/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C40930/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C40930/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C6EC40/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C6EC40/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C7CF40/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C7CF40/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C8B240/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C8B240/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C9A0A0/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C9A0A0/wmsresult.dat, this=00000065C53E5000)
|
||||
HTTP: Requesting [1/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,-022.50000000,-157.50000000,0000.00000000
|
||||
HTTP: Requesting [2/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,-022.50000000,-135.00000000,0000.00000000
|
||||
HTTP: Requesting [3/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,-022.50000000,-112.50000000,0000.00000000
|
||||
HTTP: Requesting [4/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,-022.50000000,-090.00000000,0000.00000000
|
||||
HTTP: Requesting [5/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,-045.00000000,-157.50000000,-022.50000000
|
||||
HTTP: Requesting [6/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,-045.00000000,-135.00000000,-022.50000000
|
||||
HTTP: Requesting [7/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,-045.00000000,-112.50000000,-022.50000000
|
||||
HTTP: Requesting [8/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,-045.00000000,-090.00000000,-022.50000000
|
||||
HTTP: Requesting [9/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,-067.50000000,-157.50000000,-045.00000000
|
||||
HTTP: Requesting [10/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,-067.50000000,-135.00000000,-045.00000000
|
||||
HTTP: Requesting [11/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,-067.50000000,-112.50000000,-045.00000000
|
||||
HTTP: Requesting [12/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,-067.50000000,-090.00000000,-045.00000000
|
||||
HTTP: Requesting [13/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,-090.00000000,-157.50000000,-067.50000000
|
||||
HTTP: Requesting [14/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,-090.00000000,-135.00000000,-067.50000000
|
||||
HTTP: Requesting [15/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,-090.00000000,-112.50000000,-067.50000000
|
||||
HTTP: Requesting [16/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,-090.00000000,-090.00000000,-067.50000000
|
||||
HTTP: Request [0] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,-022.50000000,-157.50000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [1] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,-022.50000000,-135.00000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [2] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,-022.50000000,-112.50000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [3] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,-022.50000000,-090.00000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [4] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,-045.00000000,-157.50000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [5] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,-045.00000000,-135.00000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [6] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,-045.00000000,-112.50000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [7] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,-045.00000000,-090.00000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [8] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,-067.50000000,-157.50000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [9] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,-067.50000000,-135.00000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [10] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,-067.50000000,-112.50000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [11] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,-067.50000000,-090.00000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [12] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,-090.00000000,-157.50000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [13] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,-090.00000000,-135.00000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [14] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,-090.00000000,-112.50000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [15] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,-090.00000000,-090.00000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7DD7AA0/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7DD7AA0/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7DF0790/wmsresult.dat, this=00000065C53E5B00) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7DF0790/wmsresult.dat, this=00000065C53E5B00)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7E33A80/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7E33A80/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7E43450/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7E43450/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7E68D70/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7E68D70/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7E87760/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7E87760/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7E544F0/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7E544F0/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7E9E340/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7E9E340/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7EAE380/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7EAE380/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7EBD1E0/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7EBD1E0/wmsresult.dat, this=00000065C53E4D40)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7EC8740/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7EC8740/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7ED75A0/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7ED75A0/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7EE6400/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7EE6400/wmsresult.dat, this=00000065C53E4D40)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7EF5260/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7EF5260/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7F040C0/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7F040C0/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7F123C0/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7F123C0/wmsresult.dat, this=00000065C53E4D40)
|
||||
HTTP: Requesting [1/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,0067.50000000,-067.50000000,0090.00000000
|
||||
HTTP: Requesting [2/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,0067.50000000,-045.00000000,0090.00000000
|
||||
HTTP: Requesting [3/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,0067.50000000,-022.50000000,0090.00000000
|
||||
HTTP: Requesting [4/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,0067.50000000,0000.00000000,0090.00000000
|
||||
HTTP: Requesting [5/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,0045.00000000,-067.50000000,0067.50000000
|
||||
HTTP: Requesting [6/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,0045.00000000,-045.00000000,0067.50000000
|
||||
HTTP: Requesting [7/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,0045.00000000,-022.50000000,0067.50000000
|
||||
HTTP: Requesting [8/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,0045.00000000,0000.00000000,0067.50000000
|
||||
HTTP: Requesting [9/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,0022.50000000,-067.50000000,0045.00000000
|
||||
HTTP: Requesting [10/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,0022.50000000,-045.00000000,0045.00000000
|
||||
HTTP: Requesting [11/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,0022.50000000,-022.50000000,0045.00000000
|
||||
HTTP: Requesting [12/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,0022.50000000,0000.00000000,0045.00000000
|
||||
HTTP: Requesting [13/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,0000.00000000,-067.50000000,0022.50000000
|
||||
HTTP: Requesting [14/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,0000.00000000,-045.00000000,0022.50000000
|
||||
HTTP: Requesting [15/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,0000.00000000,-022.50000000,0022.50000000
|
||||
HTTP: Requesting [16/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,0000.00000000,0000.00000000,0022.50000000
|
||||
HTTP: Request [0] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,0067.50000000,-067.50000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [1] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,0067.50000000,-045.00000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [2] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,0067.50000000,-022.50000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [3] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,0067.50000000,0000.00000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [4] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,0045.00000000,-067.50000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [5] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,0045.00000000,-045.00000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [6] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,0045.00000000,-022.50000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [7] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,0045.00000000,0000.00000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [8] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,0022.50000000,-067.50000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [9] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,0022.50000000,-045.00000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [10] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,0022.50000000,-022.50000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [11] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,0022.50000000,0000.00000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [12] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-090.00000000,0000.00000000,-067.50000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [13] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-067.50000000,0000.00000000,-045.00000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [14] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-045.00000000,0000.00000000,-022.50000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [15] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-022.50000000,0000.00000000,0000.00000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7E13A70/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7E13A70/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C043A0/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C043A0/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C15440/wmsresult.dat, this=00000065C53E5B00) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C15440/wmsresult.dat, this=00000065C53E5B00)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7E23440/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7E23440/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C805A4E0/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C805A4E0/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C8069340/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C8069340/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C8077640/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C8077640/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C808F7D0/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C808F7D0/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C80B0240/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C80B0240/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C80D5C80/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C80D5C80/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C80C6E20/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C80C6E20/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C80F45D0/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C80F45D0/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C81028D0/wmsresult.dat, this=00000065C53E5B00) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C81028D0/wmsresult.dat, this=00000065C53E5B00)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C811BF10/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C811BF10/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C8140280/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C8140280/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C816ACA0/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C816ACA0/wmsresult.dat, this=00000065C53E4A80)
|
||||
HTTP: Requesting [1/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,0067.50000000,-157.50000000,0090.00000000
|
||||
HTTP: Requesting [2/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,0067.50000000,-135.00000000,0090.00000000
|
||||
HTTP: Requesting [3/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,0067.50000000,-112.50000000,0090.00000000
|
||||
HTTP: Requesting [4/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,0067.50000000,-090.00000000,0090.00000000
|
||||
HTTP: Requesting [5/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,0045.00000000,-157.50000000,0067.50000000
|
||||
HTTP: Requesting [6/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,0045.00000000,-135.00000000,0067.50000000
|
||||
HTTP: Requesting [7/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,0045.00000000,-112.50000000,0067.50000000
|
||||
HTTP: Requesting [8/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,0045.00000000,-090.00000000,0067.50000000
|
||||
HTTP: Requesting [9/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,0022.50000000,-157.50000000,0045.00000000
|
||||
HTTP: Requesting [10/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,0022.50000000,-135.00000000,0045.00000000
|
||||
HTTP: Requesting [11/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,0022.50000000,-112.50000000,0045.00000000
|
||||
HTTP: Requesting [12/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,0022.50000000,-090.00000000,0045.00000000
|
||||
HTTP: Requesting [13/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,0000.00000000,-157.50000000,0022.50000000
|
||||
HTTP: Requesting [14/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,0000.00000000,-135.00000000,0022.50000000
|
||||
HTTP: Requesting [15/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,0000.00000000,-112.50000000,0022.50000000
|
||||
HTTP: Requesting [16/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,0000.00000000,-090.00000000,0022.50000000
|
||||
HTTP: Request [0] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,0067.50000000,-157.50000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [1] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,0067.50000000,-135.00000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [2] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,0067.50000000,-112.50000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [3] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,0067.50000000,-090.00000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [4] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,0045.00000000,-157.50000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [5] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,0045.00000000,-135.00000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [6] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,0045.00000000,-112.50000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [7] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,0045.00000000,-090.00000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [8] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,0022.50000000,-157.50000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [9] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,0022.50000000,-135.00000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [10] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,0022.50000000,-112.50000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [11] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,0022.50000000,-090.00000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [12] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-180.00000000,0000.00000000,-157.50000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [13] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-157.50000000,0000.00000000,-135.00000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [14] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-135.00000000,0000.00000000,-112.50000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [15] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=-112.50000000,0000.00000000,-090.00000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C80437F0/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C80437F0/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C803A4D0/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C803A4D0/wmsresult.dat, this=00000065C53E4D40)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C4DA30/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C4DA30/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C9F829D0/wmsresult.dat, this=00000065C53E5B00) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C9F829D0/wmsresult.dat, this=00000065C53E5B00)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C7C5D400/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C7C5D400/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C9FB5880/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C9FB5880/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C9FCCEA0/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C9FCCEA0/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C9FDC870/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C9FDC870/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C9FFDE40/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C9FFDE40/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA01C310/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA01C310/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA03A310/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA03A310/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA04F820/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA04F820/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA0691A0/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA0691A0/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA07E6B0/wmsresult.dat, this=00000065C53E5B00) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA07E6B0/wmsresult.dat, this=00000065C53E5B00)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA0C05E0/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA0C05E0/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA0DCD00/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA0DCD00/wmsresult.dat, this=00000065C53E4D40)
|
||||
HTTP: Requesting [1/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,-022.50000000,0112.50000000,0000.00000000
|
||||
HTTP: Requesting [2/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,-022.50000000,0135.00000000,0000.00000000
|
||||
HTTP: Requesting [3/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,-022.50000000,0157.50000000,0000.00000000
|
||||
HTTP: Requesting [4/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,-022.50000000,0180.00000000,0000.00000000
|
||||
HTTP: Requesting [5/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,-045.00000000,0112.50000000,-022.50000000
|
||||
HTTP: Requesting [6/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,-045.00000000,0135.00000000,-022.50000000
|
||||
HTTP: Requesting [7/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,-045.00000000,0157.50000000,-022.50000000
|
||||
HTTP: Requesting [8/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,-045.00000000,0180.00000000,-022.50000000
|
||||
HTTP: Requesting [9/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,-067.50000000,0112.50000000,-045.00000000
|
||||
HTTP: Requesting [10/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,-067.50000000,0135.00000000,-045.00000000
|
||||
HTTP: Requesting [11/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,-067.50000000,0157.50000000,-045.00000000
|
||||
HTTP: Requesting [12/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,-067.50000000,0180.00000000,-045.00000000
|
||||
HTTP: Requesting [13/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,-090.00000000,0112.50000000,-067.50000000
|
||||
HTTP: Requesting [14/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,-090.00000000,0135.00000000,-067.50000000
|
||||
HTTP: Requesting [15/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,-090.00000000,0157.50000000,-067.50000000
|
||||
HTTP: Requesting [16/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,-090.00000000,0180.00000000,-067.50000000
|
||||
HTTP: Request [0] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,-022.50000000,0112.50000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [1] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,-022.50000000,0135.00000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [2] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,-022.50000000,0157.50000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [3] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,-022.50000000,0180.00000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [4] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,-045.00000000,0112.50000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [5] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,-045.00000000,0135.00000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [6] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,-045.00000000,0157.50000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [7] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,-045.00000000,0180.00000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [8] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,-067.50000000,0112.50000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [9] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,-067.50000000,0135.00000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [10] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,-067.50000000,0157.50000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [11] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,-067.50000000,0180.00000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [12] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,-090.00000000,0112.50000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [13] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,-090.00000000,0135.00000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [14] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,-090.00000000,0157.50000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [15] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,-090.00000000,0180.00000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C8019A80/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C8019A80/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C9F929E0/wmsresult.dat, this=00000065C53E5B00) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C9F929E0/wmsresult.dat, this=00000065C53E5B00)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C8029450/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C8029450/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C9FA3A80/wmsresult.dat, this=00000065C53E5B00) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C9FA3A80/wmsresult.dat, this=00000065C53E5B00)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA20DC10/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA20DC10/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA1FCB70/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA1FCB70/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA1E49E0/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA1E49E0/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA23B600/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA23B600/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA24F440/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA24F440/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA22D420/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA22D420/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA25D740/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA25D740/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA271460/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA271460/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA286130/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA286130/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA294430/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA294430/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA2A2730/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA2A2730/wmsresult.dat, this=00000065C53E4D40)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA2B1590/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA2B1590/wmsresult.dat, this=00000065C53E4D40)
|
||||
HTTP: Requesting [1/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,-022.50000000,0022.50000000,0000.00000000
|
||||
HTTP: Requesting [2/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,-022.50000000,0045.00000000,0000.00000000
|
||||
HTTP: Requesting [3/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,-022.50000000,0067.50000000,0000.00000000
|
||||
HTTP: Requesting [4/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,-022.50000000,0090.00000000,0000.00000000
|
||||
HTTP: Requesting [5/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,-045.00000000,0022.50000000,-022.50000000
|
||||
HTTP: Requesting [6/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,-045.00000000,0045.00000000,-022.50000000
|
||||
HTTP: Requesting [7/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,-045.00000000,0067.50000000,-022.50000000
|
||||
HTTP: Requesting [8/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,-045.00000000,0090.00000000,-022.50000000
|
||||
HTTP: Requesting [9/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,-067.50000000,0022.50000000,-045.00000000
|
||||
HTTP: Requesting [10/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,-067.50000000,0045.00000000,-045.00000000
|
||||
HTTP: Requesting [11/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,-067.50000000,0067.50000000,-045.00000000
|
||||
HTTP: Requesting [12/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,-067.50000000,0090.00000000,-045.00000000
|
||||
HTTP: Requesting [13/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,-090.00000000,0022.50000000,-067.50000000
|
||||
HTTP: Requesting [14/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,-090.00000000,0045.00000000,-067.50000000
|
||||
HTTP: Requesting [15/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,-090.00000000,0067.50000000,-067.50000000
|
||||
HTTP: Requesting [16/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,-090.00000000,0090.00000000,-067.50000000
|
||||
HTTP: Request [0] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,-022.50000000,0022.50000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [1] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,-022.50000000,0045.00000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [2] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,-022.50000000,0067.50000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [3] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,-022.50000000,0090.00000000,0000.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [4] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,-045.00000000,0022.50000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [5] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,-045.00000000,0045.00000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [6] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,-045.00000000,0067.50000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [7] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,-045.00000000,0090.00000000,-022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [8] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,-067.50000000,0022.50000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [9] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,-067.50000000,0045.00000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [10] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,-067.50000000,0067.50000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [11] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,-067.50000000,0090.00000000,-045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [12] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,-090.00000000,0022.50000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [13] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,-090.00000000,0045.00000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [14] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,-090.00000000,0067.50000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [15] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,-090.00000000,0090.00000000,-067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA3CC320/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA3CC320/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA3E0160/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA3E0160/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA3B4E20/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA3B4E20/wmsresult.dat, this=00000065C53E4D40)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA1C3540/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA1C3540/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA418E60/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA418E60/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA428830/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA428830/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA45A340/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA45A340/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA4492A0/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA4492A0/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA4398D0/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA4398D0/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA47A360/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA47A360/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA48BF60/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA48BF60/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA49B930/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA49B930/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA4AFFD0/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA4AFFD0/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA1D7380/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA1D7380/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA4BEE30/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA4BEE30/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA4CD130/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA4CD130/wmsresult.dat, this=00000065C53E4500)
|
||||
HTTP: Requesting [1/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,0067.50000000,0112.50000000,0090.00000000
|
||||
HTTP: Requesting [2/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,0067.50000000,0135.00000000,0090.00000000
|
||||
HTTP: Requesting [3/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,0067.50000000,0157.50000000,0090.00000000
|
||||
HTTP: Requesting [4/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,0067.50000000,0180.00000000,0090.00000000
|
||||
HTTP: Requesting [5/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,0045.00000000,0112.50000000,0067.50000000
|
||||
HTTP: Requesting [6/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,0045.00000000,0135.00000000,0067.50000000
|
||||
HTTP: Requesting [7/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,0045.00000000,0157.50000000,0067.50000000
|
||||
HTTP: Requesting [8/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,0045.00000000,0180.00000000,0067.50000000
|
||||
HTTP: Requesting [9/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,0022.50000000,0112.50000000,0045.00000000
|
||||
HTTP: Requesting [10/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,0022.50000000,0135.00000000,0045.00000000
|
||||
HTTP: Requesting [11/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,0022.50000000,0157.50000000,0045.00000000
|
||||
HTTP: Requesting [12/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,0022.50000000,0180.00000000,0045.00000000
|
||||
HTTP: Requesting [13/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,0000.00000000,0112.50000000,0022.50000000
|
||||
HTTP: Requesting [14/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,0000.00000000,0135.00000000,0022.50000000
|
||||
HTTP: Requesting [15/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,0000.00000000,0157.50000000,0022.50000000
|
||||
HTTP: Requesting [16/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,0000.00000000,0180.00000000,0022.50000000
|
||||
HTTP: Request [0] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,0067.50000000,0112.50000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [1] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,0067.50000000,0135.00000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [2] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,0067.50000000,0157.50000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [3] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,0067.50000000,0180.00000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [4] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,0045.00000000,0112.50000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [5] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,0045.00000000,0135.00000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [6] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,0045.00000000,0157.50000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [7] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,0045.00000000,0180.00000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [8] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,0022.50000000,0112.50000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [9] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,0022.50000000,0135.00000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [10] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,0022.50000000,0157.50000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [11] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,0022.50000000,0180.00000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [12] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0090.00000000,0000.00000000,0112.50000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [13] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0112.50000000,0000.00000000,0135.00000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [14] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0135.00000000,0000.00000000,0157.50000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [15] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0157.50000000,0000.00000000,0180.00000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA09CC30/wmsresult.dat, this=00000065C53E5B00) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA09CC30/wmsresult.dat, this=00000065C53E5B00)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA3F4820/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA3F4820/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA0B0300/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA0B0300/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA4041F0/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA4041F0/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA5E5530/wmsresult.dat, this=00000065C53E5B00) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA5E5530/wmsresult.dat, this=00000065C53E5B00)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA5F4F00/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA5F4F00/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA5FED90/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA5FED90/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA617A80/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA617A80/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA62AD50/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA62AD50/wmsresult.dat, this=00000065C53E4D40)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA63A720/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA63A720/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA653F80/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA653F80/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA66E340/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA66E340/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA6B3230/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA6B3230/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA6A4F30/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA6A4F30/wmsresult.dat, this=00000065C53E4D40)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA6CFC40/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA6CFC40/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA6DEAA0/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA6DEAA0/wmsresult.dat, this=00000065C53E4A80)
|
||||
HTTP: Requesting [1/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,0067.50000000,0022.50000000,0090.00000000
|
||||
HTTP: Requesting [2/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,0067.50000000,0045.00000000,0090.00000000
|
||||
HTTP: Requesting [3/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,0067.50000000,0067.50000000,0090.00000000
|
||||
HTTP: Requesting [4/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,0067.50000000,0090.00000000,0090.00000000
|
||||
HTTP: Requesting [5/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,0045.00000000,0022.50000000,0067.50000000
|
||||
HTTP: Requesting [6/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,0045.00000000,0045.00000000,0067.50000000
|
||||
HTTP: Requesting [7/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,0045.00000000,0067.50000000,0067.50000000
|
||||
HTTP: Requesting [8/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,0045.00000000,0090.00000000,0067.50000000
|
||||
HTTP: Requesting [9/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,0022.50000000,0022.50000000,0045.00000000
|
||||
HTTP: Requesting [10/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,0022.50000000,0045.00000000,0045.00000000
|
||||
HTTP: Requesting [11/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,0022.50000000,0067.50000000,0045.00000000
|
||||
HTTP: Requesting [12/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,0022.50000000,0090.00000000,0045.00000000
|
||||
HTTP: Requesting [13/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,0000.00000000,0022.50000000,0022.50000000
|
||||
HTTP: Requesting [14/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,0000.00000000,0045.00000000,0022.50000000
|
||||
HTTP: Requesting [15/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,0000.00000000,0067.50000000,0022.50000000
|
||||
HTTP: Requesting [16/16] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,0000.00000000,0090.00000000,0022.50000000
|
||||
HTTP: Request [0] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,0067.50000000,0022.50000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [1] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,0067.50000000,0045.00000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [2] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,0067.50000000,0067.50000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [3] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,0067.50000000,0090.00000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [4] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,0045.00000000,0022.50000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [5] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,0045.00000000,0045.00000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [6] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,0045.00000000,0067.50000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [7] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,0045.00000000,0090.00000000,0067.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [8] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,0022.50000000,0022.50000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [9] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,0022.50000000,0045.00000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [10] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,0022.50000000,0067.50000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [11] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,0022.50000000,0090.00000000,0045.00000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [12] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0000.00000000,0000.00000000,0022.50000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [13] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0022.50000000,0000.00000000,0045.00000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [14] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0045.00000000,0000.00000000,0067.50000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
HTTP: Request [15] http://192.168.1.167/OnMars/wms.cgi?request=GetMap&layers=CTX&srs=IAU2000:49900&format=image/png&styles=&width=256&height=256&bbox=0067.50000000,0000.00000000,0090.00000000,0022.50000000 : status = 200, content type = image/png, error = (null)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA7F97F0/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA7F97F0/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA7E9E20/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA7E9E20/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA80BF60/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA80BF60/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA81ADC0/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA81ADC0/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA829C20/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA829C20/wmsresult.dat, this=00000065C53E4A80)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA843FE0/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA843FE0/wmsresult.dat, this=00000065C53E4D40)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA1A3530/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA1A3530/wmsresult.dat, this=00000065C53E4D40)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA838A80/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA838A80/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA87ABD0/wmsresult.dat, this=00000065C53E4D40) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA87ABD0/wmsresult.dat, this=00000065C53E4D40)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA8972F0/wmsresult.dat, this=00000065C53E5840) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA8972F0/wmsresult.dat, this=00000065C53E5840)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA8C15D0/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA8C15D0/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA8D6AE0/wmsresult.dat, this=00000065C53E4240) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA8D6AE0/wmsresult.dat, this=00000065C53E4240)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA1B1830/wmsresult.dat, this=00000065C53E52C0) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA1B1830/wmsresult.dat, this=00000065C53E52C0)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA8FE760/wmsresult.dat, this=00000065C53E5000) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA8FE760/wmsresult.dat, this=00000065C53E5000)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA8F0460/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA8F0460/wmsresult.dat, this=00000065C53E4500)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA91C550/wmsresult.dat, this=00000065C53E4A80) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA91C550/wmsresult.dat, this=00000065C53E4A80)
|
||||
HTTP: Requesting [1/1] http://198.102.45.23/arcgis/rest/services/gcs_terrain3d/twms?request=GetMap&layers=GCS_Elevation&srs=EPSG:4326&format=image/png&styles=short_int&width=256&height=256&bbox=-180.00000000,-090.00000000,0000.00000000,0090.00000000
|
||||
HTTP: Request [0] http://198.102.45.23/arcgis/rest/services/gcs_terrain3d/twms?request=GetMap&layers=GCS_Elevation&srs=EPSG:4326&format=image/png&styles=short_int&width=256&height=256&bbox=-180.00000000,-090.00000000,0000.00000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065C81FFFA0/wmsresult.dat, this=00000065C53E5B00) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065C81FFFA0/wmsresult.dat, this=00000065C53E5B00)
|
||||
HTTP: Requesting [1/1] http://198.102.45.23/arcgis/rest/services/gcs_terrain3d/twms?request=GetMap&layers=GCS_Elevation&srs=EPSG:4326&format=image/png&styles=short_int&width=256&height=256&bbox=0000.00000000,-090.00000000,0180.00000000,0090.00000000
|
||||
HTTP: Request [0] http://198.102.45.23/arcgis/rest/services/gcs_terrain3d/twms?request=GetMap&layers=GCS_Elevation&srs=EPSG:4326&format=image/png&styles=short_int&width=256&height=256&bbox=0000.00000000,-090.00000000,0180.00000000,0090.00000000 : status = 200, content type = image/png, error = (null)
|
||||
GDAL: GDALOpen(/vsimem/wms/00000065CA1B3540/wmsresult.dat, this=00000065C53E4500) succeeds as PNG.
|
||||
GDAL: GDALClose(/vsimem/wms/00000065CA1B3540/wmsresult.dat, this=00000065C53E4500)
|
||||
@@ -0,0 +1,3 @@
|
||||
set (OPENSPACE_DEPENDENCIES
|
||||
debugging
|
||||
)
|
||||
Reference in New Issue
Block a user