Difference between revisions of "OpenLayers Tutorial Pt"
Line 11: | Line 11: | ||
− | == | + | == Olá Terra OpenLayers == |
+ | http://openlayers.org/doc/ | ||
+ | == Exemplos, passo a passo == | ||
+ | http://openlayers.org/dev/examples/ | ||
− | == | + | == Guia de Utilização == |
+ | http://trac.openlayers.org/wiki/UserGuide | ||
+ | http://www.openlayers.org/QuickTutorial/ | ||
== Funcionalidades Avançadas == | == Funcionalidades Avançadas == | ||
+ | |||
+ | Exemplo de uma app já com muita cena :) | ||
+ | |||
+ | |||
+ | == Fornecedores de Serviços == | ||
+ | '''Features:''' | ||
+ | * Load map data from many sources: | ||
+ | ** [[Web Map Service]] | ||
+ | ** [[Web Feature Service]] | ||
+ | ** [[Google Maps]] | ||
+ | ** [[OpenStreetMap]] | ||
+ | ** [[Virtual Earth]] | ||
+ | ** [[Yahoo! Maps]] | ||
+ | ** [[MapServer]] | ||
+ | ** [[GeoServer]] | ||
+ | ** [http://ka-map.maptools.org/ ka-Map] | ||
+ | ** [[NASA World Wind|World Wind servers]] | ||
+ | * [[GeoRSS]] support | ||
+ | |||
== Outros Recursos == | == Outros Recursos == | ||
+ | http://dev.openlayers.org/apidocs/index/General.html | ||
+ | |||
+ | from: [openlayers.org] | ||
+ | == Before Getting Started -- The Technologies Behind OpenLayers == | ||
+ | |||
+ | We at !OpenLayers generally ''assume'' that everyone who comes to us is already a highly skilled web programmer. Such, however, is not always the case. Here we have assembled a few quick links to tutorials and the like on how to master the art of coding in !JavaScript, debug in Firebug, understand JSON, etc. | ||
+ | |||
+ | * [http://blog.mootools.net/2007/6/5/help-i-dont-know-javascript Introduction to JavaScript] by the people at [http://mootools.net mootools]. | ||
+ | * Four-part video series by [http://www.crockford.com/ Douglas Crockford] on [http://video.yahoo.com/watch/111593/1710507 Programming in JavaScript] | ||
+ | * [http://javascript.crockford.com/ Crockford's JavaScript page] | ||
+ | * [http://www.json.org/ Introduction to JSON] | ||
+ | * [http://getfirebug.com/logging.html Debugging with Firebug] |
Revision as of 09:56, 27 September 2008
Introdução
OpenLayers é uma biblioteca JavaScript open-source, sob licença BSD, que permite construir páginas web contendo informação geo-espacial dinâmica e independente de servidor. Implementa uma API JavaSript, ainda em desenvolvimento, que permite a construção de aplicações geográficas web-based, disponilbilizando APIs como o Google Maps e o MSN Virtual Earth, desta feita, como software livre. Criado pela MetaCarta, que continua a desempenhar um papel activo no suporte e gestão deste projecto, pertence desde de Novembro de 2007 à Open Source Geospatial Foundation que apoia e promove o desenvolvimento cooperativo de tecnologias e dados geo-espaciais.
Olá Terra OpenLayers
Exemplos, passo a passo
http://openlayers.org/dev/examples/
Guia de Utilização
http://trac.openlayers.org/wiki/UserGuide http://www.openlayers.org/QuickTutorial/
Funcionalidades Avançadas
Exemplo de uma app já com muita cena :)
Fornecedores de Serviços
Features:
- Load map data from many sources:
- GeoRSS support
Outros Recursos
http://dev.openlayers.org/apidocs/index/General.html
from: [openlayers.org]
Before Getting Started -- The Technologies Behind OpenLayers
We at !OpenLayers generally assume that everyone who comes to us is already a highly skilled web programmer. Such, however, is not always the case. Here we have assembled a few quick links to tutorials and the like on how to master the art of coding in !JavaScript, debug in Firebug, understand JSON, etc.
* Introduction to JavaScript by the people at mootools. * Four-part video series by Douglas Crockford on Programming in JavaScript * Crockford's JavaScript page * Introduction to JSON * Debugging with Firebug