In order to make it more clear that users are required to have the theme/

directory to deploy when depending on features which use CSS, and make it clear
how to override the CSS in OpenLayers, include <link rel> ags in all examples.
(Closes #884)  


git-svn-id: http://svn.openlayers.org/trunk/openlayers@6145 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-02-08 22:19:28 +00:00
parent 6f2a3598be
commit 10907f2880
91 changed files with 92 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers GML Parser</title> <title>OpenLayers GML Parser</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Accessible Example</title> <title>OpenLayers Accessible Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Animated Panning of the Map via map.panTo</title> <title>Animated Panning of the Map via map.panTo</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Attribution Example</title> <title>OpenLayers Attribution Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
+1
View File
@@ -2,6 +2,7 @@
<head> <head>
<title>OpenLayers Base Layers Example</title> <title>OpenLayers Base Layers Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512; width: 512;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Boxes Example</title> <title>OpenLayers Boxes Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Boxes Example</title> <title>OpenLayers Boxes Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Buffer Example</title> <title>OpenLayers Buffer Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -2,6 +2,7 @@
<head> <head>
<title>OpenLayers Click Handler Example</title> <title>OpenLayers Click Handler Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 340px; width: 340px;
+1
View File
@@ -2,6 +2,7 @@
<head> <head>
<title>OpenLayers Click Event Example</title> <title>OpenLayers Click Event Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+2
View File
@@ -1,6 +1,8 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Map Controls Example</title> <title>OpenLayers Map Controls Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Custom Control Point Examle</title> <title>OpenLayers Custom Control Point Examle</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Custom Control Example</title> <title>Custom Control Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -3,6 +3,7 @@
<title>OpenLayers Double Set Center Example</title> <title>OpenLayers Double Set Center Example</title>
<script src="../lib/OpenLayers.js"></script> <script src="../lib/OpenLayers.js"></script>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width:512px; width:512px;
+1
View File
@@ -2,6 +2,7 @@
<head> <head>
<title>Drag Feature Example</title> <title>Drag Feature Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -2,6 +2,7 @@
<head> <head>
<title>Draw Feature Example</title> <title>Draw Feature Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -3,6 +3,7 @@
<head> <head>
<title>OpenLayers Editing Toolbar Example</title> <title>OpenLayers Editing Toolbar Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Example</title> <title>OpenLayers Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -2,6 +2,7 @@
<head> <head>
<title>Full Screen Example</title> <title>Full Screen Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 100%; width: 100%;
+1
View File
@@ -2,6 +2,7 @@
<head> <head>
<title>Full Screen Example 2</title> <title>Full Screen Example 2</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 100%; width: 100%;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers GeoRSS Marker Example</title> <title>OpenLayers GeoRSS Marker Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers GeoRSS Serialize Example</title> <title>OpenLayers GeoRSS Serialize Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers GeoRSS Example</title> <title>OpenLayers GeoRSS Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -2,6 +2,7 @@
<head> <head>
<title>OpenLayers Feature Info Example</title> <title>OpenLayers Feature Info Example</title>
<script src="../lib/OpenLayers.js"></script> <script src="../lib/OpenLayers.js"></script>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
ul, li { padding-left: 0px; margin-left: 0px; } ul, li { padding-left: 0px; margin-left: 0px; }
</style> </style>
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers GML Layer Example</title> <title>OpenLayers GML Layer Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers GML Serialization Example</title> <title>OpenLayers GML Serialization Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Google Layer Example</title> <title>OpenLayers Google Layer Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html> <html>
<head> <head>
<title>OpenLayers Gutter Example</title> <title>OpenLayers Gutter Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 521px; width: 521px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Hover Handler Example</title> <title>OpenLayers Hover Handler Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Image Layer Example</title> <title>OpenLayers Image Layer Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
p { p {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Geometry Intersections</title> <title>Geometry Intersections</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
html, body { html, body {
margin: 0; margin: 0;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers KaMap Example</title> <title>OpenLayers KaMap Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Layer Opacity Example</title> <title>OpenLayers Layer Opacity Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
body { body {
font-family: sans-serif; font-family: sans-serif;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Layer Load Monitoring Example</title> <title>OpenLayers Layer Load Monitoring Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Layer Switcher Example</title> <title>OpenLayers Layer Switcher Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Basic Single WMS Example</title> <title>OpenLayers Basic Single WMS Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>MapServer Layer</title> <title>MapServer Layer</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>MapServer Single Tile Mode</title> <title>MapServer Single Tile Mode</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 100%; width: 100%;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Resize a Marker</title> <title>Resize a Marker</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Markers Layer Example</title> <title>Markers Layer Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Using a Layer.Text to display markers</title> <title>Using a Layer.Text to display markers</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>MultiMap</title> <title>MultiMap</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 100%; width: 100%;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Modify Feature</title> <title>Modify Feature</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -3,6 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" debug="true"> <html xmlns="http://www.w3.org/1999/xhtml" debug="true">
<head> <head>
<title>MousePosition Control</title> <title>MousePosition Control</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
body { body {
margin: 0; margin: 0;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>MultiMap SphericalMercator</title> <title>MultiMap SphericalMercator</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 100%; width: 100%;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#mapDiv { #mapDiv {
width: 400px; width: 400px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 600px; width: 600px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 70%; width: 70%;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Using maxResolution to control overlays</title> <title>Using maxResolution to control overlays</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 650px; width: 650px;
+1
View File
@@ -1,6 +1,7 @@
<html> <html>
<head> <head>
<title>Overview Map Example</title> <title>Overview Map Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<script src="../lib/OpenLayers.js" type="text/javascript"></script> <script src="../lib/OpenLayers.js" type="text/javascript"></script>
<style> <style>
#map1 { #map1 {
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
body { body {
border: 0px; border: 0px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Regular Polygon Example</title> <title>OpenLayers Regular Polygon Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
html, body { html, body {
margin: 0; margin: 0;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Resize Features Example</title> <title>OpenLayers Resize Features Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 500px; width: 500px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Restricted Extent Example</title> <title>OpenLayers Restricted Extent Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Rotate Features Example</title> <title>OpenLayers Rotate Features Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 500px; width: 500px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Open Popup on Layer.Vector</title> <title>Open Popup on Layer.Vector</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>SelectFeature Control on Layer.Vector</title> <title>SelectFeature Control on Layer.Vector</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html> <html>
<head> <head>
<title>Setting a visual Extent</title> <title>Setting a visual Extent</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<script src="../lib/OpenLayers.js"></script> <script src="../lib/OpenLayers.js"></script>
</head> </head>
<body> <body>
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 100%; width: 100%;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers TileCache Example</title> <title>OpenLayers TileCache Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Tiled Map Service Example</title> <title>OpenLayers Tiled Map Service Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers WorldWind Example</title> <title>OpenLayers WorldWind Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 800px; width: 800px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>OpenLayers Virtual Earth Example</title> <title>OpenLayers Virtual Earth Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>Vector Formats</title> <title>Vector Formats</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
html, body { html, body {
margin: 0; margin: 0;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,6 +1,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>WKT</title> <title>WKT</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#info { #info {
position: absolute; position: absolute;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
height: 256px; height: 256px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -3,6 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>XHTML Example</title> <title>XHTML Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<script src="../lib/OpenLayers.js" type="text/javascript"></script> <script src="../lib/OpenLayers.js" type="text/javascript"></script>
</head> </head>
<body style="width:100%"> <body style="width:100%">
+1
View File
@@ -3,6 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>XML Parsing Example</title> <title>XML Parsing Example</title>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
body { body {
margin: 0 2em; margin: 0 2em;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;
+1
View File
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
<style type="text/css"> <style type="text/css">
#map { #map {
width: 512px; width: 512px;