Difference between revisions of "OpenLayers Tutorial Pt"
Line 46: | Line 46: | ||
http://dev.openlayers.org/apidocs/index/General.html | http://dev.openlayers.org/apidocs/index/General.html | ||
− | + | http://trac.openlayers.org/ | |
+ | |||
== Before Getting Started -- The Technologies Behind OpenLayers == | == Before Getting Started -- The Technologies Behind OpenLayers == | ||
Revision as of 10:04, 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
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