<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Bartvde</id>
	<title>OSGeo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Bartvde"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Bartvde"/>
	<updated>2026-04-13T08:16:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=28334</id>
		<title>INSPIRE</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=INSPIRE&amp;diff=28334"/>
		<updated>2008-08-23T19:17:25Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Bartvde: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://eu-geoportal.jrc.it/ INSPIRE] is a European based approach at solving interoperability issues for gespatial data. &lt;br /&gt;
&lt;br /&gt;
== Introduction (from http://eu-geoportal.jrc.it/) ==&lt;br /&gt;
&lt;br /&gt;
''INSPIRE (Infrastructure for Spatial Information in Europe) is an initiative launched by the European Commission and developed in collaboration with Member States and accession countries. It aims at making available relevant, harmonized and quality geographic information to support formulation, implementation, monitoring and evaluation of Community policies with a territorial dimension or impact. INSPIRE intends to trigger the creation of a European spatial data infrastructure that delivers to the users integrated spatial information services linked by common standards and protocols.''&lt;br /&gt;
&lt;br /&gt;
''The INSPIRE Geo-Portal is Europe's Internet access point for Spatial Data and Services. From there, you can search for spatial data, services, and organisations. ''&lt;br /&gt;
&lt;br /&gt;
== OSGeo's involvement ==&lt;br /&gt;
There is no coordinated effort at involving OSGeo as an organization in the INSPIRE initiative but many OSGeo projects are already tied into processes and the emerging INSPIRE architecture. A formal meeting of OSGeo representatives with people (from JRC) involved in INSPIRE is planned for the end of 2007.&lt;br /&gt;
&lt;br /&gt;
== FIT/GAP analysis ==&lt;br /&gt;
How good does Open Source GIS software fit into the INSPIRE picture? Can it be used as a software stack to build INSPIRE SDI's? It would be interesting to make a fit/gap analysis between what the INSPIRE standards require and what the OSGEO stack provides. Also, a plan could be made up to fill in the gaps (in time). The reasoning behind this is that the regular customers will not be able to make this analysis by themselves, so it would be good to have something written up. Ofcourse this is an ongoing effort as not many of the standards are final as yet, and most are still in draft.&lt;br /&gt;
&lt;br /&gt;
Who is interested in collaborating in such a fit/gap analysis?&lt;br /&gt;
* Bart van den Eijnden&lt;/div&gt;</summary>
		<author><name>Wiki-Bartvde</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nederlands&amp;diff=19602</id>
		<title>Nederlands</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nederlands&amp;diff=19602"/>
		<updated>2007-10-18T18:01:18Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Bartvde: /* Geïnteresseerde Personen / Interested Individuals */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Geïnteresseerde Personen / Interested Individuals =&lt;br /&gt;
* [[User:Taatuut | Emil Zegers]]&lt;br /&gt;
* [[User:bartvde | Bart van den Eijnden]]&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
[[Category:Local Chapters]]&lt;/div&gt;</summary>
		<author><name>Wiki-Bartvde</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Tile_Map_Service_Specification&amp;diff=8829</id>
		<title>Tile Map Service Specification</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Tile_Map_Service_Specification&amp;diff=8829"/>
		<updated>2006-10-23T18:49:28Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Bartvde: /* TileMapService Resource */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
===Document Scope===&lt;br /&gt;
&lt;br /&gt;
This standard specifies the behavior of a service that provides access to georeferenced maps in the form of a regularly spaced set of regularly sized squares at a finite number of scales.  This standard specifies operations to retrieve a computer-readable description of the service instance and to retrieve particular tiles.&lt;br /&gt;
&lt;br /&gt;
A Tile Map Service provides access to cartographic maps of geo-referenced data, not direct access to the data itself.  This document standardizes the way in which map tiles are requested by clients, and the ways that servers describe their holdings. &lt;br /&gt;
&lt;br /&gt;
===Document Form===&lt;br /&gt;
&lt;br /&gt;
This specification will proceed from a description of general resources provided by the server to particular resources (such as map tiles) providing examples of access URLs and return values at each stage.&lt;br /&gt;
&lt;br /&gt;
==Specification==&lt;br /&gt;
&lt;br /&gt;
The Tiled Web Service provides access to resources, in particular, to rendered cartographic tiles at fixed scales.  Access to these resources is provided via a &amp;quot;REST&amp;quot; interface, starting with a root resource describing available layers, then map resources with a set of scales, then scales holding sets of tiles.  &lt;br /&gt;
&lt;br /&gt;
===Root Resource===&lt;br /&gt;
&lt;br /&gt;
The root resource describes the available versions of the &amp;lt;TileMapService&amp;gt; (and possibly other services as well).&lt;br /&gt;
&lt;br /&gt;
Request:&lt;br /&gt;
&lt;br /&gt;
 http://tms.osgeo.org/&lt;br /&gt;
&lt;br /&gt;
Response:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;&lt;br /&gt;
 &amp;lt;Services&amp;gt;&lt;br /&gt;
   &amp;lt;TileMapService version=&amp;quot;1.0.0&amp;quot; href=&amp;quot;http://tms.osgeo.org/1.0.0/&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;TileMapService version=&amp;quot;1.1.0&amp;quot; href=&amp;quot;http://tms.osgeo.org/1.1.0/&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;FancyFeatureService version=&amp;quot;0.9&amp;quot; href=&amp;quot;http://ffs.osgeo.org/0.9/&amp;quot; /&amp;gt;&lt;br /&gt;
 &amp;lt;/Services&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===TileMapService Resource===&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;TileMapService&amp;gt; resource provides description metadata about the service and lists the available &amp;lt;TileMaps&amp;gt;.  Optional elements in the resource are called out below using the pipe character.&lt;br /&gt;
&lt;br /&gt;
Request: &lt;br /&gt;
&lt;br /&gt;
 http://tms.osgeo.org/1.0.0/&lt;br /&gt;
&lt;br /&gt;
Response:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;&lt;br /&gt;
 &amp;lt;TileMapService version=&amp;quot;1.0.0&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;Title&amp;gt;Example Tile Map Service&amp;lt;/Title&amp;gt;&lt;br /&gt;
   &amp;lt;Abstract&amp;gt;This is a longer description of the example tiling map service.&amp;lt;/Abstract&amp;gt;&lt;br /&gt;
 | &amp;lt;KeywordList&amp;gt;example tile service&amp;lt;/KeywordList&amp;gt;&lt;br /&gt;
 | &amp;lt;ContactInformation&amp;gt;&lt;br /&gt;
 |   &amp;lt;ContactPersonPrimary&amp;gt;&lt;br /&gt;
 |     &amp;lt;ContactPerson&amp;gt;Paul Ramsey&amp;lt;/ContactPerson&amp;gt;&lt;br /&gt;
 |     &amp;lt;ContactOrganization&amp;gt;Refractions Research&amp;lt;/ContactOrganization&amp;gt;&lt;br /&gt;
 |   &amp;lt;/ContactPersonPrimary&amp;gt;&lt;br /&gt;
 |   &amp;lt;ContactPosition&amp;gt;Manager&amp;lt;/ContactPosition&amp;gt;&lt;br /&gt;
 |   &amp;lt;ContactAddress&amp;gt;&lt;br /&gt;
 |     &amp;lt;AddressType&amp;gt;postal&amp;lt;/AddressType&amp;gt;&lt;br /&gt;
 |     &amp;lt;Address&amp;gt;300 - 1207 Douglas Street&amp;lt;/Address&amp;gt;&lt;br /&gt;
 |     &amp;lt;City&amp;gt;Victoria&amp;lt;/City&amp;gt;&lt;br /&gt;
 |     &amp;lt;StateOrProvince&amp;gt;British Columbia&amp;lt;/StateOrProvince&amp;gt;&lt;br /&gt;
 |     &amp;lt;PostCode&amp;gt;V8W2E7&amp;lt;/PostCode&amp;gt;&lt;br /&gt;
 |     &amp;lt;Country&amp;gt;Canada&amp;lt;/Country&amp;gt;&lt;br /&gt;
 |   &amp;lt;/ContactAddress&amp;gt;&lt;br /&gt;
 |   &amp;lt;ContactVoiceTelephone&amp;gt;12503833022&amp;lt;/ContactVoiceTelephone&amp;gt;&lt;br /&gt;
 |   &amp;lt;ContactFacsimileTelephone&amp;gt;12503832140&amp;lt;/ContactFacsimileTelephone&amp;gt;&lt;br /&gt;
 |   &amp;lt;ContactElectronicMailAddress&amp;gt;pramsey@refractions.net&amp;lt;/ContactElectronicMailAddress&amp;gt;&lt;br /&gt;
 | &amp;lt;/ContactInformation&amp;gt;&lt;br /&gt;
   &amp;lt;TileMaps&amp;gt;&lt;br /&gt;
     &amp;lt;TileMap &lt;br /&gt;
       href=&amp;quot;http://tms.osgeo.org/1.0.0/vmap0/&amp;quot; &lt;br /&gt;
       srs=&amp;quot;EPSG:4326&amp;quot;&lt;br /&gt;
       global-profile=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
       VMAP0 World Map&lt;br /&gt;
     &amp;lt;/TileMap&amp;gt;&lt;br /&gt;
     &amp;lt;TileMap &lt;br /&gt;
       href=&amp;quot;http://tms.osgeo.org/1.0.0/landsat2000/&amp;quot;&lt;br /&gt;
       srs=&amp;quot;EPSG:3005&amp;quot;&lt;br /&gt;
       global-profile=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
       British Columbia Landsat Imagery (2000)&lt;br /&gt;
     &amp;lt;/TileMap&amp;gt;&lt;br /&gt;
   &amp;lt;/TileMaps&amp;gt;&lt;br /&gt;
 &amp;lt;/TileMapService&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===TileMap Resource===&lt;br /&gt;
&lt;br /&gt;
A &amp;lt;TileMap&amp;gt; is a (usually) cartographically complete map representation.  Sometimes &amp;lt;TileMap&amp;gt;s are built to be used in conjunction, as a set of stacked layers, but they are generally visually complete on their own.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;TileMap&amp;gt;s are composed of a set of scale-appropriate cartographic renderings, each divided up into regularly spaced image tiles, called &amp;lt;TileSet&amp;gt;s.  Small-scale (eg, 1:10000000) tile sets may only contain a handful of tiles.  Large-scale tile sets (eg, 1:10000) may contain millions of tiles.&lt;br /&gt;
&lt;br /&gt;
At a particular scale, and in a particular cartographic projection, a &amp;lt;TileMap&amp;gt; is represented by a &amp;lt;TileSet&amp;gt;, a coverage of regularly sized and spaced images that taken together form a complete visual representation of the entire area of coverage of the &amp;lt;TileMap&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Each &amp;lt;TileMap&amp;gt; supports one &amp;lt;SRS&amp;gt; and one image format. To support more than one SRS or image format, define extra &amp;lt;TileMaps&amp;gt; in your &amp;lt;TileMapService&amp;gt; for each combination you want.&lt;br /&gt;
&lt;br /&gt;
Optional metadata elements are called out in the resource below with the pipe character.&lt;br /&gt;
&lt;br /&gt;
Request:&lt;br /&gt;
&lt;br /&gt;
  http://tms.osgeo.org/1.0.0/vmap0/&lt;br /&gt;
&lt;br /&gt;
Response:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;&lt;br /&gt;
 &amp;lt;TileMap tilemapservice=&amp;quot;http://tms.osgeo.org/1.0.0/&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;Title&amp;gt;VMAP0 World Map&amp;lt;/Title&amp;gt;&lt;br /&gt;
   &amp;lt;Abstract&amp;gt;A map of the world built from the NGA VMAP0 vector data set.&amp;lt;/Abstract&amp;gt;&lt;br /&gt;
 | &amp;lt;KeywordList&amp;gt;&amp;lt;/KeywordList&amp;gt;&lt;br /&gt;
 |   &amp;lt;MetadataURL type=&amp;quot;TC211&amp;quot;&amp;gt;&lt;br /&gt;
 |     &amp;lt;Format&amp;gt;text/xml&amp;lt;/Format&amp;gt;&lt;br /&gt;
 |     &amp;lt;OnlineResource href=&amp;quot;http://www.org&amp;quot; /&amp;gt;&lt;br /&gt;
 |   &amp;lt;/MetadataURL&amp;gt;&lt;br /&gt;
 |   &amp;lt;Attribution&amp;gt;&lt;br /&gt;
 |     &amp;lt;Title&amp;gt;&amp;lt;/Title&amp;gt;&lt;br /&gt;
 |     &amp;lt;OnlineResource /&amp;gt;&lt;br /&gt;
 |     &amp;lt;LogoURL width=&amp;quot;10&amp;quot; height=&amp;quot;10&amp;quot;&amp;gt;&lt;br /&gt;
 |       &amp;lt;Format&amp;gt;image/gif&amp;lt;/Format&amp;gt;&lt;br /&gt;
 |       &amp;lt;OnlineResource href=&amp;quot;http://www.org&amp;quot; /&amp;gt;&lt;br /&gt;
 |     &amp;lt;/LogoURL&amp;gt;&lt;br /&gt;
 |   &amp;lt;/Attribution&amp;gt;&lt;br /&gt;
 |   &amp;lt;WebMapServerURL&amp;gt;&lt;br /&gt;
 |     &amp;lt;OnlineResource href=&amp;quot;http://wms.org&amp;quot; /&amp;gt;&lt;br /&gt;
 |   &amp;lt;/WebMapServerURL&amp;gt;&lt;br /&gt;
   &amp;lt;SRS&amp;gt;EPSG:4326&amp;lt;/SRS&amp;gt;&lt;br /&gt;
   &amp;lt;BoundingBox minx=&amp;quot;-180&amp;quot; miny=&amp;quot;-90&amp;quot; maxx=&amp;quot;180&amp;quot; maxy=&amp;quot;90&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;Origin x=&amp;quot;-180&amp;quot; y=&amp;quot;-180&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;TileFormat width=&amp;quot;256&amp;quot; height=&amp;quot;256&amp;quot; mime-type=&amp;quot;image/jpeg&amp;quot; extension=&amp;quot;jpg&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;TileSets&amp;gt;&lt;br /&gt;
     &amp;lt;TileSet href=&amp;quot;http://tms.osgeo.org/1.0.0/vmap0/levelzero&amp;quot; units-per-pixel=&amp;quot;0.703125&amp;quot; order=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;TileSet href=&amp;quot;http://tms.osgeo.org/1.0.0/vmap0/levelone&amp;quot; units-per-pixel=&amp;quot;0.3515625&amp;quot; order=&amp;quot;1&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;TileSet href=&amp;quot;http://tms.osgeo.org/1.0.0/vmap0/leveltwo&amp;quot; units-per-pixel=&amp;quot;0.17578125&amp;quot; order=&amp;quot;2&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;TileSet href=&amp;quot;http://tms.osgeo.org/1.0.0/vmap0/levelthree&amp;quot; units-per-pixel=&amp;quot;0.08789063&amp;quot; order=&amp;quot;3&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/TileSets&amp;gt;&lt;br /&gt;
 &amp;lt;/TileMap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Request:&lt;br /&gt;
&lt;br /&gt;
 http://tms.osgeo.org/1.0.0/landsat2000/&lt;br /&gt;
&lt;br /&gt;
Response:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; ?&amp;gt;&lt;br /&gt;
 &amp;lt;TileMap tilemapservice=&amp;quot;http://tms.osgeo.org/1.0.0/&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;Title&amp;gt;British Columbia Landsat Imagery (2000)&amp;lt;/Title&amp;gt;&lt;br /&gt;
   &amp;lt;Abstract&amp;gt;Landsat data collected in the year 2000 over British Columbia.&amp;lt;/Abstract&amp;gt;&lt;br /&gt;
 | &amp;lt;KeywordList&amp;gt;&amp;lt;/KeywordList&amp;gt;&lt;br /&gt;
 |   &amp;lt;MetadataURL type=&amp;quot;TC211&amp;quot;&amp;gt;&lt;br /&gt;
 |     &amp;lt;Format&amp;gt;text/xml&amp;lt;/Format&amp;gt;&lt;br /&gt;
 |     &amp;lt;OnlineResource href=&amp;quot;http://www.org/&amp;quot; /&amp;gt;&lt;br /&gt;
 |   &amp;lt;/MetadataURL&amp;gt;&lt;br /&gt;
 |   &amp;lt;Attribution&amp;gt;&lt;br /&gt;
 |     &amp;lt;Title&amp;gt;&amp;lt;/Title&amp;gt;&lt;br /&gt;
 |     &amp;lt;OnlineResource /&amp;gt;&lt;br /&gt;
 |     &amp;lt;LogoURL width=&amp;quot;10&amp;quot; height=&amp;quot;10&amp;quot;&amp;gt;&lt;br /&gt;
 |       &amp;lt;Format&amp;gt;image/gif&amp;lt;/Format&amp;gt;&lt;br /&gt;
 |       &amp;lt;OnlineResource href=&amp;quot;http://www.org/&amp;quot; /&amp;gt;&lt;br /&gt;
 |     &amp;lt;/LogoURL&amp;gt;&lt;br /&gt;
 |   &amp;lt;/Attribution&amp;gt;&lt;br /&gt;
 |   &amp;lt;WebMapServerURL&amp;gt;&lt;br /&gt;
 |     &amp;lt;OnlineResource xlink:href=&amp;quot;http://wms.org/&amp;quot; /&amp;gt;&lt;br /&gt;
 |   &amp;lt;/WebMapServerURL&amp;gt;&lt;br /&gt;
   &amp;lt;SRS&amp;gt;EPSG:3005&amp;lt;/SRS&amp;gt;&lt;br /&gt;
   &amp;lt;BoundingBox minx=&amp;quot;100000&amp;quot; miny=&amp;quot;100000&amp;quot; maxx=&amp;quot;1800000&amp;quot; maxy=&amp;quot;1800000&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;Origin x=&amp;quot;100000&amp;quot; y=&amp;quot;100000&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;TileFormat width=&amp;quot;256&amp;quot; height=&amp;quot;256&amp;quot; mime-type=&amp;quot;image/png&amp;quot; extension=&amp;quot;png&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;TileSets&amp;gt;&lt;br /&gt;
     &amp;lt;TileSet href=&amp;quot;http://tms.osgeo.org/1.0.0/landsat2000/32&amp;quot; units-per-pixel=&amp;quot;3200&amp;quot; order=&amp;quot;0&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;TileSet href=&amp;quot;http://tms.osgeo.org/1.0.0/landsat2000/16&amp;quot; units-per-pixel=&amp;quot;1600&amp;quot; order=&amp;quot;1&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;TileSet href=&amp;quot;http://tms.osgeo.org/1.0.0/landsat2000/8&amp;quot; units-per-pixel=&amp;quot;800&amp;quot; order=&amp;quot;2&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;TileSet href=&amp;quot;http://tms.osgeo.org/1.0.0/landsat2000/4&amp;quot; units-per-pixel=&amp;quot;400&amp;quot; order=&amp;quot;3&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;TileSet href=&amp;quot;http://tms.osgeo.org/1.0.0/landsat2000/2&amp;quot; units-per-pixel=&amp;quot;200&amp;quot; order=&amp;quot;4&amp;quot; /&amp;gt;&lt;br /&gt;
     &amp;lt;TileSet href=&amp;quot;http://tms.osgeo.org/1.0.0/landsat2000/1&amp;quot; units-per-pixel=&amp;quot;100&amp;quot; order=&amp;quot;5&amp;quot; /&amp;gt;&lt;br /&gt;
   &amp;lt;/TileSets&amp;gt;&lt;br /&gt;
 &amp;lt;/TileMap&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Tile Resources===&lt;br /&gt;
&lt;br /&gt;
The origin of a &amp;lt;TileMap&amp;gt; is defined in the coordinates of the spatial reference system of the &amp;lt;TileMap&amp;gt;.  The x-coordinate of the tile numbers increases with the x-coordinate of the spatial reference system, and the y-coordinate of the tile numbers also increases with the y-coordinate of the spatial reference system.&lt;br /&gt;
&lt;br /&gt;
Tiles are addressed under the &amp;quot;href&amp;quot; specified in the &amp;lt;TileSet&amp;gt; appending the &amp;quot;x&amp;quot; tile coordinate as a directory name and using the &amp;quot;y&amp;quot; tile coordinate as the file name, with the file &amp;quot;extension&amp;quot; from the &amp;lt;TileFormat&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
 The tile at the origin of the tile set in the first zoom level of vmap0.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://tms.osgeo.org/1.0.0/vmap0/levelzero/0/0.jpg&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 The tile near the middle of the tile set in the third zoom level of vmap0.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://tms.osgeo.org/1.0.0/vmap0/leveltwo/3/4.jpg&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 The tile near the middle of the tile set in the fifth zoom level of landsat2000.&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://tms.osgeo.org/1.0.0/landsat2000/1/8500/8500.png&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===TileMap Diagram===&lt;br /&gt;
&lt;br /&gt;
(this is where a diagram of how the Origin, Bounding Box, tile numbering and so on all tie together)&lt;br /&gt;
&lt;br /&gt;
==Implementation Advice==&lt;br /&gt;
&lt;br /&gt;
===Maximizing Interoperability===&lt;br /&gt;
&lt;br /&gt;
Using this server specification will ensure that clients can easily consume your tiled map data.  However, it will not guarantee that clients can efficiently overlay your data with data from other tile map servers.  In order to maximize the interoperability of your tile map with other tile maps, you must implement the &amp;quot;global profile&amp;quot; for your tile map.&lt;br /&gt;
&lt;br /&gt;
(Services implementing the &amp;quot;global profile&amp;quot; should be flagged as such by setting the &amp;quot;global-profile&amp;quot; attribute in the &amp;lt;TileMap&amp;gt; element of the &amp;lt;TileMapService&amp;gt; resource to &amp;quot;1&amp;quot;.)&lt;br /&gt;
&lt;br /&gt;
In order to conform to the &amp;quot;global profile&amp;quot; a TileMap must meet the following requirements:&lt;br /&gt;
&lt;br /&gt;
* Must use &amp;lt;SRS&amp;gt;EPSG:4326&amp;lt;/SRS&amp;gt;&lt;br /&gt;
* Must provide &amp;lt;TileSet&amp;gt;s with units-per-pixel meeting the following formula for any integral value of &amp;quot;n&amp;quot; greater than or equal to 0: units-per-pixel = 0.703125 / 2^n&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Maximizing Cacheability===&lt;br /&gt;
&lt;br /&gt;
Tile maps are usually base maps, and usually represent data that changes on a very slow cycle.  They are also usually large in volume, comprising potentially millions of different tiles.  Given these basic facts, the aggressive use of caching strategies can optimize performance of tile map services.&lt;br /&gt;
&lt;br /&gt;
Caching can happen at multiple layers between the server and the client:&lt;br /&gt;
&lt;br /&gt;
* At the client itself, as the user-agent caches results on the local disk.&lt;br /&gt;
* In a shared cache at an intermediate ISP, allowing multiple users of the ISP to pull data from the cache.&lt;br /&gt;
* In a cache on the server itself, to move load from the tile generator to a simpler caching process.&lt;br /&gt;
&lt;br /&gt;
In order for caching to occur at any of these layers, the caching mechanisms need to know when a resource is cachable.  &lt;br /&gt;
&lt;br /&gt;
(more TBD.....)&lt;br /&gt;
&lt;br /&gt;
====See Also====&lt;br /&gt;
&lt;br /&gt;
[http://www.peej.co.uk/articles/http-caching.html  HTTP Caching]&lt;/div&gt;</summary>
		<author><name>Wiki-Bartvde</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=All_Members&amp;diff=1987</id>
		<title>All Members</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=All_Members&amp;diff=1987"/>
		<updated>2006-03-08T19:11:59Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Bartvde: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=&amp;quot;1&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
 ! style=&amp;quot;background:#efefef;&amp;quot; | Name&lt;br /&gt;
 ! style=&amp;quot;background:#ffdead;&amp;quot; | Affiliations&lt;br /&gt;
 ! style=&amp;quot;background:#efefef;&amp;quot; | OSGeo Projects&lt;br /&gt;
 ! style=&amp;quot;background:#ffdead;&amp;quot; | (Lat,Lon)&lt;br /&gt;
 ! style=&amp;quot;background:#efefef;&amp;quot; | About&lt;br /&gt;
|- &lt;br /&gt;
| Chris Holmes &lt;br /&gt;
| [http://topp.openplans.org The Open Planning Project], [http://geoserver.org GeoServer]&lt;br /&gt;
| [http://incubator.osgeo.org Incubator], [http://board.osgeo.org Board], [http://geotools.org GeoTools] &lt;br /&gt;
| (40.72,-74.00)&lt;br /&gt;
| I come from the Java side of the OSGeo fence, getting my start in GeoServer, where I was lead developer for a couple years, and GeoTools, where I still serve on the PMC.  My time is made possible by [http://topp.openplans.org The Open Planning Project (TOPP)], a great non-profit in New York that has been the lead supporter of GeoServer for years now.  I spent the last year in Zambia on a Fulbright Scholarship, looking at the potential for open source software to help implement spatial data infrastructures in developing countries.  It was a bit of a failure, but I learned a ton, and I see a lot of potential for open source in developing countries, towards truly open spatial data infrastructures.  I'm back at TOPP, in a new role as VP of Strategic Development, helping to grow the organization, and figuring out how to make our geospatial stuff self sustaining.  Once that's rolling, I hope to reinvest extra revenue in to figuring out and building a truly open geospatial web.  And just like apache and linux are the bedrock that the World Wide Web rests on, so too do I believe that the geospatial web necessarily must be built on a foundation of OS Geo software.  My continuing thoughts on all of this can be found at http://cholmes.wordpress.com &lt;br /&gt;
|- &lt;br /&gt;
| Michael P. Gerlek&lt;br /&gt;
| [http://www.lizardtech.com LizardTech]&lt;br /&gt;
| [http://visibilitycommittee.osgeo.org Promotion and Visibility Committee]&lt;br /&gt;
| (47.673166,-122.530143)&lt;br /&gt;
| Engineer at LizardTech, doing MrSID and JPEG 2000 stuff.  Playing with with the next generation of technologies for supporting raster data GIS workflows.&lt;br /&gt;
|-&lt;br /&gt;
| Frank Warmerdam&lt;br /&gt;
| Independent&lt;br /&gt;
| [http://www.gdal.org GDAL/OGR], [http://mapserver.gis.umn.edu MapServer], [http://incubator.osgeo.org Incubator], [http://board.osgeo.org Board]&lt;br /&gt;
| (45.45,-77.25)&lt;br /&gt;
| Lead developer of GDAL/OGR and freelance geospatial software developer.&lt;br /&gt;
|-&lt;br /&gt;
| Jason Birch &lt;br /&gt;
| [http://www.nanaimo.ca/ City of Nanaimo] &lt;br /&gt;
| [http://webcommittee.osgeo.org Web Site], [http://visibilitycommittee.osgeo.org Promotion &amp;amp; Visibility]&lt;br /&gt;
| (49.155, -124.005)&lt;br /&gt;
| I am a long-time GIS/IT/'Net junkie, and am currently working for the City of Nanaimo's IT department as a Sr. Applications Analyst (GIS Specialist).   I am excited about what I see happening in the open source geospatial world, with OSGeo as a catalyst. [[User:Jasonbirch]]&lt;br /&gt;
|-&lt;br /&gt;
|Howard Butler &lt;br /&gt;
| [http://www.hobu.biz/ Hobu, Inc] &lt;br /&gt;
| [http://webcommittee.osgeo.org Web Site Committee],&lt;br /&gt;
| (42.00, -93.00)&lt;br /&gt;
| MapServer hacker, MTSC member.  GDAL hacker.  ESRI ArcSDE hack.  Purveyor of Windows binary builds  [[User:hobu]]&lt;br /&gt;
|-&lt;br /&gt;
| Markus Neteler&lt;br /&gt;
| [http://mpa.itc.it ITC-irst], [http://www.cealp.it CEA], [http://www.gdf-hannover.de GDF Hannover] &lt;br /&gt;
| [http://grass.itc.it GRASS GIS], [http://board.osgeo.org Board], [http://visibilitycommittee.osgeo.org Promotion &amp;amp; Visibility]&lt;br /&gt;
| (46.06714, 11.15113)&lt;br /&gt;
| Developer of GRASS GIS, researcher at ITC-irst + CEA, Trento, Italy and co-founder of GDF Hannover  [[User:neteler]]&lt;br /&gt;
|- &lt;br /&gt;
| R. Paul Warriner&lt;br /&gt;
| [http://www.orchardparkny.org/ Town of Orchard Park]&lt;br /&gt;
| [http://webcommittee.osgeo.org Web Site Committee]&lt;br /&gt;
| (43.17, -78.69)&lt;br /&gt;
| Network Coordinator, old oil field hand (really, I do know what a frac job is), started with remote data comm. from well sites in '84 as a truckdriver, turned computer jockey by Linux in '93, found ArcView 1.0 the same year (I think), and the rest is ..... (oh yeah, I did some of that Calculus, Organic Chemistry, and Thermo thingy stuff along the way). [[User:RPaulW]]&lt;br /&gt;
|-&lt;br /&gt;
|Bart van den Eijnden&lt;br /&gt;
| [http://www.osgis.nl/ OSGIS] &lt;br /&gt;
| [http://chameleon.maptools.org Chameleon],&lt;br /&gt;
| (52.0768396070808, 5.12454)&lt;br /&gt;
| Freelancer working with several open source GIS tools, mainly Chameleon, Mapserver and Geoserver. &lt;br /&gt;
[[User:bartvde]]&lt;br /&gt;
|- &lt;br /&gt;
| Add yourself&lt;br /&gt;
| Everyone is welcome&lt;br /&gt;
| Just edit the wiki (login/join in upper right corner)&lt;br /&gt;
| Input lat/long here&lt;br /&gt;
| Copy and paste this entry, put it last, and change the one above to your information&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Bartvde</name></author>
	</entry>
</feed>