diff --git a/.travis.yml b/.travis.yml index 5255ca0d..4b103a23 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,14 @@ cache: - node_modules before_deploy: - npm run archive:en + - npm run archive:fr deploy: provider: releases api_key: secure: ag2ObhNaZYbULIABDARbHyvqk9DChYg6j6HZUmocdfM4Go/MF/OckpR0VntiMKpv+eQ8vdmTyRWVcW4Y/B+AOkMs/fhRs4rYOLq7BXWyLLbcvNaXP+3n6HDB/RZBPcNCYdQUo+oDDOyk7W9vF5T3o4aKlXFRLQIVQgABrwEQC1I= file: - openlayers-workshop-en.zip + - openlayers-workshop-fr.zip on: repo: openlayers/workshop tags: true diff --git a/archive.sh b/archive.sh index 4fc70a21..1cf630c0 100755 --- a/archive.sh +++ b/archive.sh @@ -44,9 +44,9 @@ build_archive() { npm run build mkdir -p ${BUILD}/openlayers-workshop-${1} cp doc/${1}/README.md ${BUILD}/openlayers-workshop-${1}/ - cp src/${1}/*.* ${BUILD}/openlayers-workshop-${1} - cp -r src/${1}/data ${BUILD}/openlayers-workshop-${1}/data - cp -r src/${1}/examples ${BUILD}/openlayers-workshop-${1}/examples + cp src/en/*.* ${BUILD}/openlayers-workshop-${1} + cp -r src/en/data ${BUILD}/openlayers-workshop-${1}/data + cp -r src/en/examples ${BUILD}/openlayers-workshop-${1}/examples cp -r ${BUILD}/openlayers-workshop/${1} ${BUILD}/openlayers-workshop-${1}/doc cp -r ${BUILD}/openlayers-workshop/gitbook ${BUILD}/openlayers-workshop-${1}/gitbook cd ${BUILD} diff --git a/doc/fr/README.md b/doc/fr/README.md index ce24309b..49820a1e 100644 --- a/doc/fr/README.md +++ b/doc/fr/README.md @@ -4,17 +4,17 @@ Bienvenue au **Workshop OpenLayers**. Ce workshop est conçu pour vous donner un ## Configuration -Ces instructions assument que vous avez récupéré l'archive `openlayers-workshop-fr.zip` depuis la [dernière version du workshop](https://github.com/openlayers/workshop/releases). En plus, vous devez avoir [Node](https://nodejs.org/) installé pour lancer une serveur de développement pour la bibliothèque OpenLayers. +Ces instructions assument que vous avez récupéré l'archive `openlayers-workshop-fr.zip` depuis la [dernière version du workshop](https://github.com/openlayers/workshop/releases). En plus, vous devrez avoir [Node](https://nodejs.org/) v6 ou supérieur installé pour lancer une serveur de développement pour la bibliothèque OpenLayers. Après extraction du fichier zip, allez dans le répertoire `openlayers-workshop-fr` et installez quelques dépendances additionnelles: npm install -Maintenant, vous êtes prêts à démarrer le serveur pour le workshop. Il sert la documentation du workshop en plus de fournir un chargeur pour le debug pour la bibliothèque OpenLayers. +Maintenant, vous êtes prêts à démarrer le serveur pour le workshop. Il sert la documentation du workshop en plus de fournir un "bundler" de modules pour la bibliothèque OpenLayers. npm start -Cela va démarrer un serveur de développement où vous pourrez lire la documentation du workshop et avancez sur les exercices: {{ book.workshopUrl }}. +Cela va démarrer un serveur de développement où vous pourrez lire la documentation du workshop et avancez sur les exercices. Vous devriez être capable de confirmer que les choses marchent en voyant une popup d'alerte sur {{book.workshopUrl}}/. Vous pouvez lire la documentation du workshop sur {{book.workshopUrl}}/doc/. ## Vue d'ensemble @@ -22,8 +22,8 @@ Ce workshop est présenté comme un jeu de modules. Dans chacun de ces modules, Les modules suivants seront couverts par ce workshop: -* [Les basiques](basics/README.md) - Apprendre comment ajouter une carte dans une page web avec OpenLayers. -* [Les couches et les sources](layers/README.md) - Apprendre à propos des couches et sources. -* [Les `Controls` et les `Interactions`](controls/README.md) - Apprendre comment utiliser les `controls` et les `interactions` au sens Openlayers. -* [Les sujets liés aux vecteurs](vector/README.md) - Explorer les couches vecteur en profondeur. -* [Les `build` personnalisés](custom-builds/README.md) - Créer des `build` personnalisés d'OpenLayers. +* [Les bases](basics/README.md) - Apprendre comment ajouter une carte dans une page web avec OpenLayers. +* [Données vecteur](vector/README.md) - Travailler avec des données vecteur. +* [Tuiles vecteur](vectortile/README.md) - Créer des belles cartes avec des tuiles vecteur. +* [Opérations Raster](raster/README.md) - Manipuler des pixels avec une source raster. +* [Déployer](deploying/README.md) - Créer des applications pour la production. \ No newline at end of file diff --git a/doc/fr/SUMMARY.md b/doc/fr/SUMMARY.md index 080cd83f..91ba0bb7 100644 --- a/doc/fr/SUMMARY.md +++ b/doc/fr/SUMMARY.md @@ -1,28 +1,25 @@ # Sommaire -* [Les basiques](basics/README.md) - * [Créez une carte](basics/map.md) - * [Disséquez votre carte](basics/dissect.md) - * [Ressources OpenLayers utiles](basics/resources.md) - -* [Les couches et les sources](layers/README.md) - * [Sources WMS](layers/wms.md) - * [Sources tuilées](layers/cached.md) - * [Fournisseurs de tuiles propriétaires](layers/proprietary.md) - * [Données vecteur](layers/vector.md) - * [Source image vecteur](layers/imagevector.md) - -* [Les control et les interaction](controls/README.md) - * [Le control barre d'échelle `ScaleLine`](controls/scaleline.md) - * [L'interaction de sélection `Select`](controls/select.md) - * [L'interaction de dessin `Draw`](controls/draw.md) - * [L'interaction de modification `Modify`](controls/modify.md) - -* [Les sujets liés aux vecteurs](vector/README.md) - * [Aparté sur les formats](vector/formats.md) - * [Concepts de styles](vector/style-intro.md) - * [Styles personnalisés](vector/style.md) - -* [Les `build` personnalisés](custom-builds/README.md) - * [Concepts](custom-builds/concepts.md) - * [Créer des `build` personnalisés](custom-builds/create.md) +* [Les bases](basics/README.md) + * [Créer une carte](basics/map.md) + * [Zoomer sur votre position](basics/geolocation.md) + * [Dessiner un point à votre position](basics/point-feature.md) + * [Montrer une popup au clic d'un objet géographique](basics/popup.md) +* [Données vecteur](vector/README.md) + * [Faire le rendu d'un GeoJSON](vector/geojson.md) + * [Glisser-déposer](vector/drag-n-drop.md) + * [Modifier les objets géographiques](vector/modify.md) + * [Dessiner de nouveaux objets géographiques](vector/draw.md) + * [Magnétisme ou snapping](vector/snap.md) + * [Télécharger des objets géographiques](vector/download.md) + * [Rendre l'éditeur plus joli](vector/style.md) +* [Tuiles vecteur](vectortile/README.md) + * [La couche VectorTile](vectortile/map.md) + * [Interagir avec les objets géographiques de VectorTile](vectortile/interact.md) + * [Styler une couche VectorTile](vectortile/ugly.md) + * [Rendre les choses "brillantes"](vectortile/bright.md) +* [Opérations raster](raster/README.md) + * [Configuration de la carte](raster/map.md) + * [Faire le rendu des données élévation](raster/elevation.md) + * [Faire le rendu du niveau de la mer](raster/raster.md) +* [Déploiement](deploying/README.md) diff --git a/doc/fr/basics/README.md b/doc/fr/basics/README.md index 5b2dd50e..a471f579 100644 --- a/doc/fr/basics/README.md +++ b/doc/fr/basics/README.md @@ -1,5 +1,8 @@ -# Les basiques +# Les bases -* [Créez une carte](map.md) -* [Disséquez votre carte](dissect.md) -* [Ressources OpenLayers utiles](resources.md) +Maintenant que nous avons configuré notre environnement de développement, commençons en créant une page web simple avec une carte OpenLayers et ajoutons-lui un peu d'animation et d'interaction. + +* [Créer une carte](map.md) +* [Zoomer sur votre position](geolocation.md) +* [Dessiner un point à votre position](point-feature.md) +* [Montrer une popup au clic d'un objet géographique](popup.md) diff --git a/doc/fr/basics/debugger.png b/doc/fr/basics/debugger.png deleted file mode 100644 index 4544220b..00000000 Binary files a/doc/fr/basics/debugger.png and /dev/null differ diff --git a/doc/fr/basics/dissect.md b/doc/fr/basics/dissect.md deleted file mode 100644 index 85425b86..00000000 --- a/doc/fr/basics/dissect.md +++ /dev/null @@ -1,102 +0,0 @@ -# Disséquez votre carte - -Comme démontré dans la [section précédente](./map.md), une carte est générée en combinant balises, déclarations de style et code d'initialisation. Nous allons voir chacune de ces parties plus en détail. - -## Balise HTML pour la carte - -La balise pour la carte dans [l'exemple précédent](./map.md) génère un élément du DOM unique: - -```html -
-``` - -Cet élément `
` servira comme container de votre fenêtre d'affichage de carte. Ici, nous utilisons un élément `
`, mais le container pour la fenêtre d'affichage de carte peut être n'importe quel élement de type "block". - -Dans ce cas, nous donnons au container un attribut `id` afin que nous puissions le référencer comme cible `target` de notre carte. - -## Styles de carte - -OpenLayers fournit une feuille de styles par défaut qui spécifie comment les principaux éléments liés à la carte devraient être stylés. Nous incluons explicitement cette feuille de style dans la page `map.html` (``). - -OpenLayers ne fait aucune supposition concernant la taille de la carte. Pour cette raison, en suivant la feuille de style par défaut, nous avons besoin d'inclure au moins une déclaration de style personnalisée pour donner de la place à la carte sur la page. - -```html - - -``` - -Dans ce cas, nous utilisons la valeur de l'`id` du container de la carte comme sélecteur et nous spécifions la largeur (`512px`) et la hauteur (`256px`) pour le container de la carte. - -Les déclarations de style sont directement incluses dans le bloc `` de notre document. Dans la plupart des cas, vos déclarations de style liées à la carte seront incluses dans un thème de site web plus important, référencé dans des feuilles de style externes. - -## Initialisation de la carte - -La prochaine étape dans la génération de votre carte est d'inclure un peu de code pour l'initialisation. Dans notre cas, nous avons inclus un élément ` -``` - -L'ordre de ces étapes est important. Avant que notre script personnalisé puisse être exécuté, la bibliothèque OpenLayers doit impérativement être chargée. Dans notre exemple, la bibliothèque OpenLayers est chargée dans le bloc `` de notre document avec ``. - -De manière similaire, notre code d'initialisation de la carte (ci-dessus) ne peut être exécuté avant que l'élément du document qui sert de fenêtre d'affichage de carte, dans ce cas `
`, ne soit chargé. En incluant, le code d'initialisation à la fin du corps de ``, nous nous assurons que la bibliothèque est chargée et que le container de la fenêtre d'affichage de carte est prêt avant de générer notre carte. - -Regardons plus en détails ce que le script d'initialisation de la carte fait. Notre script créé un nouvel objet `ol.Map` avec quelques options de configuration: - -```js - target: 'map' -``` - -Nous utilisons la valeur de l'attribut `id` du container de la fenêtre d'affichage de carte pour indiquer au constructeur de la carte où faire le rendu de la carte. Dans ce cas, nous passons `"map"` comme valeur de chaîne de caractères pour le paramètre `target` (cible) du constructeur de la carte. Cette syntaxe est un raccourci par commodité. Nous pourrions être plus explicite et fournir une référence directe à l'élément (c'est à dire `document.getElementById("map")`). - - -La configuration de couches créé une couche qui doit être affichée dans notre carte: - -```js - layers: [ - new ol.layer.Tile({ - source: new ol.source.TileWMS({ - url: 'https://ahocevar.com/geoserver/wms', - params: {LAYERS: 'nasa:bluemarble', TILED: true} - }) - }) - ], -``` - -Ne vous inquiétez pas de la syntaxe ici si cette partie est nouvelle pour vous. La création de couches sera couverte dans un autre module. La partie importante à comprendre est que la vue de notre carte est une collection de couches. Pour pouvoir voir une carte, nous avons besoin au minimum d'une couche. - -L'étape finale est de définir la vue. Nous spécifions une projection, un centre et un niveau de zoom. Nous spécifions aussi une `maxResolution` pour nous assurer que nous ne demandons pas des `bounding boxes` que GeoWebCache ne peut pas gérer. - -```js - view: new ol.View({ - projection: 'EPSG:4326', - center: [0, 0], - zoom: 0, - maxResolution: 0.703125 - }) -``` - -Vous avez disséqué avec succès votre première carte! Maintenant, [apprenons en plus](./resources.md) sur le développement avec OpenLayers. diff --git a/doc/fr/basics/geolocation.md b/doc/fr/basics/geolocation.md new file mode 100644 index 00000000..a3fadc2f --- /dev/null +++ b/doc/fr/basics/geolocation.md @@ -0,0 +1,21 @@ +# Zoomer sur votre position + +Les navigateurs fournissent une API pour avoir l'emplacement actuel de l'utilisateur. Nous voulons utiliser cette fonctionnalité pour zoomer sur la carte à l'endroit où l'utilisateur est actuellement. Pour rendre plus facile à l'utilisateur de voir ce qui se passe sur la carte, nous voulons animer le zoom. + +## Changements de l'application + +Tout d'abord, nous devons assigner la carte à une constante, afin que nous puissions y accéder depuis d'autres composants que nous allons ajouter dans cet exercice: + +[import:'map-const'](../../../src/en/examples/basics/geolocation.js) + +Pour ajouter la fonctionnalité de géolocalisation, nous ajoutons un petit bloc de code à notre fichier `main.js`: + +[import:'geolocation'](../../../src/en/examples/basics/geolocation.js) + +Cela nécessite un nouvel import pour la fonction `proj.fromLonLat()`, qui convertit les coordonnées longitude/latitude dans le système de coordonnées qu'OpenLayers utilise par défaut pour la vue de la carte (Web Mercator, EPSG: 3857). + +[import:'import-proj'](../../../src/en/examples/basics/geolocation.js) + +### Voir le résultat + +nous aurons surement une demande qui va demander si nous voulons donner accès à la page à notre emplacement. Après avoir répondu 'Oui', un zoom animé devrait nous conduire sur notre position actuelle. \ No newline at end of file diff --git a/doc/fr/basics/map.md b/doc/fr/basics/map.md index 45dd4132..a3881425 100644 --- a/doc/fr/basics/map.md +++ b/doc/fr/basics/map.md @@ -1,60 +1,37 @@ # Créez une carte -Dans OpenLayers, une carte est une collection de couches avec plusieurs `interactions` et `controls` pour gérer les interactions utilisateurs. Une carte est générée avec trois ingrédients basiques: les balises, les déclarations de style et l'initialisation du code. +Dans OpenLayers, une carte est une collection de couches qui est rendue dans une page web. Pour créer une carte, vous avez besoin de balises (HTML) qui crée une fenêtre de carte (c'est à dire un élément `
`), un peu de style pou donner à la fenêtre de carte les dimensions appropriéesà votre page et le code d'initialisation de la carte. ## Exemple fonctionnel -Jetons un oeil à un exemple pleinement fonctionnel d'une carte OpenLayers. - -```html - - - - - - OpenLayers example - - - -

My Map

-
- - - -``` - -### Tâches - -1. Assurez-vous d'avoir bien complété les [instructions de configuration](../) pour installer les dépendances et avoir le serveur de debug qui fonctionne. - -1. Copiez le texte ci-dessus dans un nouveau fichier appelé `map.html`, et sauvez-le à la racine du répertoire du workshop. - -1. Ouvrir la carte dans votre navigateur web: {{ book.workshopUrl }}/map.html - -![Un carte fonctionnelle affichant une image du monde](map1.png) - -Après avoir créé avec succès votre première carte, nous allons continuer en regardant plus précisément chacune des [différentes parties](./dissect.md). +Assurez-vous d'avoir bien complété les [instructions de configuration](../) pour installer les dépendances et avoir le serveur de debug qui fonctionne. + +Maintenant, créons un exemple fonctionnel complet d'une carte OpenLayers. Au minimum, nous avons besoin d'une balise avec un élément "container" pour une carte, et une instance `Map` de OpenLayers que nous configurons avec une couche et une vue. + +### Les balises HTML + +En premier, nous créons un fichier `index.html` à la racine du répertoire de workshop: + +[import](../../../src/en/examples/basics/map.html) + +Notez que nous n'avons pas besoin d'inclure la moindre balise ` - OpenLayers example - - -

My Map

-
- - - - ``` - -2. Sauvez vos changements dans `map.html` et ouvrez la page dans votre navigateur: {{ book.workshopUrl }}/map.html. Pour voir, le dessin de géométries de type point en action, cliquez sur la carte pour ajouter un nouvel objet géographique: - - ![Utilisation d'une interaction de dessin pour ajouter un objet géographique à la source vecteur](draw1.png) - -### Tâches bonus - -1. Créez un "listener" qui récupère les coordonnées X et Y du nouvel objet géographique après qu'il ait été dessiné. - -### Solutions - -Voici une solution pour la première tâche bonus. Dedans, nous assignons un "listener" pour l'événement `drawend` de `ol.interaction.Draw`. Cette méthode enregistre les X et Y de l'objet géographique dans la console des outils de développement du navigateur: - -```js -draw.on('drawend', function(evt){ - var feature = evt.feature; - var p = feature.getGeometry(); - console.log(p.getCoordinates()); -}); -``` diff --git a/doc/fr/controls/draw1.png b/doc/fr/controls/draw1.png deleted file mode 100644 index 37236879..00000000 Binary files a/doc/fr/controls/draw1.png and /dev/null differ diff --git a/doc/fr/controls/modify.md b/doc/fr/controls/modify.md deleted file mode 100644 index abae906a..00000000 --- a/doc/fr/controls/modify.md +++ /dev/null @@ -1,114 +0,0 @@ -# Modifier des objets géographiques - -La modification des objets géographiques fonctionne en utilisant une `ol.interaction.Select` combinée avec une `ol.interaction.Modify`. Elles partagent une collection (`ol.Collection`) en commun d'objets géographiques. Les objets géographiques sélectionnés avec `ol.interaction.Select` deviennent des candidats aux modifications avec `ol.interaction.Modify`. - -## Créer une couche vecteur et une interaction de type `Modify` - -### Tâches - -1. Commencez avec un exemple qui fonctionne. Ouvrez `map.html` dans votre éditeur de texte et assurez vous qu'il ressemble à ce qui suit: - - ```html - - - - - - - OpenLayers example - - -

My Map

-
- - - - ``` - -2. Sauvez vos changements de `map.html` et ouvrez la page dans votre navigateur: {{ book.workshopUrl }}/map.html. Pour voir la modification des objets géographiques en action, utilisez le clic souris pour sélectionner un tremblement de terre et ensuite bougez pour déplacer le point. - -## Examen de détails - -Examinons comment la modification des objets géographiques fonctionne. - -```js - var style = new ol.style.Style({ - image: new ol.style.Circle({ - radius: 7, - fill: new ol.style.Fill({ - color: [0, 153, 255, 1] - }), - stroke: new ol.style.Stroke({ - color: [255, 255, 255, 0.75], - width: 1.5 - }) - }), - zIndex: 100000 - }); - var select = new ol.interaction.Select({style: style}); - var modify = new ol.interaction.Modify({ - features: select.getFeatures() - }); -``` - -Nous créons 2 interactions, une `ol.interaction.Select` pour sélectionner les objets géographiques avant de les modifier, et une `ol.interaction.Modify` pour modifier réellement les géométries. Elles partagent la même `ol.Collection` d'objets géographiques. Les objets géographiques sélectionnés en utilisant `ol.interaction.Modify` deviennent candidats à la modification avec `ol.interaction.Modify`. Comme précédemment, `ol.interaction.Select` est configurée avec une objet `style`, qui définit effectivement le style utilisé pour dessiner les objets géographiques sélectionnés. Quand un utilisateur clique sur la carte à nouveau, l'objet géographique est dessiné en utilisant le style de la couche. diff --git a/doc/fr/controls/scaleline.md b/doc/fr/controls/scaleline.md deleted file mode 100644 index 29c60db9..00000000 --- a/doc/fr/controls/scaleline.md +++ /dev/null @@ -1,73 +0,0 @@ -# Afficher une barre d'échelle - -Un autre widget typique à afficher sur une carte est la barre d'échelle. OpenLayers fournit un `ol.control.ScaleLine` juste pour cela. - -## Créer un `control` de barre d'échelle (`ScaleLine`) - -### Tâches - -1. Ouvrez `map.html` dans votre éditeur de texte. - -2. Quelque part dans la configuration de la carte, ajoutez le code suivant pour créer un nouveau `control` de barre d'échelle pour votre carte: - - ```js - controls: ol.control.defaults().extend([ - new ol.control.ScaleLine() - ]), - ``` - -3. Sauvez vos changements et ouvrez `map.html` dans votre navigateur: {{ book.workshopUrl }}/map.html - - ![Une barre d'échelle par défaut dans le coin en bas à gauche](./scaleline1.png) - -## Déplacer le `control` de type `ScaleLine` - -Vous pouvez trouver la barre d'échelle difficile à lire par dessus le fond image. Il y a quelques approches à prendre en compte pour améliorer la visibilité de l'échelle. Si vous voulez gardez le `control` dans la fenêtre d'affichage de carte, vous pouvez ajouter quelques déclarations de style dans le CSS de votre document. Pour tester cela, vous pouvez inclure une couleur de fond et une marge à la barre d'échelle avec quelque chose comme ce qui suit: - -```css - .ol-scale-line { - background: black; - padding: 5px; - } -``` - -Cependant, pour l'intérêt de l'exercice, admettons que vous pensez que l'affichage de la fenêtre de carte est vraiment absolument trop chargée. Pour éviter cet encombrement, vous pouvez afficher votre échelle dans un lieu différent. Pour accomplir ceci, nous avons besoin en premier de créer un élément additionnel dans notre balisage et ensuite, de dire au `control` d'échelle de faire son rendu à l'intérieur de ce nouvel élément. - -### Tâches - -1. Créez un nouvel élément de type block dans la partie `` de votre page. Pour rendre cet élément facile à être référé, nous lui donnons un attribut `id`. Insérez le balisage suivant quelque part dans le `` de votre page `map.html`. (en plaçant l'élément d'échelle juste après l'élement de la fenêtre d'affichage de carte `
` est ce qui parait le plus logique.): - - ```html -
- ``` - -2. Maintenant, modifiez le code créant le `control` d'échelle afin qu'il se réfère à l'élément `scale-line`: - - ```js - controls: ol.control.defaults().extend([ - new ol.control.ScaleLine({className: 'ol-scale-line', target: document.getElementById('scale-line')}) - ]), - ``` - -3. Sauvez vos changements et ouvrez `map.html` dans votre navigateur: {{ book.workshopUrl }}/map.html - -4. "Corrigez" la position du `control` avec, par exemple, les règles CSS suivantes: - - ```css - .scale-line { - position: absolute; - top: 350px; - } - .ol-scale-line { - position: relative; - bottom: 0px; - left: 0px; - } - ``` - -5. Maintenant, sauvegardez vos changements et regardez `map.html` à nouveau dans votre navigateur: {{ book.workshopUrl }}/map.html - - ![Un `control` de barre d'échelle à l'extérieur de la fenêtre d'affichage de la carte](scaleline2.png) - - -*Note* - Pour créer un `control` personnalisé, vous pouvez le faire hériter (en utilisant `ol.inherits`) de `ol.control.Control`. Pour voir, un exemple de cela, allez-voir: http://openlayers.org/en/master/examples/custom-controls.html. diff --git a/doc/fr/controls/scaleline1.png b/doc/fr/controls/scaleline1.png deleted file mode 100644 index 1d0287bc..00000000 Binary files a/doc/fr/controls/scaleline1.png and /dev/null differ diff --git a/doc/fr/controls/scaleline2.png b/doc/fr/controls/scaleline2.png deleted file mode 100644 index 9870b262..00000000 Binary files a/doc/fr/controls/scaleline2.png and /dev/null differ diff --git a/doc/fr/controls/select.md b/doc/fr/controls/select.md deleted file mode 100644 index 789d3737..00000000 --- a/doc/fr/controls/select.md +++ /dev/null @@ -1,88 +0,0 @@ -## Sélectionner des objets géographiques - -Comme nous l'avons vu dans le module sur les couches, nous pouvons récupérer des objets géographiques comme des vecteurs et les dessinez par dessus une carte en fond dite "base". Un des avantages de servir des données vecteur est que les utilisateurs peuvent interagir avec la donnée. Dans cet exemple, nous créons une couche vecteur où les utilisateurs peuvent sélectionner et voir les informations des objets géographiques. - -L'exemple précédent faisait la démonstration de l'utilisation d'un `ol.control.Control` sur la carte. Les `controls` ont une représentation visuelle sur la carte ou ajoutent des éléments DOM au document. Une `ol.interaction.Interaction` est responsable de gérer les interactions utilisateurs, mais typiquement sans représentation visuelle. Cet exemple montre l'utilisation d'une `ol.interaction.Select` pour interagir avec les objets géographiques de couches vecteur. - -## Créer un couche vecteur et une interaction de type `Select` - -### Tâches - -1. Commençons avec l'exemple avec la couche vecteur de la [section précédente](../layers/vector.md). Ouvrez `map.html` dans votre éditeur de texte et assurez-vous qu'il ressemble à quelque chose comme suivant: - - ```html - - - - - - - OpenLayers example - - -

My Map

-
- - - - ``` - -2. Sauvez vos changements de `map.html` et ouvrez la page dans votre navigateur: {{ book.workshopUrl }}/map.html. Pour voir la sélection d'objets géographiques en action, utilisez le clic souris pour sélectionner un tremblement de terre: - - ![Utilisation d'une interaction pour sélectionner les objets géographiques issus d'une couche vecteur](select1.png) diff --git a/doc/fr/controls/select1.png b/doc/fr/controls/select1.png deleted file mode 100644 index 3b7d820d..00000000 Binary files a/doc/fr/controls/select1.png and /dev/null differ diff --git a/doc/fr/custom-builds/README.md b/doc/fr/custom-builds/README.md deleted file mode 100644 index 3f522af7..00000000 --- a/doc/fr/custom-builds/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# Les `build` personnalisés - -* [Concepts](concepts.md) -* [Créer des `build` personnalisés](create.md) diff --git a/doc/fr/custom-builds/concepts.md b/doc/fr/custom-builds/concepts.md deleted file mode 100644 index e3212184..00000000 --- a/doc/fr/custom-builds/concepts.md +++ /dev/null @@ -1,87 +0,0 @@ -# Comprendre les `build` personnalisés - -OpenLayers est une grosse bibliothèque qui fournit de nombreuses fonctionnalités. -Ainsi, il est peu probable qu'une application nécessite et utilise toutes les fonctionnalités qu'OpenLayers fournit. Les `build` personnalisés (c'est à dire `build` spécifiques à une application) sont des versions de la bibliothèque OpenLayers qui embarquent juste les fonctionnalités que votre application a besoin. - Les `build` personnalisés sont souvent plus petits que les `build` complets. Ainsi, créer des `build` personnalisés est souvent une très bonne idée. - -## Pré-requis - -Les `build` OpenLayers sont créés en utilisant [Closure -Compiler](https://developers.google.com/closure/compiler/). Le but de Closure Compiler est de compiler le JavaScript en un JavaScript "meilleur", qui prend moins de temps à télécharger et fonctionne plus vite. - -Closure Compiler est un programme en Java. Ainsi pour qu'il fonctionne, Closure Compiler nécessite une machine virtuelle Java. De ce fait, avant de passer à la section suivante et de créer un `build` personnalisé, assurez-vous que Java est installé sur votre machine. - -Vous avez juste besoin du Java Runtime Environment (JRE), que vous pouvez télécharger depuis [le site Java de Oracle](http://www.oracle.com/technetwork/java/javase/downloads/index.html). Par exemple, pour Windows, vous téléchargerez et installerez probablement `jre-8u92-windows-x64.exe`. - -## Fichier de configuration du `build` - -Créez un `build` personnalisé nécessite d'écrire un fichier de configuration pour le `build`. Le format de ce fichier de configuration de `build` est le JSON. Voici un exemple simple de fichier de configuration de `build`: - -```js -{ - "exports": [ - "ol.Map", - "ol.View", - "ol.layer.Tile", - "ol.source.OSM" - ], - "jvm": [], - "umd": true, - "compile": { - "externs": [ - "externs/bingmaps.js", - "externs/closure-compiler.js", - "externs/esrijson.js", - "externs/geojson.js", - "externs/oli.js", - "externs/olx.js", - "externs/proj4js.js", - "externs/tilejson.js", - "externs/topojson.js" - ], - "define": [ - "goog.dom.ASSUME_STANDARDS_MODE=true", - "goog.DEBUG=false", - "ol.ENABLE_DOM=false", - "ol.ENABLE_WEBGL=false", - "ol.ENABLE_PROJ4JS=false", - "ol.ENABLE_IMAGE=false" - ], - "jscomp_error": [ - "*" - ], - "jscomp_off": [ - "analyzerChecks", - "lintChecks", - "unnecessaryCasts", - "useOfGoogBase" - ], - "extra_annotation_name": [ - "api", "observable" - ], - "compilation_level": "ADVANCED", - "warning_level": "VERBOSE", - "use_types_for_optimization": true, - "manage_closure_dependencies": true - } -} -``` - -La partie la plus importante de cet objet de configuration est le tableau `exports`. -Ce tableau déclare les fonctions/constructeurs que vous utilisez dans votre code JavaScript. -Par exemple, le fichier de configuration au dessus est ce que vous utiliseriez pour le code JavaScript suivant: - -```js -var map = new ol.Map({ - target: 'map', - layers: [ - new ol.layer.Tile({ - source: new ol.source.OSM() - }) - ], - view: new ol.View({ - center: [0, 0], - zoom: 4 - }) -}); -``` diff --git a/doc/fr/custom-builds/create.md b/doc/fr/custom-builds/create.md deleted file mode 100644 index 76f5a20a..00000000 --- a/doc/fr/custom-builds/create.md +++ /dev/null @@ -1,103 +0,0 @@ -# Créer des `build` personnalisés - -Dans cette section, nous allons créer un `build` personnalisé pour la carte que nous avons créée dans le [dernier chapitre](../vector/style.md). - -1. Commençons avec le fichier `map.html` que vous avez créé précédemment: - - ```html - - - - - - OpenLayers example - - - -

My Map

-
- - - - ``` - -2. Créez un fichier de configuration de 'build' `ol-custom.json` pour cette carte: - -```json -!INCLUDE "../../shared/vector-chapter-build-config.json" -``` - -3. Créez le `build` personnalisé en utilisant le script Node `build.js` d'OpenLayers: - - ```shell - $ node node_modules/openlayers/tasks/build.js ol-custom.json ol-custom.js - ``` - - Cela va générer le `build` personnalisé `ol-custom.js` à la racine du projet. - -4. Maintenant, changez `map.html` pour utiliser le `build` personnalisé (`ol-custom.js`) plutôt que le chargeur de développement. - - Ainsi, changez - - ```html - - ``` - - par - - ```html - - ``` - -La page devrait maintenant se charger plus rapidement! diff --git a/doc/fr/data/layers/7day-M2.5.json b/doc/fr/data/layers/7day-M2.5.json deleted file mode 100644 index 7089ac30..00000000 --- a/doc/fr/data/layers/7day-M2.5.json +++ /dev/null @@ -1,240 +0,0 @@ -{ -"type": "FeatureCollection", -"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, -"features": [ -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfby", "title": "M 5.2, south of the Mariana Islands", "updated": "2010\/07\/02 20:07:15+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfby.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yfby", "summary": "\"11.813°N

Friday, July 2, 2010 20:07:15 UTC
Saturday, July 3, 2010 06:07:15 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past hour" }, "geometry": { "type": "Point", "coordinates": [ 143.1261, 11.8126 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfbn", "title": "M 5.5, Andaman Islands, India region", "updated": "2010\/07\/02 18:23:10+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfbn.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"10.240°N

Friday, July 2, 2010 18:23:10 UTC
Friday, July 2, 2010 11:53:10 PM at epicenter<\/p>

Depth<\/strong>: 27.50 km (17.09 mi)<\/p>", "summary_type": "html", "georss_elev": -27500, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ 92.2647, 10.2399 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:14772652", "title": "M 3.9, Baja California, Mexico", "updated": "2010\/07\/02 17:06:44+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci14772652.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci14772652", "summary": "\"32.087°N

Friday, July 2, 2010 17:06:44 UTC
Friday, July 2, 2010 10:06:44 AM at epicenter<\/p>

Depth<\/strong>: 15.60 km (9.69 mi)<\/p>", "summary_type": "html", "georss_elev": -15600, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -115.1483, 32.0867 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfbi", "title": "M 5.0, Vanuatu", "updated": "2010\/07\/02 16:25:27+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfbi.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"13.590°S

Friday, July 2, 2010 16:25:27 UTC
Saturday, July 3, 2010 03:25:27 AM at epicenter<\/p>

Depth<\/strong>: 54.00 km (33.55 mi)<\/p>", "summary_type": "html", "georss_elev": -54000, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ 166.5282, -13.5901 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10183006", "title": "M 3.0, Mona Passage, Puerto Rico", "updated": "2010\/07\/02 15:15:04+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10183006.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/pr10183006", "summary": "\"18.151°N

Friday, July 2, 2010 15:15:04 UTC
Friday, July 2, 2010 11:15:04 AM at epicenter<\/p>

Depth<\/strong>: 70.20 km (43.62 mi)<\/p>", "summary_type": "html", "georss_elev": -70200, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -67.637, 18.1509 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfbe", "title": "M 5.1, Tonga", "updated": "2010\/07\/02 15:11:30+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfbe.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"16.770°S

Friday, July 2, 2010 15:11:30 UTC
Saturday, July 3, 2010 04:11:30 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -174.119, -16.7699 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10183007", "title": "M 3.1, Puerto Rico region", "updated": "2010\/07\/02 14:49:38+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10183007.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/pr10183007", "summary": "\"19.286°N

Friday, July 2, 2010 14:49:38 UTC
Friday, July 2, 2010 10:49:38 AM at epicenter<\/p>

Depth<\/strong>: 21.00 km (13.05 mi)<\/p>", "summary_type": "html", "georss_elev": -21000, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -65.3919, 19.2859 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058385", "title": "M 2.8, Kenai Peninsula, Alaska", "updated": "2010\/07\/02 14:48:48+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058385.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"60.308°N

Friday, July 2, 2010 14:48:48 UTC
Friday, July 2, 2010 06:48:48 AM at epicenter<\/p>

Depth<\/strong>: 79.90 km (49.65 mi)<\/p>", "summary_type": "html", "georss_elev": -79900, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -151.9473, 60.3078 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058380", "title": "M 2.9, Central Alaska", "updated": "2010\/07\/02 14:21:37+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058380.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10058380", "summary": "\"63.530°N

Friday, July 2, 2010 14:21:37 UTC
Friday, July 2, 2010 06:21:37 AM at epicenter<\/p>

Depth<\/strong>: 4.40 km (2.73 mi)<\/p>", "summary_type": "html", "georss_elev": -4400, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -151.1558, 63.5297 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:14772556", "title": "M 3.0, Southern California", "updated": "2010\/07\/02 13:22:24+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci14772556.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.872°N

Friday, July 2, 2010 13:22:24 UTC
Friday, July 2, 2010 06:22:24 AM at epicenter<\/p>

Depth<\/strong>: 5.10 km (3.17 mi)<\/p>", "summary_type": "html", "georss_elev": -5100, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -116.247, 32.872 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfa4", "title": "M 4.9, Hokkaido, Japan region", "updated": "2010\/07\/02 12:30:04+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfa4.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yfa4", "summary": "\"41.656°N

Friday, July 2, 2010 12:30:04 UTC
Friday, July 2, 2010 09:30:04 PM at epicenter<\/p>

Depth<\/strong>: 44.30 km (27.53 mi)<\/p>", "summary_type": "html", "georss_elev": -44300, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ 142.4306, 41.6556 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfa3", "title": "M 4.9, New Britain region, Papua New Guinea", "updated": "2010\/07\/02 12:28:03+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfa3.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"5.415°S

Friday, July 2, 2010 12:28:03 UTC
Friday, July 2, 2010 10:28:03 PM at epicenter<\/p>

Depth<\/strong>: 131.20 km (81.52 mi)<\/p>", "summary_type": "html", "georss_elev": -131200, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ 150.8185, -5.4151 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfay", "title": "M 5.3, Vanuatu", "updated": "2010\/07\/02 12:00:19+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfay.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yfay", "summary": "\"13.665°S

Friday, July 2, 2010 12:00:19 UTC
Friday, July 2, 2010 11:00:19 PM at epicenter<\/p>

Depth<\/strong>: 79.30 km (49.27 mi)<\/p>", "summary_type": "html", "georss_elev": -79300, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ 166.5038, -13.6648 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:14772460", "title": "M 2.6, Baja California, Mexico", "updated": "2010\/07\/02 11:19:37+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci14772460.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci14772460", "summary": "\"32.330°N

Friday, July 2, 2010 11:19:37 UTC
Friday, July 2, 2010 04:19:37 AM at epicenter<\/p>

Depth<\/strong>: 8.90 km (5.53 mi)<\/p>", "summary_type": "html", "georss_elev": -8900, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -115.5728, 32.3295 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:mb:10935341", "title": "M 3.7, southern Idaho", "updated": "2010\/07\/02 10:27:42+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/mb10935341.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"44.270°N

Friday, July 2, 2010 10:27:42 UTC
Friday, July 2, 2010 04:27:42 AM at epicenter<\/p>

Depth<\/strong>: 10.20 km (6.34 mi)<\/p>", "summary_type": "html", "georss_elev": -10200, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -115.4575, 44.2696 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfaw", "title": "M 5.1, Solomon Islands", "updated": "2010\/07\/02 08:07:20+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfaw.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yfaw", "summary": "\"8.991°S

Friday, July 2, 2010 08:07:20 UTC
Friday, July 2, 2010 07:07:20 PM at epicenter<\/p>

Depth<\/strong>: 68.50 km (42.56 mi)<\/p>", "summary_type": "html", "georss_elev": -68500, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ 160.895, -8.9906 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfav", "title": "M 3.9, Queen Charlotte Islands, Canada region", "updated": "2010\/07\/02 07:58:00+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfav.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"52.658°N

Friday, July 2, 2010 07:58:00 UTC
Friday, July 2, 2010 12:58:00 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -132.2608, 52.6576 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfat", "title": "M 4.7, northern Peru", "updated": "2010\/07\/02 07:28:32+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfat.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yfat", "summary": "\"6.284°S

Friday, July 2, 2010 07:28:32 UTC
Friday, July 2, 2010 02:28:32 AM at epicenter<\/p>

Depth<\/strong>: 106.70 km (66.30 mi)<\/p>", "summary_type": "html", "georss_elev": -106700, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -74.3599, -6.2835 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfaq", "title": "M 6.3, Vanuatu", "updated": "2010\/07\/02 06:04:04+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfaq.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"13.647°S

Friday, July 2, 2010 06:04:04 UTC
Friday, July 2, 2010 05:04:04 PM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ 166.4414, -13.6468 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058349", "title": "M 3.4, Unimak Island region, Alaska", "updated": "2010\/07\/02 05:37:11+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058349.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10058349", "summary": "\"53.374°N

Friday, July 2, 2010 05:37:11 UTC
Thursday, July 1, 2010 09:37:11 PM at epicenter<\/p>

Depth<\/strong>: 25.80 km (16.03 mi)<\/p>", "summary_type": "html", "georss_elev": -25800, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -163.3994, 53.3739 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10183004", "title": "M 3.4, Virgin Islands region", "updated": "2010\/07\/02 04:55:46+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10183004.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"18.546°N

Friday, July 2, 2010 04:55:46 UTC
Friday, July 2, 2010 12:55:46 AM at epicenter<\/p>

Depth<\/strong>: 57.70 km (35.85 mi)<\/p>", "summary_type": "html", "georss_elev": -57700, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -64.7089, 18.5459 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfal", "title": "M 4.5, Dominican Republic region", "updated": "2010\/07\/02 04:44:46+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfal.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yfal", "summary": "\"18.366°N

Friday, July 2, 2010 04:44:46 UTC
Friday, July 2, 2010 12:44:46 AM at epicenter<\/p>

Depth<\/strong>: 166.90 km (103.71 mi)<\/p>", "summary_type": "html", "georss_elev": -166900, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -68.8625, 18.3655 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:14772268", "title": "M 3.5, Southern California", "updated": "2010\/07\/02 03:27:08+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci14772268.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci14772268", "summary": "\"32.871°N

Friday, July 2, 2010 03:27:08 UTC
Thursday, July 1, 2010 08:27:08 PM at epicenter<\/p>

Depth<\/strong>: 9.40 km (5.84 mi)<\/p>", "summary_type": "html", "georss_elev": -9400, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -116.2448, 32.8705 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10183001", "title": "M 2.8, Puerto Rico region", "updated": "2010\/07\/02 02:07:47+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10183001.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"18.467°N

Friday, July 2, 2010 02:07:47 UTC
Thursday, July 1, 2010 10:07:47 PM at epicenter<\/p>

Depth<\/strong>: 46.50 km (28.89 mi)<\/p>", "summary_type": "html", "georss_elev": -46500, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -65.9766, 18.4668 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yfac", "title": "M 4.8, Vanuatu", "updated": "2010\/07\/02 01:12:47+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yfac.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yfac", "summary": "\"14.352°S

Friday, July 2, 2010 01:12:47 UTC
Friday, July 2, 2010 12:12:47 PM at epicenter<\/p>

Depth<\/strong>: 212.90 km (132.29 mi)<\/p>", "summary_type": "html", "georss_elev": -212900, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ 167.2985, -14.3518 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:14772188", "title": "M 3.1, Baja California, Mexico", "updated": "2010\/07\/02 01:01:29+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci14772188.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.130°N

Friday, July 2, 2010 01:01:29 UTC
Thursday, July 1, 2010 06:01:29 PM at epicenter<\/p>

Depth<\/strong>: 21.40 km (13.30 mi)<\/p>", "summary_type": "html", "georss_elev": -21400, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -115.2335, 32.1295 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71418380", "title": "M 2.5, Central California", "updated": "2010\/07\/01 23:40:35+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71418380.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nc71418380", "summary": "\"35.730°N

Thursday, July 1, 2010 23:40:35 UTC
Thursday, July 1, 2010 04:40:35 PM at epicenter<\/p>

Depth<\/strong>: 6.40 km (3.98 mi)<\/p>", "summary_type": "html", "georss_elev": -6400, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -121.104, 35.7297 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058308", "title": "M 2.5, northern Alaska", "updated": "2010\/07\/01 23:35:27+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058308.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10058308", "summary": "\"65.482°N

Thursday, July 1, 2010 23:35:27 UTC
Thursday, July 1, 2010 03:35:27 PM at epicenter<\/p>

Depth<\/strong>: 9.70 km (6.03 mi)<\/p>", "summary_type": "html", "georss_elev": -9700, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -147.9036, 65.4824 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yeb2", "title": "M 5.1, Maule, Chile", "updated": "2010\/07\/01 20:58:23+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yeb2.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yeb2", "summary": "\"35.601°S

Thursday, July 1, 2010 20:58:23 UTC
Thursday, July 1, 2010 04:58:23 PM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -71.5073, -35.6007 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058203", "title": "M 2.9, Central Alaska", "updated": "2010\/07\/01 20:52:08+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058203.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"63.219°N

Thursday, July 1, 2010 20:52:08 UTC
Thursday, July 1, 2010 12:52:08 PM at epicenter<\/p>

Depth<\/strong>: 6.40 km (3.98 mi)<\/p>", "summary_type": "html", "georss_elev": -6400, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -151.5984, 63.2185 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10182002", "title": "M 3.3, Virgin Islands region", "updated": "2010\/07\/01 20:42:30+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10182002.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/pr10182002", "summary": "\"19.079°N

Thursday, July 1, 2010 20:42:30 UTC
Thursday, July 1, 2010 04:42:30 PM at epicenter<\/p>

Depth<\/strong>: 112.00 km (69.59 mi)<\/p>", "summary_type": "html", "georss_elev": -112000, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -64.884, 19.079 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058197", "title": "M 4.4, Unimak Island region, Alaska", "updated": "2010\/07\/01 20:30:01+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058197.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"53.519°N

Thursday, July 1, 2010 20:30:01 UTC
Thursday, July 1, 2010 12:30:01 PM at epicenter<\/p>

Depth<\/strong>: 39.10 km (24.30 mi)<\/p>", "summary_type": "html", "georss_elev": -39100, "category_label": "Age", "category_term": "Past day" }, "geometry": { "type": "Point", "coordinates": [ -163.5492, 53.5191 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058191", "title": "M 2.5, Kodiak Island region, Alaska", "updated": "2010\/07\/01 20:07:00+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058191.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10058191", "summary": "\"58.986°N

Thursday, July 1, 2010 20:07:00 UTC
Thursday, July 1, 2010 12:07:00 PM at epicenter<\/p>

Depth<\/strong>: 61.20 km (38.03 mi)<\/p>", "summary_type": "html", "georss_elev": -61200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -152.9905, 58.9862 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058173", "title": "M 2.7, Southern Alaska", "updated": "2010\/07\/01 19:14:17+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058173.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10058173", "summary": "\"61.948°N

Thursday, July 1, 2010 19:14:17 UTC
Thursday, July 1, 2010 11:14:17 AM at epicenter<\/p>

Depth<\/strong>: 17.50 km (10.87 mi)<\/p>", "summary_type": "html", "georss_elev": -17500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -148.3887, 61.9481 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yebm", "title": "M 2.6, Oklahoma", "updated": "2010\/07\/01 18:52:38+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yebm.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"35.509°N

Thursday, July 1, 2010 18:52:38 UTC
Thursday, July 1, 2010 01:52:38 PM at epicenter<\/p>

Depth<\/strong>: 5.00 km (3.11 mi)<\/p>", "summary_type": "html", "georss_elev": -5000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -97.2056, 35.5085 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:14771884", "title": "M 3.5, Baja California, Mexico", "updated": "2010\/07\/01 18:13:06+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci14771884.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci14771884", "summary": "\"31.981°N

Thursday, July 1, 2010 18:13:06 UTC
Thursday, July 1, 2010 11:13:06 AM at epicenter<\/p>

Depth<\/strong>: 27.00 km (16.78 mi)<\/p>", "summary_type": "html", "georss_elev": -27000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.0802, 31.9805 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:14771844", "title": "M 2.9, Baja California, Mexico", "updated": "2010\/07\/01 17:58:55+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci14771844.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci14771844", "summary": "\"32.513°N

Thursday, July 1, 2010 17:58:55 UTC
Thursday, July 1, 2010 10:58:55 AM at epicenter<\/p>

Depth<\/strong>: 3.30 km (2.05 mi)<\/p>", "summary_type": "html", "georss_elev": -3300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.6735, 32.5128 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yebg", "title": "M 5.7, Banda Sea", "updated": "2010\/07\/01 16:57:49+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yebg.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yebg", "summary": "\"5.151°S

Thursday, July 1, 2010 16:57:49 UTC
Friday, July 2, 2010 01:57:49 AM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 129.3854, -5.1512 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058142", "title": "M 3.3, Kodiak Island region, Alaska", "updated": "2010\/07\/01 16:06:15+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058142.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"57.162°N

Thursday, July 1, 2010 16:06:15 UTC
Thursday, July 1, 2010 08:06:15 AM at epicenter<\/p>

Depth<\/strong>: 57.80 km (35.92 mi)<\/p>", "summary_type": "html", "georss_elev": -57800, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -154.9164, 57.162 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yebc", "title": "M 5.1, Nias region, Indonesia", "updated": "2010\/07\/01 15:21:49+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yebc.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yebc", "summary": "\"1.327°N

Thursday, July 1, 2010 15:21:49 UTC
Thursday, July 1, 2010 10:21:49 PM at epicenter<\/p>

Depth<\/strong>: 27.70 km (17.21 mi)<\/p>", "summary_type": "html", "georss_elev": -27700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 97.2066, 1.3274 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058131", "title": "M 4.1, Andreanof Islands, Aleutian Islands, Alaska", "updated": "2010\/07\/01 12:24:04+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058131.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"51.445°N

Thursday, July 1, 2010 12:24:04 UTC
Thursday, July 1, 2010 03:24:04 AM at epicenter<\/p>

Depth<\/strong>: 40.40 km (25.10 mi)<\/p>", "summary_type": "html", "georss_elev": -40400, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -177.0527, 51.4448 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10730437", "title": "M 2.7, Baja California, Mexico", "updated": "2010\/07\/01 11:05:42+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10730437.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10730437", "summary": "\"32.056°N

Thursday, July 1, 2010 11:05:42 UTC
Thursday, July 1, 2010 04:05:42 AM at epicenter<\/p>

Depth<\/strong>: 16.00 km (9.94 mi)<\/p>", "summary_type": "html", "georss_elev": -16000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.1093, 32.0562 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10730349", "title": "M 3.7, Central California", "updated": "2010\/07\/01 07:51:30+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10730349.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10730349", "summary": "\"35.482°N

Thursday, July 1, 2010 07:51:30 UTC
Thursday, July 1, 2010 12:51:30 AM at epicenter<\/p>

Depth<\/strong>: 2.00 km (1.24 mi)<\/p>", "summary_type": "html", "georss_elev": -2000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -118.4398, 35.4817 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yeau", "title": "M 4.6, off the coast of Coquimbo, Chile", "updated": "2010\/07\/01 06:50:57+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yeau.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"31.849°S

Thursday, July 1, 2010 06:50:57 UTC
Thursday, July 1, 2010 01:50:57 AM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -72.7083, -31.8491 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058105", "title": "M 2.6, Fox Islands, Aleutian Islands, Alaska", "updated": "2010\/07\/01 06:06:30+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058105.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10058105", "summary": "\"52.254°N

Thursday, July 1, 2010 06:06:30 UTC
Wednesday, June 30, 2010 10:06:30 PM at epicenter<\/p>

Depth<\/strong>: 27.50 km (17.09 mi)<\/p>", "summary_type": "html", "georss_elev": -27500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -169.4192, 52.2544 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yeap", "title": "M 4.7, Andreanof Islands, Aleutian Islands, Alaska", "updated": "2010\/07\/01 05:25:53+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yeap.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"51.593°N

Thursday, July 1, 2010 05:25:53 UTC
Wednesday, June 30, 2010 08:25:53 PM at epicenter<\/p>

Depth<\/strong>: 35.20 km (21.87 mi)<\/p>", "summary_type": "html", "georss_elev": -35200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -179.1937, 51.5929 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yeaq", "title": "M 4.6, Mindanao, Philippines", "updated": "2010\/07\/01 04:57:48+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yeaq.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yeaq", "summary": "\"5.988°N

Thursday, July 1, 2010 04:57:48 UTC
Thursday, July 1, 2010 12:57:48 PM at epicenter<\/p>

Depth<\/strong>: 106.70 km (66.30 mi)<\/p>", "summary_type": "html", "georss_elev": -106700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 126.729, 5.9878 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10182000", "title": "M 3.0, Puerto Rico region", "updated": "2010\/07\/01 03:13:59+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10182000.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"19.584°N

Thursday, July 1, 2010 03:13:59 UTC
Wednesday, June 30, 2010 11:13:59 PM at epicenter<\/p>

Depth<\/strong>: 11.10 km (6.90 mi)<\/p>", "summary_type": "html", "georss_elev": -11100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -66.068, 19.5842 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yeah", "title": "M 5.0, Tonga", "updated": "2010\/07\/01 03:07:48+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yeah.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yeah", "summary": "\"21.603°S

Thursday, July 1, 2010 03:07:48 UTC
Thursday, July 1, 2010 04:07:48 PM at epicenter<\/p>

Depth<\/strong>: 36.10 km (22.43 mi)<\/p>", "summary_type": "html", "georss_elev": -36100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -174.9534, -21.6029 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10730173", "title": "M 2.9, Baja California, Mexico", "updated": "2010\/07\/01 02:17:56+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10730173.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10730173", "summary": "\"32.407°N

Thursday, July 1, 2010 02:17:56 UTC
Wednesday, June 30, 2010 07:17:56 PM at epicenter<\/p>

Depth<\/strong>: 0.10 km (0.06 mi)<\/p>", "summary_type": "html", "georss_elev": -100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.5638, 32.4073 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10730165", "title": "M 2.8, Baja California, Mexico", "updated": "2010\/07\/01 02:17:22+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10730165.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.402°N

Thursday, July 1, 2010 02:17:22 UTC
Wednesday, June 30, 2010 07:17:22 PM at epicenter<\/p>

Depth<\/strong>: 6.00 km (3.73 mi)<\/p>", "summary_type": "html", "georss_elev": -6000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.5588, 32.4017 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yeag", "title": "M 4.6, Hindu Kush region, Afghanistan", "updated": "2010\/07\/01 02:12:33+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yeag.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yeag", "summary": "\"36.591°N

Thursday, July 1, 2010 02:12:33 UTC
Thursday, July 1, 2010 06:42:33 AM at epicenter<\/p>

Depth<\/strong>: 210.50 km (130.80 mi)<\/p>", "summary_type": "html", "georss_elev": -210500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 70.9049, 36.5905 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yeae", "title": "M 2.5, Oklahoma", "updated": "2010\/07\/01 01:46:02+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yeae.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"34.400°N

Thursday, July 1, 2010 01:46:02 UTC
Wednesday, June 30, 2010 08:46:02 PM at epicenter<\/p>

Depth<\/strong>: 5.00 km (3.11 mi)<\/p>", "summary_type": "html", "georss_elev": -5000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -97.4942, 34.4001 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yead", "title": "M 2.5, Oklahoma", "updated": "2010\/07\/01 01:41:32+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yead.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yead", "summary": "\"34.348°N

Thursday, July 1, 2010 01:41:32 UTC
Wednesday, June 30, 2010 08:41:32 PM at epicenter<\/p>

Depth<\/strong>: 5.00 km (3.11 mi)<\/p>", "summary_type": "html", "georss_elev": -5000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -97.4875, 34.3476 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10730117", "title": "M 3.1, Baja California, Mexico", "updated": "2010\/07\/01 01:26:41+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10730117.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10730117", "summary": "\"32.410°N

Thursday, July 1, 2010 01:26:41 UTC
Wednesday, June 30, 2010 06:26:41 PM at epicenter<\/p>

Depth<\/strong>: 5.80 km (3.60 mi)<\/p>", "summary_type": "html", "georss_elev": -5800, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.5572, 32.4102 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:34157759", "title": "M 2.8, Baja California, Mexico", "updated": "2010\/07\/01 01:25:48+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci34157759.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.411°N

Thursday, July 1, 2010 01:25:48 UTC
Wednesday, June 30, 2010 06:25:48 PM at epicenter<\/p>

Depth<\/strong>: 6.90 km (4.29 mi)<\/p>", "summary_type": "html", "georss_elev": -6900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.572, 32.4112 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10730109", "title": "M 2.6, Baja California, Mexico", "updated": "2010\/07\/01 01:25:25+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10730109.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10730109", "summary": "\"32.421°N

Thursday, July 1, 2010 01:25:25 UTC
Wednesday, June 30, 2010 06:25:25 PM at epicenter<\/p>

Depth<\/strong>: 5.50 km (3.42 mi)<\/p>", "summary_type": "html", "georss_elev": -5500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.5562, 32.4207 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10730101", "title": "M 2.6, Baja California, Mexico", "updated": "2010\/07\/01 01:24:33+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10730101.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10730101", "summary": "\"32.414°N

Thursday, July 1, 2010 01:24:33 UTC
Wednesday, June 30, 2010 06:24:33 PM at epicenter<\/p>

Depth<\/strong>: 12.90 km (8.02 mi)<\/p>", "summary_type": "html", "georss_elev": -12900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.5525, 32.4143 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10730093", "title": "M 2.6, Baja California, Mexico", "updated": "2010\/07\/01 01:18:47+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10730093.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.389°N

Thursday, July 1, 2010 01:18:47 UTC
Wednesday, June 30, 2010 06:18:47 PM at epicenter<\/p>

Depth<\/strong>: 1.10 km (0.68 mi)<\/p>", "summary_type": "html", "georss_elev": -1100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.5693, 32.3888 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058079", "title": "M 2.7, Central Alaska", "updated": "2010\/07\/01 00:41:44+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058079.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10058079", "summary": "\"62.203°N

Thursday, July 1, 2010 00:41:44 UTC
Wednesday, June 30, 2010 04:41:44 PM at epicenter<\/p>

Depth<\/strong>: 8.70 km (5.41 mi)<\/p>", "summary_type": "html", "georss_elev": -8700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -145.3838, 62.2031 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71417885", "title": "M 3.3, Northern California", "updated": "2010\/07\/01 00:29:47+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71417885.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nc71417885", "summary": "\"39.770°N

Thursday, July 1, 2010 00:29:47 UTC
Wednesday, June 30, 2010 05:29:47 PM at epicenter<\/p>

Depth<\/strong>: 26.40 km (16.40 mi)<\/p>", "summary_type": "html", "georss_elev": -26400, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -122.0825, 39.7695 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10730069", "title": "M 2.8, Southern California", "updated": "2010\/07\/01 00:20:45+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10730069.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.674°N

Thursday, July 1, 2010 00:20:45 UTC
Wednesday, June 30, 2010 05:20:45 PM at epicenter<\/p>

Depth<\/strong>: 5.50 km (3.42 mi)<\/p>", "summary_type": "html", "georss_elev": -5500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.9767, 32.6737 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10181002", "title": "M 2.6, Mona Passage, Dominican Republic", "updated": "2010\/06\/30 23:32:30+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10181002.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/pr10181002", "summary": "\"18.478°N

Wednesday, June 30, 2010 23:32:30 UTC
Wednesday, June 30, 2010 07:32:30 PM at epicenter<\/p>

Depth<\/strong>: 1.30 km (0.81 mi)<\/p>", "summary_type": "html", "georss_elev": -1300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -68.027, 18.478 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71417825", "title": "M 2.9, San Francisco Bay area, California", "updated": "2010\/06\/30 22:58:34+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71417825.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"37.448°N

Wednesday, June 30, 2010 22:58:34 UTC
Wednesday, June 30, 2010 03:58:34 PM at epicenter<\/p>

Depth<\/strong>: 7.40 km (4.60 mi)<\/p>", "summary_type": "html", "georss_elev": -7400, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -121.7677, 37.448 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ydcm", "title": "M 5.2, southeast of Taiwan", "updated": "2010\/06\/30 22:34:33+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ydcm.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ydcm", "summary": "\"22.962°N

Wednesday, June 30, 2010 22:34:33 UTC
Thursday, July 1, 2010 06:34:33 AM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 125.0529, 22.962 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057921", "title": "M 3.2, Central Alaska", "updated": "2010\/06\/30 22:33:32+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057921.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"63.145°N

Wednesday, June 30, 2010 22:33:32 UTC
Wednesday, June 30, 2010 02:33:32 PM at epicenter<\/p>

Depth<\/strong>: 9.30 km (5.78 mi)<\/p>", "summary_type": "html", "georss_elev": -9300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -152.5841, 63.145 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nn:00313211", "title": "M 2.5, Nevada", "updated": "2010\/06\/30 22:27:32+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nn00313211.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nn00313211", "summary": "\"38.341°N

Wednesday, June 30, 2010 22:27:32 UTC
Wednesday, June 30, 2010 03:27:32 PM at epicenter<\/p>

Depth<\/strong>: 10.70 km (6.65 mi)<\/p>", "summary_type": "html", "georss_elev": -10700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -118.148, 38.341 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ydck", "title": "M 5.0, Potosi, Bolivia", "updated": "2010\/06\/30 22:24:24+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ydck.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"21.559°S

Wednesday, June 30, 2010 22:24:24 UTC
Wednesday, June 30, 2010 06:24:24 PM at epicenter<\/p>

Depth<\/strong>: 122.10 km (75.87 mi)<\/p>", "summary_type": "html", "georss_elev": -122100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -67.9357, -21.5588 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10729965", "title": "M 2.7, Baja California, Mexico", "updated": "2010\/06\/30 22:20:55+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10729965.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10729965", "summary": "\"32.165°N

Wednesday, June 30, 2010 22:20:55 UTC
Wednesday, June 30, 2010 03:20:55 PM at epicenter<\/p>

Depth<\/strong>: 5.80 km (3.60 mi)<\/p>", "summary_type": "html", "georss_elev": -5800, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3077, 32.1652 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10729845", "title": "M 2.9, Baja California, Mexico", "updated": "2010\/06\/30 19:51:00+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10729845.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10729845", "summary": "\"32.404°N

Wednesday, June 30, 2010 19:51:00 UTC
Wednesday, June 30, 2010 12:51:00 PM at epicenter<\/p>

Depth<\/strong>: 6.10 km (3.79 mi)<\/p>", "summary_type": "html", "georss_elev": -6100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.544, 32.4042 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10729837", "title": "M 2.8, Baja California, Mexico", "updated": "2010\/06\/30 19:50:04+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10729837.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.396°N

Wednesday, June 30, 2010 19:50:04 UTC
Wednesday, June 30, 2010 12:50:04 PM at epicenter<\/p>

Depth<\/strong>: 13.20 km (8.20 mi)<\/p>", "summary_type": "html", "georss_elev": -13200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.547, 32.3962 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71417750", "title": "M 2.5, Central California", "updated": "2010\/06\/30 19:35:01+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71417750.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nc71417750", "summary": "\"37.494°N

Wednesday, June 30, 2010 19:35:01 UTC
Wednesday, June 30, 2010 12:35:01 PM at epicenter<\/p>

Depth<\/strong>: 16.40 km (10.19 mi)<\/p>", "summary_type": "html", "georss_elev": -16400, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -119.3647, 37.494 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10729757", "title": "M 2.9, Baja California, Mexico", "updated": "2010\/06\/30 18:24:42+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10729757.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10729757", "summary": "\"32.188°N

Wednesday, June 30, 2010 18:24:42 UTC
Wednesday, June 30, 2010 11:24:42 AM at epicenter<\/p>

Depth<\/strong>: 14.00 km (8.70 mi)<\/p>", "summary_type": "html", "georss_elev": -14000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.2808, 32.1877 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71417700", "title": "M 2.7, offshore Northern California", "updated": "2010\/06\/30 16:19:02+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71417700.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"40.608°N

Wednesday, June 30, 2010 16:19:02 UTC
Wednesday, June 30, 2010 09:19:02 AM at epicenter<\/p>

Depth<\/strong>: 23.90 km (14.85 mi)<\/p>", "summary_type": "html", "georss_elev": -23900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -124.7635, 40.6083 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10729573", "title": "M 2.7, Baja California, Mexico", "updated": "2010\/06\/30 15:30:32+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10729573.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10729573", "summary": "\"32.243°N

Wednesday, June 30, 2010 15:30:32 UTC
Wednesday, June 30, 2010 08:30:32 AM at epicenter<\/p>

Depth<\/strong>: 16.20 km (10.07 mi)<\/p>", "summary_type": "html", "georss_elev": -16200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.2502, 32.2427 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ydbn", "title": "M 4.8, southern Sumatra, Indonesia", "updated": "2010\/06\/30 14:56:59+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ydbn.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ydbn", "summary": "\"0.857°S

Wednesday, June 30, 2010 14:56:59 UTC
Wednesday, June 30, 2010 09:56:59 PM at epicenter<\/p>

Depth<\/strong>: 80.70 km (50.14 mi)<\/p>", "summary_type": "html", "georss_elev": -80700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 99.7834, -0.8573 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ydbm", "title": "M 4.6, Guam region", "updated": "2010\/06\/30 14:43:50+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ydbm.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"13.126°N

Wednesday, June 30, 2010 14:43:50 UTC
Thursday, July 1, 2010 12:43:50 AM at epicenter<\/p>

Depth<\/strong>: 82.50 km (51.26 mi)<\/p>", "summary_type": "html", "georss_elev": -82500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 144.6851, 13.1256 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10181001", "title": "M 2.9, Puerto Rico region", "updated": "2010\/06\/30 14:03:55+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10181001.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/pr10181001", "summary": "\"17.806°N

Wednesday, June 30, 2010 14:03:55 UTC
Wednesday, June 30, 2010 10:03:55 AM at epicenter<\/p>

Depth<\/strong>: 98.00 km (60.89 mi)<\/p>", "summary_type": "html", "georss_elev": -98000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -65.9779, 17.8059 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10181000", "title": "M 2.8, Puerto Rico region", "updated": "2010\/06\/30 13:58:30+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10181000.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"18.967°N

Wednesday, June 30, 2010 13:58:30 UTC
Wednesday, June 30, 2010 09:58:30 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -65.3889, 18.9669 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71417630", "title": "M 2.7, Northern California", "updated": "2010\/06\/30 13:15:54+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71417630.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nc71417630", "summary": "\"39.573°N

Wednesday, June 30, 2010 13:15:54 UTC
Wednesday, June 30, 2010 06:15:54 AM at epicenter<\/p>

Depth<\/strong>: 8.00 km (4.97 mi)<\/p>", "summary_type": "html", "georss_elev": -8000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -123.4412, 39.5725 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ydbl", "title": "M 4.6, southern Qinghai, China", "updated": "2010\/06\/30 13:09:10+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ydbl.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ydbl", "summary": "\"33.511°N

Wednesday, June 30, 2010 13:09:10 UTC
Wednesday, June 30, 2010 09:09:10 PM at epicenter<\/p>

Depth<\/strong>: 14.10 km (8.76 mi)<\/p>", "summary_type": "html", "georss_elev": -14100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 93.8895, 33.5106 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ydbb", "title": "M 5.4, southern Sumatra, Indonesia", "updated": "2010\/06\/30 10:54:52+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ydbb.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"0.770°S

Wednesday, June 30, 2010 10:54:52 UTC
Wednesday, June 30, 2010 05:54:52 PM at epicenter<\/p>

Depth<\/strong>: 86.70 km (53.87 mi)<\/p>", "summary_type": "html", "georss_elev": -86700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 99.7369, -0.7703 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71417560", "title": "M 2.5, Central California", "updated": "2010\/06\/30 10:13:04+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71417560.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nc71417560", "summary": "\"37.494°N

Wednesday, June 30, 2010 10:13:04 UTC
Wednesday, June 30, 2010 03:13:04 AM at epicenter<\/p>

Depth<\/strong>: 16.10 km (10.00 mi)<\/p>", "summary_type": "html", "georss_elev": -16100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -119.3668, 37.4937 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:hv:60157381", "title": "M 2.6, Island of Hawaii, Hawaii", "updated": "2010\/06\/30 08:47:35+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/hv60157381.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/hv60157381", "summary": "\"19.302°N

Wednesday, June 30, 2010 08:47:35 UTC
Tuesday, June 29, 2010 10:47:35 PM at epicenter<\/p>

Depth<\/strong>: 9.70 km (6.03 mi)<\/p>", "summary_type": "html", "georss_elev": -9700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -155.2208, 19.302 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yda5", "title": "M 4.8, Sichuan-Gansu border region, China", "updated": "2010\/06\/30 08:31:46+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yda5.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.302°N

Wednesday, June 30, 2010 08:31:46 UTC
Wednesday, June 30, 2010 04:31:46 PM at epicenter<\/p>

Depth<\/strong>: 39.00 km (24.23 mi)<\/p>", "summary_type": "html", "georss_elev": -39000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 104.9368, 32.3024 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10729365", "title": "M 2.6, Baja California, Mexico", "updated": "2010\/06\/30 08:22:24+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10729365.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10729365", "summary": "\"32.633°N

Wednesday, June 30, 2010 08:22:24 UTC
Wednesday, June 30, 2010 01:22:24 AM at epicenter<\/p>

Depth<\/strong>: 6.50 km (4.04 mi)<\/p>", "summary_type": "html", "georss_elev": -6500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.7855, 32.6325 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10729349", "title": "M 2.6, Southern California", "updated": "2010\/06\/30 08:20:39+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10729349.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10729349", "summary": "\"32.676°N

Wednesday, June 30, 2010 08:20:39 UTC
Wednesday, June 30, 2010 01:20:39 AM at epicenter<\/p>

Depth<\/strong>: 7.00 km (4.35 mi)<\/p>", "summary_type": "html", "georss_elev": -7000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.9138, 32.6763 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10729325", "title": "M 3.6, Southern California", "updated": "2010\/06\/30 08:03:02+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10729325.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.665°N

Wednesday, June 30, 2010 08:03:02 UTC
Wednesday, June 30, 2010 01:03:02 AM at epicenter<\/p>

Depth<\/strong>: 12.60 km (7.83 mi)<\/p>", "summary_type": "html", "georss_elev": -12600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.9123, 32.6648 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yday", "title": "M 6.2, Oaxaca, Mexico", "updated": "2010\/06\/30 07:22:28+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yday.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yday", "summary": "\"16.527°N

Wednesday, June 30, 2010 07:22:28 UTC
Wednesday, June 30, 2010 02:22:28 AM at epicenter<\/p>

Depth<\/strong>: 20.00 km (12.43 mi)<\/p>", "summary_type": "html", "georss_elev": -20000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -97.7598, 16.527 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10729269", "title": "M 2.8, Baja California, Mexico", "updated": "2010\/06\/30 06:32:00+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10729269.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10729269", "summary": "\"31.767°N

Wednesday, June 30, 2010 06:32:00 UTC
Tuesday, June 29, 2010 11:32:00 PM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -114.8857, 31.7665 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057790", "title": "M 3.2, Central Alaska", "updated": "2010\/06\/30 06:25:58+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057790.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057790", "summary": "\"62.524°N

Wednesday, June 30, 2010 06:25:58 UTC
Tuesday, June 29, 2010 10:25:58 PM at epicenter<\/p>

Depth<\/strong>: 1.00 km (0.62 mi)<\/p>", "summary_type": "html", "georss_elev": -1000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -142.8778, 62.5241 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ydan", "title": "M 6.3, south of the Fiji Islands", "updated": "2010\/06\/30 04:30:59+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ydan.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"23.200°S

Wednesday, June 30, 2010 04:30:59 UTC
Wednesday, June 30, 2010 04:30:59 PM at epicenter<\/p>

Depth<\/strong>: 536.30 km (333.24 mi)<\/p>", "summary_type": "html", "georss_elev": -536300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 179.165, -23.1996 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ydah", "title": "M 5.0, northern Mid-Atlantic Ridge", "updated": "2010\/06\/30 03:02:04+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ydah.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ydah", "summary": "\"46.582°N

Wednesday, June 30, 2010 03:02:04 UTC
Wednesday, June 30, 2010 01:02:04 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -27.551, 46.5818 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057753", "title": "M 2.8, Central Alaska", "updated": "2010\/06\/29 22:25:41+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057753.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"62.197°N

Tuesday, June 29, 2010 22:25:41 UTC
Tuesday, June 29, 2010 02:25:41 PM at epicenter<\/p>

Depth<\/strong>: 21.30 km (13.24 mi)<\/p>", "summary_type": "html", "georss_elev": -21300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -145.5953, 62.1971 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057674", "title": "M 2.7, Andreanof Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/29 18:57:30+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057674.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057674", "summary": "\"51.084°N

Tuesday, June 29, 2010 18:57:30 UTC
Tuesday, June 29, 2010 09:57:30 AM at epicenter<\/p>

Depth<\/strong>: 25.60 km (15.91 mi)<\/p>", "summary_type": "html", "georss_elev": -25600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -179.1901, 51.084 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:hv:60157176", "title": "M 3.6, Island of Hawaii, Hawaii", "updated": "2010\/06\/29 18:55:25+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/hv60157176.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"19.319°N

Tuesday, June 29, 2010 18:55:25 UTC
Tuesday, June 29, 2010 08:55:25 AM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -155.219, 19.3187 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057638", "title": "M 2.7, Andreanof Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/29 18:19:57+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057638.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057638", "summary": "\"51.592°N

Tuesday, June 29, 2010 18:19:57 UTC
Tuesday, June 29, 2010 09:19:57 AM at epicenter<\/p>

Depth<\/strong>: 26.40 km (16.40 mi)<\/p>", "summary_type": "html", "georss_elev": -26400, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -174.4834, 51.5919 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10728701", "title": "M 3.4, Baja California, Mexico", "updated": "2010\/06\/29 18:10:47+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10728701.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.407°N

Tuesday, June 29, 2010 18:10:47 UTC
Tuesday, June 29, 2010 11:10:47 AM at epicenter<\/p>

Depth<\/strong>: 16.80 km (10.44 mi)<\/p>", "summary_type": "html", "georss_elev": -16800, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.5113, 32.4067 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058291", "title": "M 2.8, Fox Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/29 17:04:18+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058291.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10058291", "summary": "\"53.115°N

Tuesday, June 29, 2010 17:04:18 UTC
Tuesday, June 29, 2010 08:04:18 AM at epicenter<\/p>

Depth<\/strong>: 214.50 km (133.28 mi)<\/p>", "summary_type": "html", "georss_elev": -214500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -170.6911, 53.1154 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058290", "title": "M 2.5, Alaska Peninsula", "updated": "2010\/06\/29 17:02:56+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058290.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"55.665°N

Tuesday, June 29, 2010 17:02:56 UTC
Tuesday, June 29, 2010 09:02:56 AM at epicenter<\/p>

Depth<\/strong>: 172.50 km (107.19 mi)<\/p>", "summary_type": "html", "georss_elev": -172500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -161.2346, 55.6653 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ycba", "title": "M 5.0, Tonga region", "updated": "2010\/06\/29 15:32:57+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ycba.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ycba", "summary": "\"17.369°S

Tuesday, June 29, 2010 15:32:57 UTC
Wednesday, June 30, 2010 04:32:57 AM at epicenter<\/p>

Depth<\/strong>: 22.30 km (13.86 mi)<\/p>", "summary_type": "html", "georss_elev": -22300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -172.7662, -17.3693 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057634", "title": "M 2.6, Alaska Peninsula", "updated": "2010\/06\/29 15:23:35+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057634.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"58.421°N

Tuesday, June 29, 2010 15:23:35 UTC
Tuesday, June 29, 2010 07:23:35 AM at epicenter<\/p>

Depth<\/strong>: 153.80 km (95.57 mi)<\/p>", "summary_type": "html", "georss_elev": -153800, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -155.6847, 58.421 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10728533", "title": "M 2.9, Baja California, Mexico", "updated": "2010\/06\/29 14:57:28+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10728533.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10728533", "summary": "\"32.285°N

Tuesday, June 29, 2010 14:57:28 UTC
Tuesday, June 29, 2010 07:57:28 AM at epicenter<\/p>

Depth<\/strong>: 13.20 km (8.20 mi)<\/p>", "summary_type": "html", "georss_elev": -13200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3857, 32.2853 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057629", "title": "M 2.7, Central Alaska", "updated": "2010\/06\/29 14:08:57+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057629.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057629", "summary": "\"63.530°N

Tuesday, June 29, 2010 14:08:57 UTC
Tuesday, June 29, 2010 06:08:57 AM at epicenter<\/p>

Depth<\/strong>: 12.90 km (8.02 mi)<\/p>", "summary_type": "html", "georss_elev": -12900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -151.1624, 63.5303 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057628", "title": "M 3.2, Fox Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/29 13:45:39+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057628.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057628", "summary": "\"51.833°N

Tuesday, June 29, 2010 13:45:39 UTC
Tuesday, June 29, 2010 04:45:39 AM at epicenter<\/p>

Depth<\/strong>: 20.00 km (12.43 mi)<\/p>", "summary_type": "html", "georss_elev": -20000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -171.4377, 51.8329 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057623", "title": "M 2.5, Gulf of Alaska", "updated": "2010\/06\/29 13:17:53+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057623.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"58.093°N

Tuesday, June 29, 2010 13:17:53 UTC
Tuesday, June 29, 2010 05:17:53 AM at epicenter<\/p>

Depth<\/strong>: 5.90 km (3.67 mi)<\/p>", "summary_type": "html", "georss_elev": -5900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -150.5957, 58.0933 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yca1", "title": "M 5.2, Tonga", "updated": "2010\/06\/29 12:55:33+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yca1.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yca1", "summary": "\"17.750°S

Tuesday, June 29, 2010 12:55:33 UTC
Wednesday, June 30, 2010 01:55:33 AM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -173.5494, -17.7502 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ycay", "title": "M 4.8, offshore Bio-Bio, Chile", "updated": "2010\/06\/29 12:49:14+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ycay.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"36.228°S

Tuesday, June 29, 2010 12:49:14 UTC
Tuesday, June 29, 2010 08:49:14 AM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -72.9312, -36.2282 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:hv:60157141", "title": "M 2.7, Island of Hawaii, Hawaii", "updated": "2010\/06\/29 11:51:37+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/hv60157141.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/hv60157141", "summary": "\"19.276°N

Tuesday, June 29, 2010 11:51:37 UTC
Tuesday, June 29, 2010 01:51:37 AM at epicenter<\/p>

Depth<\/strong>: 7.40 km (4.60 mi)<\/p>", "summary_type": "html", "georss_elev": -7400, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -155.2567, 19.2755 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ycax", "title": "M 5.5, Kuril Islands", "updated": "2010\/06\/29 11:48:18+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ycax.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ycax", "summary": "\"48.255°N

Tuesday, June 29, 2010 11:48:18 UTC
Tuesday, June 29, 2010 11:48:18 PM at epicenter<\/p>

Depth<\/strong>: 39.70 km (24.67 mi)<\/p>", "summary_type": "html", "georss_elev": -39700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 154.3053, 48.2549 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10180002", "title": "M 2.9, Puerto Rico region", "updated": "2010\/06\/29 11:22:57+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10180002.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"18.092°N

Tuesday, June 29, 2010 11:22:57 UTC
Tuesday, June 29, 2010 07:22:57 AM at epicenter<\/p>

Depth<\/strong>: 6.30 km (3.91 mi)<\/p>", "summary_type": "html", "georss_elev": -6300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -65.3889, 18.0919 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057607", "title": "M 2.7, Fox Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/29 10:59:15+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057607.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057607", "summary": "\"53.554°N

Tuesday, June 29, 2010 10:59:15 UTC
Tuesday, June 29, 2010 02:59:15 AM at epicenter<\/p>

Depth<\/strong>: 62.70 km (38.96 mi)<\/p>", "summary_type": "html", "georss_elev": -62700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -166.4568, 53.5535 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71416995", "title": "M 2.6, Central California", "updated": "2010\/06\/29 09:39:06+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71416995.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"37.491°N

Tuesday, June 29, 2010 09:39:06 UTC
Tuesday, June 29, 2010 02:39:06 AM at epicenter<\/p>

Depth<\/strong>: 15.20 km (9.44 mi)<\/p>", "summary_type": "html", "georss_elev": -15200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -119.366, 37.4912 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10728229", "title": "M 2.7, Baja California, Mexico", "updated": "2010\/06\/29 07:58:06+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10728229.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10728229", "summary": "\"32.259°N

Tuesday, June 29, 2010 07:58:06 UTC
Tuesday, June 29, 2010 12:58:06 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3823, 32.2592 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10728197", "title": "M 3.0, Baja California, Mexico", "updated": "2010\/06\/29 07:37:38+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10728197.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10728197", "summary": "\"31.208°N

Tuesday, June 29, 2010 07:37:38 UTC
Tuesday, June 29, 2010 12:37:38 AM at epicenter<\/p>

Depth<\/strong>: 13.90 km (8.64 mi)<\/p>", "summary_type": "html", "georss_elev": -13900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.5762, 31.2078 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10728165", "title": "M 2.7, Central California", "updated": "2010\/06\/29 07:00:58+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10728165.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"35.508°N

Tuesday, June 29, 2010 07:00:58 UTC
Tuesday, June 29, 2010 12:00:58 AM at epicenter<\/p>

Depth<\/strong>: 3.20 km (1.99 mi)<\/p>", "summary_type": "html", "georss_elev": -3200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -118.3635, 35.5077 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057590", "title": "M 3.2, northern Alaska", "updated": "2010\/06\/29 06:47:53+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057590.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057590", "summary": "\"67.224°N

Tuesday, June 29, 2010 06:47:53 UTC
Monday, June 28, 2010 10:47:53 PM at epicenter<\/p>

Depth<\/strong>: 4.70 km (2.92 mi)<\/p>", "summary_type": "html", "georss_elev": -4700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -141.8691, 67.2241 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058257", "title": "M 2.6, south of Alaska", "updated": "2010\/06\/29 06:16:32+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058257.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10058257", "summary": "\"53.634°N

Tuesday, June 29, 2010 06:16:32 UTC
Monday, June 28, 2010 07:16:32 PM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -160.2198, 53.6339 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10728141", "title": "M 2.6, Baja California, Mexico", "updated": "2010\/06\/29 06:15:36+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10728141.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.240°N

Tuesday, June 29, 2010 06:15:36 UTC
Monday, June 28, 2010 11:15:36 PM at epicenter<\/p>

Depth<\/strong>: 2.10 km (1.30 mi)<\/p>", "summary_type": "html", "georss_elev": -2100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3158, 32.2403 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10180001", "title": "M 2.5, Puerto Rico", "updated": "2010\/06\/29 05:31:43+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10180001.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/pr10180001", "summary": "\"18.153°N

Tuesday, June 29, 2010 05:31:43 UTC
Tuesday, June 29, 2010 01:31:43 AM at epicenter<\/p>

Depth<\/strong>: 14.00 km (8.70 mi)<\/p>", "summary_type": "html", "georss_elev": -14000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -66.996, 18.1529 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10180000", "title": "M 3.2, Puerto Rico region", "updated": "2010\/06\/29 04:48:00+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10180000.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"19.247°N

Tuesday, June 29, 2010 04:48:00 UTC
Tuesday, June 29, 2010 12:48:00 AM at epicenter<\/p>

Depth<\/strong>: 46.00 km (28.58 mi)<\/p>", "summary_type": "html", "georss_elev": -46000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -65.9929, 19.2469 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10728053", "title": "M 2.5, Baja California, Mexico", "updated": "2010\/06\/29 04:39:57+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10728053.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10728053", "summary": "\"32.225°N

Tuesday, June 29, 2010 04:39:57 UTC
Monday, June 28, 2010 09:39:57 PM at epicenter<\/p>

Depth<\/strong>: 6.00 km (3.73 mi)<\/p>", "summary_type": "html", "georss_elev": -6000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3767, 32.2248 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10728037", "title": "M 2.8, Nevada", "updated": "2010\/06\/29 04:07:14+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10728037.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10728037", "summary": "\"38.390°N

Tuesday, June 29, 2010 04:07:14 UTC
Monday, June 28, 2010 09:07:14 PM at epicenter<\/p>

Depth<\/strong>: 5.60 km (3.48 mi)<\/p>", "summary_type": "html", "georss_elev": -5600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -118.1267, 38.3903 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057556", "title": "M 3.3, Southern Alaska", "updated": "2010\/06\/29 01:58:34+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057556.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"61.558°N

Tuesday, June 29, 2010 01:58:34 UTC
Monday, June 28, 2010 05:58:34 PM at epicenter<\/p>

Depth<\/strong>: 10.10 km (6.28 mi)<\/p>", "summary_type": "html", "georss_elev": -10100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -148.003, 61.5581 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ycag", "title": "M 5.6, Bio-Bio, Chile", "updated": "2010\/06\/29 01:40:01+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ycag.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ycag", "summary": "\"37.759°S

Tuesday, June 29, 2010 01:40:01 UTC
Monday, June 28, 2010 09:40:01 PM at epicenter<\/p>

Depth<\/strong>: 17.00 km (10.56 mi)<\/p>", "summary_type": "html", "georss_elev": -17000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -73.2165, -37.7593 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10727893", "title": "M 3.5, Baja California, Mexico", "updated": "2010\/06\/29 01:37:59+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10727893.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10727893", "summary": "\"32.248°N

Tuesday, June 29, 2010 01:37:59 UTC
Monday, June 28, 2010 06:37:59 PM at epicenter<\/p>

Depth<\/strong>: 6.00 km (3.73 mi)<\/p>", "summary_type": "html", "georss_elev": -6000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3748, 32.2475 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ycad", "title": "M 5.5, New Ireland region, Papua New Guinea", "updated": "2010\/06\/29 01:24:04+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ycad.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ycad", "summary": "\"4.800°S

Tuesday, June 29, 2010 01:24:04 UTC
Tuesday, June 29, 2010 11:24:04 AM at epicenter<\/p>

Depth<\/strong>: 173.20 km (107.62 mi)<\/p>", "summary_type": "html", "georss_elev": -173200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 153.8163, -4.7995 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10058236", "title": "M 2.9, Rat Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/29 00:48:53+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10058236.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"50.385°N

Tuesday, June 29, 2010 00:48:53 UTC
Monday, June 28, 2010 03:48:53 PM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 177.1383, 50.3853 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10727821", "title": "M 2.6, Baja California, Mexico", "updated": "2010\/06\/29 00:10:45+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10727821.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10727821", "summary": "\"32.093°N

Tuesday, June 29, 2010 00:10:45 UTC
Monday, June 28, 2010 05:10:45 PM at epicenter<\/p>

Depth<\/strong>: 7.10 km (4.41 mi)<\/p>", "summary_type": "html", "georss_elev": -7100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.1977, 32.0932 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybcf", "title": "M 5.0, Vanuatu", "updated": "2010\/06\/28 23:14:35+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybcf.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ybcf", "summary": "\"18.229°S

Monday, June 28, 2010 23:14:35 UTC
Tuesday, June 29, 2010 10:14:35 AM at epicenter<\/p>

Depth<\/strong>: 30.90 km (19.20 mi)<\/p>", "summary_type": "html", "georss_elev": -30900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 167.9916, -18.2285 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10727605", "title": "M 2.5, Baja California, Mexico", "updated": "2010\/06\/28 18:50:14+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10727605.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.238°N

Monday, June 28, 2010 18:50:14 UTC
Monday, June 28, 2010 11:50:14 AM at epicenter<\/p>

Depth<\/strong>: 7.00 km (4.35 mi)<\/p>", "summary_type": "html", "georss_elev": -7000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3738, 32.2383 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057425", "title": "M 2.6, Kodiak Island region, Alaska", "updated": "2010\/06\/28 18:46:50+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057425.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057425", "summary": "\"56.660°N

Monday, June 28, 2010 18:46:50 UTC
Monday, June 28, 2010 10:46:50 AM at epicenter<\/p>

Depth<\/strong>: 8.30 km (5.16 mi)<\/p>", "summary_type": "html", "georss_elev": -8300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -154.234, 56.6604 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybcd", "title": "M 5.3, Solomon Islands", "updated": "2010\/06\/28 18:22:59+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybcd.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ybcd", "summary": "\"8.966°S

Monday, June 28, 2010 18:22:59 UTC
Tuesday, June 29, 2010 05:22:59 AM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 160.8127, -8.9661 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybbm", "title": "M 5.5, Solomon Islands", "updated": "2010\/06\/28 18:19:08+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybbm.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"8.948°S

Monday, June 28, 2010 18:19:08 UTC
Tuesday, June 29, 2010 05:19:08 AM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 160.8295, -8.948 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10727509", "title": "M 2.8, Baja California, Mexico", "updated": "2010\/06\/28 15:27:25+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10727509.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10727509", "summary": "\"32.258°N

Monday, June 28, 2010 15:27:25 UTC
Monday, June 28, 2010 08:27:25 AM at epicenter<\/p>

Depth<\/strong>: 5.70 km (3.54 mi)<\/p>", "summary_type": "html", "georss_elev": -5700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3778, 32.2575 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71416595", "title": "M 3.3, offshore Northern California", "updated": "2010\/06\/28 14:47:04+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71416595.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nc71416595", "summary": "\"37.742°N

Monday, June 28, 2010 14:47:04 UTC
Monday, June 28, 2010 07:47:04 AM at epicenter<\/p>

Depth<\/strong>: 7.70 km (4.78 mi)<\/p>", "summary_type": "html", "georss_elev": -7700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -122.5523, 37.7422 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybbd", "title": "M 4.6, off the east coast of Honshu, Japan", "updated": "2010\/06\/28 13:05:26+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybbd.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"33.067°N

Monday, June 28, 2010 13:05:26 UTC
Monday, June 28, 2010 10:05:26 PM at epicenter<\/p>

Depth<\/strong>: 34.30 km (21.31 mi)<\/p>", "summary_type": "html", "georss_elev": -34300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 142.3669, 33.0669 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybbb", "title": "M 4.8, off the east coast of Honshu, Japan", "updated": "2010\/06\/28 12:59:19+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybbb.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ybbb", "summary": "\"33.074°N

Monday, June 28, 2010 12:59:19 UTC
Monday, June 28, 2010 09:59:19 PM at epicenter<\/p>

Depth<\/strong>: 31.20 km (19.39 mi)<\/p>", "summary_type": "html", "georss_elev": -31200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 142.3212, 33.074 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yba8", "title": "M 5.7, Izu Islands, Japan region", "updated": "2010\/06\/28 12:07:28+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yba8.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"30.658°N

Monday, June 28, 2010 12:07:28 UTC
Monday, June 28, 2010 09:07:28 PM at epicenter<\/p>

Depth<\/strong>: 24.00 km (14.91 mi)<\/p>", "summary_type": "html", "georss_elev": -24000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 141.6209, 30.6578 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10727381", "title": "M 2.6, Sonora, Mexico", "updated": "2010\/06\/28 11:39:26+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10727381.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10727381", "summary": "\"31.944°N

Monday, June 28, 2010 11:39:26 UTC
Monday, June 28, 2010 04:39:26 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -114.9278, 31.9438 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yba6", "title": "M 4.6, Izu Islands, Japan region", "updated": "2010\/06\/28 11:05:44+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yba6.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.929°N

Monday, June 28, 2010 11:05:44 UTC
Monday, June 28, 2010 08:05:44 PM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 142.3647, 32.9288 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:uw:06281051", "title": "M 2.8, Washington", "updated": "2010\/06\/28 10:51:48+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/uw06281051.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/uw06281051", "summary": "\"46.839°N

Monday, June 28, 2010 10:51:48 UTC
Monday, June 28, 2010 03:51:48 AM at epicenter<\/p>

Depth<\/strong>: 2.50 km (1.55 mi)<\/p>", "summary_type": "html", "georss_elev": -2500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -119.6855, 46.8388 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yba2", "title": "M 4.6, off the east coast of Honshu, Japan", "updated": "2010\/06\/28 10:40:20+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yba2.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yba2", "summary": "\"33.405°N

Monday, June 28, 2010 10:40:20 UTC
Monday, June 28, 2010 07:40:20 PM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 142.4072, 33.4046 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057382", "title": "M 2.5, Fox Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/28 09:48:52+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057382.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"52.157°N

Monday, June 28, 2010 09:48:52 UTC
Monday, June 28, 2010 01:48:52 AM at epicenter<\/p>

Depth<\/strong>: 25.60 km (15.91 mi)<\/p>", "summary_type": "html", "georss_elev": -25600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -168.519, 52.1568 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybay", "title": "M 4.6, Jujuy, Argentina", "updated": "2010\/06\/28 09:32:20+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybay.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ybay", "summary": "\"23.012°S

Monday, June 28, 2010 09:32:20 UTC
Monday, June 28, 2010 06:32:20 AM at epicenter<\/p>

Depth<\/strong>: 209.60 km (130.24 mi)<\/p>", "summary_type": "html", "georss_elev": -209600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -66.2953, -23.0119 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybax", "title": "M 4.7, Fiji region", "updated": "2010\/06\/28 09:28:40+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybax.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"16.128°S

Monday, June 28, 2010 09:28:40 UTC
Monday, June 28, 2010 09:28:40 PM at epicenter<\/p>

Depth<\/strong>: 355.00 km (220.59 mi)<\/p>", "summary_type": "html", "georss_elev": -355000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -176.2618, -16.1279 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybas", "title": "M 5.0, south of the Fiji Islands", "updated": "2010\/06\/28 07:04:47+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybas.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ybas", "summary": "\"23.440°S

Monday, June 28, 2010 07:04:47 UTC
Monday, June 28, 2010 07:04:47 PM at epicenter<\/p>

Depth<\/strong>: 525.10 km (326.28 mi)<\/p>", "summary_type": "html", "georss_elev": -525100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 179.5444, -23.4401 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nm:hnw0628a", "title": "M 3.2, Arkansas", "updated": "2010\/06\/28 06:36:35+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nmhnw0628a.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"35.222°N

Monday, June 28, 2010 06:36:35 UTC
Monday, June 28, 2010 01:36:35 AM at epicenter<\/p>

Depth<\/strong>: 0.10 km (0.06 mi)<\/p>", "summary_type": "html", "georss_elev": -100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -91.858, 35.2218 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybam", "title": "M 5.1, Vanuatu", "updated": "2010\/06\/28 06:27:31+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybam.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ybam", "summary": "\"13.483°S

Monday, June 28, 2010 06:27:31 UTC
Monday, June 28, 2010 05:27:31 PM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 166.9852, -13.4831 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:mb:10959183", "title": "M 2.9, southern Idaho", "updated": "2010\/06\/28 05:31:28+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/mb10959183.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"42.572°N

Monday, June 28, 2010 05:31:28 UTC
Sunday, June 27, 2010 11:31:28 PM at epicenter<\/p>

Depth<\/strong>: 0.20 km (0.12 mi)<\/p>", "summary_type": "html", "georss_elev": -200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -111.398, 42.5721 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:hv:60156541", "title": "M 2.9, Hawaii region, Hawaii", "updated": "2010\/06\/28 04:28:43+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/hv60156541.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/hv60156541", "summary": "\"19.213°N

Monday, June 28, 2010 04:28:43 UTC
Sunday, June 27, 2010 06:28:43 PM at epicenter<\/p>

Depth<\/strong>: 43.60 km (27.09 mi)<\/p>", "summary_type": "html", "georss_elev": -43600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -156.0687, 19.2133 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybaj", "title": "M 4.7, offshore Bio-Bio, Chile", "updated": "2010\/06\/28 03:43:39+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybaj.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"36.617°S

Monday, June 28, 2010 03:43:39 UTC
Sunday, June 27, 2010 11:43:39 PM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -73.0013, -36.6168 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10727093", "title": "M 3.1, Southern California", "updated": "2010\/06\/28 03:39:32+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10727093.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10727093", "summary": "\"32.714°N

Monday, June 28, 2010 03:39:32 UTC
Sunday, June 27, 2010 08:39:32 PM at epicenter<\/p>

Depth<\/strong>: 1.30 km (0.81 mi)<\/p>", "summary_type": "html", "georss_elev": -1300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.9497, 32.714 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057355", "title": "M 2.8, Rat Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/28 03:11:19+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057355.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057355", "summary": "\"51.534°N

Monday, June 28, 2010 03:11:19 UTC
Sunday, June 27, 2010 06:11:19 PM at epicenter<\/p>

Depth<\/strong>: 61.20 km (38.03 mi)<\/p>", "summary_type": "html", "georss_elev": -61200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 178.9442, 51.5341 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057344", "title": "M 3.5, Southern Alaska", "updated": "2010\/06\/28 02:49:05+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057344.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057344", "summary": "\"61.035°N

Monday, June 28, 2010 02:49:05 UTC
Sunday, June 27, 2010 06:49:05 PM at epicenter<\/p>

Depth<\/strong>: 34.20 km (21.25 mi)<\/p>", "summary_type": "html", "georss_elev": -34200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -149.6522, 61.0348 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057346", "title": "M 2.5, Central Alaska", "updated": "2010\/06\/28 02:49:00+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057346.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057346", "summary": "\"62.993°N

Monday, June 28, 2010 02:49:00 UTC
Sunday, June 27, 2010 06:49:00 PM at epicenter<\/p>

Depth<\/strong>: 93.30 km (57.97 mi)<\/p>", "summary_type": "html", "georss_elev": -93300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -150.3627, 62.9929 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybah", "title": "M 4.8, Molucca Sea", "updated": "2010\/06\/28 01:18:39+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybah.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"0.517°N

Monday, June 28, 2010 01:18:39 UTC
Monday, June 28, 2010 10:18:39 AM at epicenter<\/p>

Depth<\/strong>: 27.30 km (16.96 mi)<\/p>", "summary_type": "html", "georss_elev": -27300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 126.1247, 0.5173 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybae", "title": "M 5.5, off the coast of Bio-Bio, Chile", "updated": "2010\/06\/28 00:59:46+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybae.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010ybae", "summary": "\"37.827°S

Monday, June 28, 2010 00:59:46 UTC
Sunday, June 27, 2010 07:59:46 PM at epicenter<\/p>

Depth<\/strong>: 14.20 km (8.82 mi)<\/p>", "summary_type": "html", "georss_elev": -14200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -75.0468, -37.8265 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010ybad", "title": "M 4.9, Vanuatu", "updated": "2010\/06\/28 00:18:13+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010ybad.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"18.275°S

Monday, June 28, 2010 00:18:13 UTC
Monday, June 28, 2010 11:18:13 AM at epicenter<\/p>

Depth<\/strong>: 64.10 km (39.83 mi)<\/p>", "summary_type": "html", "georss_elev": -64100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 168.0188, -18.2746 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71416290", "title": "M 2.5, Central California", "updated": "2010\/06\/27 23:51:48+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71416290.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nc71416290", "summary": "\"36.512°N

Sunday, June 27, 2010 23:51:48 UTC
Sunday, June 27, 2010 04:51:48 PM at epicenter<\/p>

Depth<\/strong>: 6.10 km (3.79 mi)<\/p>", "summary_type": "html", "georss_elev": -6100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -121.096, 36.5123 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yab1", "title": "M 5.4, Mindanao, Philippines", "updated": "2010\/06\/27 23:47:33+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yab1.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yab1", "summary": "\"5.212°N

Sunday, June 27, 2010 23:47:33 UTC
Monday, June 28, 2010 07:47:33 AM at epicenter<\/p>

Depth<\/strong>: 59.50 km (36.97 mi)<\/p>", "summary_type": "html", "georss_elev": -59500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 126.9705, 5.2123 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057325", "title": "M 2.5, Southern Alaska", "updated": "2010\/06\/27 22:07:12+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057325.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"61.468°N

Sunday, June 27, 2010 22:07:12 UTC
Sunday, June 27, 2010 02:07:12 PM at epicenter<\/p>

Depth<\/strong>: 31.30 km (19.45 mi)<\/p>", "summary_type": "html", "georss_elev": -31300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -146.7762, 61.4682 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10178003", "title": "M 3.4, Puerto Rico region", "updated": "2010\/06\/27 21:33:29+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10178003.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/pr10178003", "summary": "\"19.557°N

Sunday, June 27, 2010 21:33:29 UTC
Sunday, June 27, 2010 05:33:29 PM at epicenter<\/p>

Depth<\/strong>: 8.00 km (4.97 mi)<\/p>", "summary_type": "html", "georss_elev": -8000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -65.3669, 19.5569 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yabq", "title": "M 5.1, Hokkaido, Japan region", "updated": "2010\/06\/27 21:03:28+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yabq.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"41.748°N

Sunday, June 27, 2010 21:03:28 UTC
Monday, June 28, 2010 06:03:28 AM at epicenter<\/p>

Depth<\/strong>: 63.20 km (39.27 mi)<\/p>", "summary_type": "html", "georss_elev": -63200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 142.0126, 41.7477 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yabn", "title": "M 4.8, Taiwan region", "updated": "2010\/06\/27 20:33:27+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yabn.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yabn", "summary": "\"25.010°N

Sunday, June 27, 2010 20:33:27 UTC
Monday, June 28, 2010 04:33:27 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 122.3969, 25.0101 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10726829", "title": "M 2.7, Central California", "updated": "2010\/06\/27 19:57:02+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10726829.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10726829", "summary": "\"35.204°N

Sunday, June 27, 2010 19:57:02 UTC
Sunday, June 27, 2010 12:57:02 PM at epicenter<\/p>

Depth<\/strong>: 7.70 km (4.78 mi)<\/p>", "summary_type": "html", "georss_elev": -7700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -118.5927, 35.204 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10726645", "title": "M 2.6, Baja California, Mexico", "updated": "2010\/06\/27 17:19:17+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10726645.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.503°N

Sunday, June 27, 2010 17:19:17 UTC
Sunday, June 27, 2010 10:19:17 AM at epicenter<\/p>

Depth<\/strong>: 14.00 km (8.70 mi)<\/p>", "summary_type": "html", "georss_elev": -14000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.6288, 32.5027 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yabd", "title": "M 5.2, Solomon Islands", "updated": "2010\/06\/27 14:19:14+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yabd.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yabd", "summary": "\"8.913°S

Sunday, June 27, 2010 14:19:14 UTC
Monday, June 28, 2010 01:19:14 AM at epicenter<\/p>

Depth<\/strong>: 31.10 km (19.32 mi)<\/p>", "summary_type": "html", "georss_elev": -31100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 160.9911, -8.913 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yabb", "title": "M 4.1, Andreanof Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/27 13:23:14+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yabb.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"52.396°N

Sunday, June 27, 2010 13:23:14 UTC
Sunday, June 27, 2010 04:23:14 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -173.0626, 52.3962 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yaa9", "title": "M 5.0, Solomon Islands", "updated": "2010\/06\/27 13:01:42+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yaa9.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yaa9", "summary": "\"8.950°S

Sunday, June 27, 2010 13:01:42 UTC
Monday, June 28, 2010 12:01:42 AM at epicenter<\/p>

Depth<\/strong>: 69.30 km (43.06 mi)<\/p>", "summary_type": "html", "georss_elev": -69300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 160.7448, -8.9503 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10726445", "title": "M 2.8, Baja California, Mexico", "updated": "2010\/06\/27 12:59:18+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10726445.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.484°N

Sunday, June 27, 2010 12:59:18 UTC
Sunday, June 27, 2010 05:59:18 AM at epicenter<\/p>

Depth<\/strong>: 12.00 km (7.46 mi)<\/p>", "summary_type": "html", "georss_elev": -12000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.6095, 32.4835 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yabc", "title": "M 4.7, Solomon Islands", "updated": "2010\/06\/27 12:58:08+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yabc.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yabc", "summary": "\"8.903°S

Sunday, June 27, 2010 12:58:08 UTC
Sunday, June 27, 2010 11:58:08 PM at epicenter<\/p>

Depth<\/strong>: 59.80 km (37.16 mi)<\/p>", "summary_type": "html", "georss_elev": -59800, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 160.9596, -8.9034 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10726413", "title": "M 3.8, Central California", "updated": "2010\/06\/27 12:22:13+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10726413.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"35.203°N

Sunday, June 27, 2010 12:22:13 UTC
Sunday, June 27, 2010 05:22:13 AM at epicenter<\/p>

Depth<\/strong>: 6.50 km (4.04 mi)<\/p>", "summary_type": "html", "georss_elev": -6500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -118.5958, 35.2025 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:pr:10178002", "title": "M 2.9, Virgin Islands region", "updated": "2010\/06\/27 11:51:39+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/pr10178002.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/pr10178002", "summary": "\"18.781°N

Sunday, June 27, 2010 11:51:39 UTC
Sunday, June 27, 2010 07:51:39 AM at epicenter<\/p>

Depth<\/strong>: 15.00 km (9.32 mi)<\/p>", "summary_type": "html", "georss_elev": -15000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -64.1159, 18.781 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057277", "title": "M 2.5, Southern Alaska", "updated": "2010\/06\/27 11:25:06+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057277.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"59.900°N

Sunday, June 27, 2010 11:25:06 UTC
Sunday, June 27, 2010 03:25:06 AM at epicenter<\/p>

Depth<\/strong>: 79.00 km (49.09 mi)<\/p>", "summary_type": "html", "georss_elev": -79000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -152.6292, 59.9002 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057269", "title": "M 2.6, Central Alaska", "updated": "2010\/06\/27 11:07:01+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057269.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057269", "summary": "\"63.074°N

Sunday, June 27, 2010 11:07:01 UTC
Sunday, June 27, 2010 03:07:01 AM at epicenter<\/p>

Depth<\/strong>: 129.00 km (80.16 mi)<\/p>", "summary_type": "html", "georss_elev": -129000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -150.9645, 63.0735 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yaa3", "title": "M 5.0, Andaman Islands, India region", "updated": "2010\/06\/27 10:51:47+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yaa3.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"13.379°N

Sunday, June 27, 2010 10:51:47 UTC
Sunday, June 27, 2010 04:51:47 PM at epicenter<\/p>

Depth<\/strong>: 30.60 km (19.01 mi)<\/p>", "summary_type": "html", "georss_elev": -30600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 95.7003, 13.3785 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057267", "title": "M 2.7, Southern Alaska", "updated": "2010\/06\/27 10:50:08+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057267.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057267", "summary": "\"59.094°N

Sunday, June 27, 2010 10:50:08 UTC
Sunday, June 27, 2010 02:50:08 AM at epicenter<\/p>

Depth<\/strong>: 6.90 km (4.29 mi)<\/p>", "summary_type": "html", "georss_elev": -6900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -153.7059, 59.0944 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10726309", "title": "M 2.5, Baja California, Mexico", "updated": "2010\/06\/27 10:04:04+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10726309.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10726309", "summary": "\"32.315°N

Sunday, June 27, 2010 10:04:04 UTC
Sunday, June 27, 2010 03:04:04 AM at epicenter<\/p>

Depth<\/strong>: 5.10 km (3.17 mi)<\/p>", "summary_type": "html", "georss_elev": -5100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3312, 32.3145 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yaa1", "title": "M 5.0, Andaman Islands, India region", "updated": "2010\/06\/27 09:43:50+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yaa1.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"14.008°N

Sunday, June 27, 2010 09:43:50 UTC
Sunday, June 27, 2010 03:43:50 PM at epicenter<\/p>

Depth<\/strong>: 27.20 km (16.90 mi)<\/p>", "summary_type": "html", "georss_elev": -27200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 95.4304, 14.0083 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10726285", "title": "M 2.8, Southern California", "updated": "2010\/06\/27 09:26:41+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10726285.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10726285", "summary": "\"32.700°N

Sunday, June 27, 2010 09:26:41 UTC
Sunday, June 27, 2010 02:26:41 AM at epicenter<\/p>

Depth<\/strong>: 2.10 km (1.30 mi)<\/p>", "summary_type": "html", "georss_elev": -2100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.9302, 32.7005 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yaat", "title": "M 5.4, southern Sumatra, Indonesia", "updated": "2010\/06\/27 08:47:42+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yaat.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yaat", "summary": "\"4.445°S

Sunday, June 27, 2010 08:47:42 UTC
Sunday, June 27, 2010 03:47:42 PM at epicenter<\/p>

Depth<\/strong>: 27.90 km (17.34 mi)<\/p>", "summary_type": "html", "georss_elev": -27900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 101.3743, -4.4447 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yaar", "title": "M 5.0, offshore Bio-Bio, Chile", "updated": "2010\/06\/27 07:15:50+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yaar.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"36.811°S

Sunday, June 27, 2010 07:15:50 UTC
Sunday, June 27, 2010 03:15:50 AM at epicenter<\/p>

Depth<\/strong>: 23.10 km (14.35 mi)<\/p>", "summary_type": "html", "georss_elev": -23100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -73.5002, -36.8105 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10726173", "title": "M 2.9, Baja California, Mexico", "updated": "2010\/06\/27 07:04:34+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10726173.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10726173", "summary": "\"32.251°N

Sunday, June 27, 2010 07:04:34 UTC
Sunday, June 27, 2010 12:04:34 AM at epicenter<\/p>

Depth<\/strong>: 8.60 km (5.34 mi)<\/p>", "summary_type": "html", "georss_elev": -8600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.4025, 32.2508 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yaan", "title": "M 4.9, Gulf of Aden", "updated": "2010\/06\/27 06:32:03+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yaan.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yaan", "summary": "\"12.111°N

Sunday, June 27, 2010 06:32:03 UTC
Sunday, June 27, 2010 09:32:03 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 46.4349, 12.111 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yaam", "title": "M 4.2, south of Panama", "updated": "2010\/06\/27 06:20:06+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yaam.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yaam", "summary": "\"4.141°N

Sunday, June 27, 2010 06:20:06 UTC
Sunday, June 27, 2010 12:20:06 AM at epicenter<\/p>

Depth<\/strong>: 10.00 km (6.21 mi)<\/p>", "summary_type": "html", "georss_elev": -10000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -82.5473, 4.1414 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10726101", "title": "M 2.6, Baja California, Mexico", "updated": "2010\/06\/27 04:34:25+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10726101.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.150°N

Sunday, June 27, 2010 04:34:25 UTC
Saturday, June 26, 2010 09:34:25 PM at epicenter<\/p>

Depth<\/strong>: 13.10 km (8.14 mi)<\/p>", "summary_type": "html", "georss_elev": -13100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.293, 32.15 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yaai", "title": "M 4.3, Unimak Island region, Alaska", "updated": "2010\/06\/27 03:52:21+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yaai.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yaai", "summary": "\"54.029°N

Sunday, June 27, 2010 03:52:21 UTC
Saturday, June 26, 2010 07:52:21 PM at epicenter<\/p>

Depth<\/strong>: 46.30 km (28.77 mi)<\/p>", "summary_type": "html", "georss_elev": -46300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -164.4626, 54.0291 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057230", "title": "M 3.6, Unimak Island region, Alaska", "updated": "2010\/06\/27 03:34:50+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057230.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"54.095°N

Sunday, June 27, 2010 03:34:50 UTC
Saturday, June 26, 2010 07:34:50 PM at epicenter<\/p>

Depth<\/strong>: 25.50 km (15.84 mi)<\/p>", "summary_type": "html", "georss_elev": -25500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -164.1599, 54.0946 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010yaaf", "title": "M 4.6, off the coast of Araucania, Chile", "updated": "2010\/06\/27 03:12:26+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010yaaf.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010yaaf", "summary": "\"38.096°S

Sunday, June 27, 2010 03:12:26 UTC
Saturday, June 26, 2010 10:12:26 PM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -75.1613, -38.0955 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057937", "title": "M 2.6, Alaska Peninsula", "updated": "2010\/06\/27 02:56:56+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057937.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"55.829°N

Sunday, June 27, 2010 02:56:56 UTC
Saturday, June 26, 2010 06:56:56 PM at epicenter<\/p>

Depth<\/strong>: 153.30 km (95.26 mi)<\/p>", "summary_type": "html", "georss_elev": -153300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -160.4918, 55.8289 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71415920", "title": "M 2.5, offshore Northern California", "updated": "2010\/06\/27 01:28:28+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71415920.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nc71415920", "summary": "\"40.611°N

Sunday, June 27, 2010 01:28:28 UTC
Saturday, June 26, 2010 06:28:28 PM at epicenter<\/p>

Depth<\/strong>: 9.40 km (5.84 mi)<\/p>", "summary_type": "html", "georss_elev": -9400, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -124.7145, 40.611 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10726005", "title": "M 3.0, Baja California, Mexico", "updated": "2010\/06\/27 00:49:31+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10726005.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10726005", "summary": "\"32.415°N

Sunday, June 27, 2010 00:49:31 UTC
Saturday, June 26, 2010 05:49:31 PM at epicenter<\/p>

Depth<\/strong>: 0.00 km (0.00 mi)<\/p>", "summary_type": "html", "georss_elev": 0, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.563, 32.415 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10725989", "title": "M 3.3, Southern California", "updated": "2010\/06\/27 00:17:44+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10725989.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10725989", "summary": "\"32.672°N

Sunday, June 27, 2010 00:17:44 UTC
Saturday, June 26, 2010 05:17:44 PM at epicenter<\/p>

Depth<\/strong>: 7.90 km (4.91 mi)<\/p>", "summary_type": "html", "georss_elev": -7900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.919, 32.6722 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057218", "title": "M 2.8, Southern Yukon Territory, Canada", "updated": "2010\/06\/27 00:12:11+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057218.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"60.119°N

Sunday, June 27, 2010 00:12:11 UTC
Saturday, June 26, 2010 05:12:11 PM at epicenter<\/p>

Depth<\/strong>: 0.70 km (0.43 mi)<\/p>", "summary_type": "html", "georss_elev": -700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -140.6139, 60.1188 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10725973", "title": "M 3.0, Southern California", "updated": "2010\/06\/26 23:55:57+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10725973.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10725973", "summary": "\"32.698°N

Saturday, June 26, 2010 23:55:57 UTC
Saturday, June 26, 2010 04:55:57 PM at epicenter<\/p>

Depth<\/strong>: 3.30 km (2.05 mi)<\/p>", "summary_type": "html", "georss_elev": -3300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.9182, 32.6982 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10725965", "title": "M 2.5, Southern California", "updated": "2010\/06\/26 23:55:28+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10725965.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10725965", "summary": "\"32.692°N

Saturday, June 26, 2010 23:55:28 UTC
Saturday, June 26, 2010 04:55:28 PM at epicenter<\/p>

Depth<\/strong>: 1.90 km (1.18 mi)<\/p>", "summary_type": "html", "georss_elev": -1900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.9155, 32.6918 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nm:hnw0626d", "title": "M 3.3, Arkansas", "updated": "2010\/06\/26 23:47:39+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nmhnw0626d.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nmhnw0626d", "summary": "\"35.208°N

Saturday, June 26, 2010 23:47:39 UTC
Saturday, June 26, 2010 06:47:39 PM at epicenter<\/p>

Depth<\/strong>: 0.10 km (0.06 mi)<\/p>", "summary_type": "html", "georss_elev": -100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -91.8692, 35.2084 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xzb4", "title": "M 5.1, Banda Sea", "updated": "2010\/06\/26 22:43:59+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xzb4.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"6.088°S

Saturday, June 26, 2010 22:43:59 UTC
Sunday, June 27, 2010 07:43:59 AM at epicenter<\/p>

Depth<\/strong>: 146.60 km (91.09 mi)<\/p>", "summary_type": "html", "georss_elev": -146600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 130.3187, -6.0875 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10725877", "title": "M 2.9, Baja California, Mexico", "updated": "2010\/06\/26 21:54:46+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10725877.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"32.096°N

Saturday, June 26, 2010 21:54:46 UTC
Saturday, June 26, 2010 02:54:46 PM at epicenter<\/p>

Depth<\/strong>: 13.70 km (8.51 mi)<\/p>", "summary_type": "html", "georss_elev": -13700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.1452, 32.0957 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057207", "title": "M 2.5, Kenai Peninsula, Alaska", "updated": "2010\/06\/26 20:41:08+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057207.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057207", "summary": "\"60.556°N

Saturday, June 26, 2010 20:41:08 UTC
Saturday, June 26, 2010 12:41:08 PM at epicenter<\/p>

Depth<\/strong>: 7.20 km (4.47 mi)<\/p>", "summary_type": "html", "georss_elev": -7200, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -151.0688, 60.5555 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nm:hnw0626a", "title": "M 2.7, Arkansas", "updated": "2010\/06\/26 19:03:01+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nmhnw0626a.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nmhnw0626a", "summary": "\"35.243°N

Saturday, June 26, 2010 19:03:01 UTC
Saturday, June 26, 2010 02:03:01 PM at epicenter<\/p>

Depth<\/strong>: 0.10 km (0.06 mi)<\/p>", "summary_type": "html", "georss_elev": -100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -91.8398, 35.2433 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xzbp", "title": "M 5.6, Tarapaca, Chile", "updated": "2010\/06\/26 19:01:15+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xzbp.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"19.018°S

Saturday, June 26, 2010 19:01:15 UTC
Saturday, June 26, 2010 03:01:15 PM at epicenter<\/p>

Depth<\/strong>: 81.10 km (50.39 mi)<\/p>", "summary_type": "html", "georss_elev": -81100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -69.2572, -19.0177 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057192", "title": "M 3.1, Andreanof Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/26 18:48:45+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057192.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"51.782°N

Saturday, June 26, 2010 18:48:45 UTC
Saturday, June 26, 2010 09:48:45 AM at epicenter<\/p>

Depth<\/strong>: 5.80 km (3.60 mi)<\/p>", "summary_type": "html", "georss_elev": -5800, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -179.0746, 51.7815 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xzbm", "title": "M 5.1, northern Peru", "updated": "2010\/06\/26 18:40:14+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xzbm.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010xzbm", "summary": "\"4.587°S

Saturday, June 26, 2010 18:40:14 UTC
Saturday, June 26, 2010 01:40:14 PM at epicenter<\/p>

Depth<\/strong>: 112.90 km (70.15 mi)<\/p>", "summary_type": "html", "georss_elev": -112900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -77.1962, -4.5873 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10725685", "title": "M 2.5, Baja California, Mexico", "updated": "2010\/06\/26 18:30:26+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10725685.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10725685", "summary": "\"32.238°N

Saturday, June 26, 2010 18:30:26 UTC
Saturday, June 26, 2010 11:30:26 AM at epicenter<\/p>

Depth<\/strong>: 6.10 km (3.79 mi)<\/p>", "summary_type": "html", "georss_elev": -6100, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3198, 32.2382 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xzbl", "title": "M 4.6, Taiwan", "updated": "2010\/06\/26 18:05:50+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xzbl.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"24.643°N

Saturday, June 26, 2010 18:05:50 UTC
Sunday, June 27, 2010 02:05:50 AM at epicenter<\/p>

Depth<\/strong>: 72.60 km (45.11 mi)<\/p>", "summary_type": "html", "georss_elev": -72600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 121.6805, 24.6428 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10725605", "title": "M 2.5, Southern California", "updated": "2010\/06\/26 17:26:22+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10725605.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10725605", "summary": "\"32.703°N

Saturday, June 26, 2010 17:26:22 UTC
Saturday, June 26, 2010 10:26:22 AM at epicenter<\/p>

Depth<\/strong>: 4.00 km (2.49 mi)<\/p>", "summary_type": "html", "georss_elev": -4000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.9357, 32.7033 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057178", "title": "M 3.0, Central Alaska", "updated": "2010\/06\/26 16:15:38+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057178.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057178", "summary": "\"63.507°N

Saturday, June 26, 2010 16:15:38 UTC
Saturday, June 26, 2010 08:15:38 AM at epicenter<\/p>

Depth<\/strong>: 19.90 km (12.37 mi)<\/p>", "summary_type": "html", "georss_elev": -19900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -152.9691, 63.5067 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057176", "title": "M 3.6, Unimak Island region, Alaska", "updated": "2010\/06\/26 15:54:46+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057176.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"54.629°N

Saturday, June 26, 2010 15:54:46 UTC
Saturday, June 26, 2010 07:54:46 AM at epicenter<\/p>

Depth<\/strong>: 2.60 km (1.62 mi)<\/p>", "summary_type": "html", "georss_elev": -2600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -164.4513, 54.629 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057174", "title": "M 2.7, south of Alaska", "updated": "2010\/06\/26 14:29:07+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057174.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"53.819°N

Saturday, June 26, 2010 14:29:07 UTC
Saturday, June 26, 2010 06:29:07 AM at epicenter<\/p>

Depth<\/strong>: 16.60 km (10.31 mi)<\/p>", "summary_type": "html", "georss_elev": -16600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -162.7821, 53.8192 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10725453", "title": "M 2.5, Baja California, Mexico", "updated": "2010\/06\/26 12:33:50+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10725453.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10725453", "summary": "\"32.489°N

Saturday, June 26, 2010 12:33:50 UTC
Saturday, June 26, 2010 05:33:50 AM at epicenter<\/p>

Depth<\/strong>: 3.40 km (2.11 mi)<\/p>", "summary_type": "html", "georss_elev": -3400, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.6338, 32.4888 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xzav", "title": "M 5.8, Java, Indonesia", "updated": "2010\/06\/26 09:50:43+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xzav.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010xzav", "summary": "\"8.072°S

Saturday, June 26, 2010 09:50:43 UTC
Saturday, June 26, 2010 04:50:43 PM at epicenter<\/p>

Depth<\/strong>: 75.00 km (46.60 mi)<\/p>", "summary_type": "html", "georss_elev": -75000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 108.071, -8.0718 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xzas", "title": "M 5.1, south of the Kermadec Islands", "updated": "2010\/06\/26 08:56:22+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xzas.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"33.239°S

Saturday, June 26, 2010 08:56:22 UTC
Saturday, June 26, 2010 08:56:22 PM at epicenter<\/p>

Depth<\/strong>: 59.60 km (37.03 mi)<\/p>", "summary_type": "html", "georss_elev": -59600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -177.0224, -33.2385 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057150", "title": "M 2.6, Fox Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/26 07:48:36+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057150.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"53.919°N

Saturday, June 26, 2010 07:48:36 UTC
Friday, June 25, 2010 11:48:36 PM at epicenter<\/p>

Depth<\/strong>: 62.80 km (39.02 mi)<\/p>", "summary_type": "html", "georss_elev": -62800, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -165.3218, 53.9186 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057862", "title": "M 2.7, Fox Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/26 06:00:59+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057862.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"51.969°N

Saturday, June 26, 2010 06:00:59 UTC
Friday, June 25, 2010 10:00:59 PM at epicenter<\/p>

Depth<\/strong>: 26.00 km (16.16 mi)<\/p>", "summary_type": "html", "georss_elev": -26000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -168.5829, 51.9686 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xzal", "title": "M 6.7, Solomon Islands", "updated": "2010\/06\/26 05:30:19+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xzal.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010xzal", "summary": "\"10.636°S

Saturday, June 26, 2010 05:30:19 UTC
Saturday, June 26, 2010 04:30:19 PM at epicenter<\/p>

Depth<\/strong>: 35.00 km (21.75 mi)<\/p>", "summary_type": "html", "georss_elev": -35000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 161.4431, -10.6358 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10164722", "title": "M 2.8, Baja California, Mexico", "updated": "2010\/06\/26 03:48:13+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10164722.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10164722", "summary": "\"31.287°N

Saturday, June 26, 2010 03:48:13 UTC
Friday, June 25, 2010 08:48:13 PM at epicenter<\/p>

Depth<\/strong>: 6.00 km (3.73 mi)<\/p>", "summary_type": "html", "georss_elev": -6000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.7472, 31.2867 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057128", "title": "M 3.2, Rat Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/26 03:21:10+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057128.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"51.821°N

Saturday, June 26, 2010 03:21:10 UTC
Friday, June 25, 2010 06:21:10 PM at epicenter<\/p>

Depth<\/strong>: 122.50 km (76.12 mi)<\/p>", "summary_type": "html", "georss_elev": -122500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 179.6051, 51.8205 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10725077", "title": "M 2.7, Baja California, Mexico", "updated": "2010\/06\/26 02:28:18+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10725077.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10725077", "summary": "\"32.196°N

Saturday, June 26, 2010 02:28:18 UTC
Friday, June 25, 2010 07:28:18 PM at epicenter<\/p>

Depth<\/strong>: 32.90 km (20.44 mi)<\/p>", "summary_type": "html", "georss_elev": -32900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.2997, 32.1955 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:nc:71415505", "title": "M 2.9, Central California", "updated": "2010\/06\/26 01:36:49+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/nc71415505.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/nc71415505", "summary": "\"36.842°N

Saturday, June 26, 2010 01:36:49 UTC
Friday, June 25, 2010 06:36:49 PM at epicenter<\/p>

Depth<\/strong>: 6.60 km (4.10 mi)<\/p>", "summary_type": "html", "georss_elev": -6600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -121.5838, 36.8418 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xzai", "title": "M 4.9, Nias region, Indonesia", "updated": "2010\/06\/26 01:18:07+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xzai.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010xzai", "summary": "\"0.513°N

Saturday, June 26, 2010 01:18:07 UTC
Saturday, June 26, 2010 08:18:07 AM at epicenter<\/p>

Depth<\/strong>: 57.50 km (35.73 mi)<\/p>", "summary_type": "html", "georss_elev": -57500, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 98.5847, 0.5125 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xzah", "title": "M 5.2, Ryukyu Islands, Japan", "updated": "2010\/06\/26 00:18:33+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xzah.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"26.138°N

Saturday, June 26, 2010 00:18:33 UTC
Saturday, June 26, 2010 09:18:33 AM at epicenter<\/p>

Depth<\/strong>: 30.40 km (18.89 mi)<\/p>", "summary_type": "html", "georss_elev": -30400, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 129.3598, 26.1377 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:uu:00006756", "title": "M 2.9, Yellowstone National Park, Wyoming", "updated": "2010\/06\/26 00:07:52+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/uu00006756.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/uu00006756", "summary": "\"44.246°N

Saturday, June 26, 2010 00:07:52 UTC
Friday, June 25, 2010 06:07:52 PM at epicenter<\/p>

Depth<\/strong>: 3.80 km (2.36 mi)<\/p>", "summary_type": "html", "georss_elev": -3800, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -110.7718, 44.2457 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10724981", "title": "M 2.8, Baja California, Mexico", "updated": "2010\/06\/25 23:50:50+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10724981.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10724981", "summary": "\"32.123°N

Friday, June 25, 2010 23:50:50 UTC
Friday, June 25, 2010 04:50:50 PM at epicenter<\/p>

Depth<\/strong>: 14.60 km (9.07 mi)<\/p>", "summary_type": "html", "georss_elev": -14600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.1888, 32.1225 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10724957", "title": "M 2.5, Baja California, Mexico", "updated": "2010\/06\/25 23:30:33+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10724957.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10724957", "summary": "\"32.259°N

Friday, June 25, 2010 23:30:33 UTC
Friday, June 25, 2010 04:30:33 PM at epicenter<\/p>

Depth<\/strong>: 8.90 km (5.53 mi)<\/p>", "summary_type": "html", "georss_elev": -8900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.3628, 32.259 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10724949", "title": "M 4.4, Baja California, Mexico", "updated": "2010\/06\/25 23:23:15+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10724949.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"31.296°N

Friday, June 25, 2010 23:23:15 UTC
Friday, June 25, 2010 04:23:15 PM at epicenter<\/p>

Depth<\/strong>: 6.00 km (3.73 mi)<\/p>", "summary_type": "html", "georss_elev": -6000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.5675, 31.2962 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xyca", "title": "M 4.8, Nias region, Indonesia", "updated": "2010\/06\/25 23:08:16+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xyca.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/us2010xyca", "summary": "\"1.950°N

Friday, June 25, 2010 23:08:16 UTC
Saturday, June 26, 2010 06:08:16 AM at epicenter<\/p>

Depth<\/strong>: 27.30 km (16.96 mi)<\/p>", "summary_type": "html", "georss_elev": -27300, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ 96.723, 1.9497 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:uu:06252254", "title": "M 2.6, Utah", "updated": "2010\/06\/25 22:54:56+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/uu06252254.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/uu06252254", "summary": "\"39.009°N

Friday, June 25, 2010 22:54:56 UTC
Friday, June 25, 2010 04:54:56 PM at epicenter<\/p>

Depth<\/strong>: 1.70 km (1.06 mi)<\/p>", "summary_type": "html", "georss_elev": -1700, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -111.3823, 39.0087 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057101", "title": "M 2.6, Southern Alaska", "updated": "2010\/06\/25 22:27:28+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057101.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"59.456°N

Friday, June 25, 2010 22:27:28 UTC
Friday, June 25, 2010 02:27:28 PM at epicenter<\/p>

Depth<\/strong>: 44.90 km (27.90 mi)<\/p>", "summary_type": "html", "georss_elev": -44900, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -152.0933, 59.4557 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10724845", "title": "M 3.0, Central California", "updated": "2010\/06\/25 22:08:54+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10724845.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10724845", "summary": "\"35.337°N

Friday, June 25, 2010 22:08:54 UTC
Friday, June 25, 2010 03:08:54 PM at epicenter<\/p>

Depth<\/strong>: 4.60 km (2.86 mi)<\/p>", "summary_type": "html", "georss_elev": -4600, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -118.6092, 35.337 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ci:10724837", "title": "M 3.0, Baja California, Mexico", "updated": "2010\/06\/25 22:05:28+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ci10724837.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ci10724837", "summary": "\"32.137°N

Friday, June 25, 2010 22:05:28 UTC
Friday, June 25, 2010 03:05:28 PM at epicenter<\/p>

Depth<\/strong>: 11.00 km (6.84 mi)<\/p>", "summary_type": "html", "georss_elev": -11000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -115.2872, 32.1373 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:ak:10057096", "title": "M 3.5, Andreanof Islands, Aleutian Islands, Alaska", "updated": "2010\/06\/25 21:47:43+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/ak10057096.php", "link2_rel": "related", "link2_type": "application\/cap+xml", "link2_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/catalogs\/cap\/ak10057096", "summary": "\"51.564°N

Friday, June 25, 2010 21:47:43 UTC
Friday, June 25, 2010 12:47:43 PM at epicenter<\/p>

Depth<\/strong>: 25.00 km (15.53 mi)<\/p>", "summary_type": "html", "georss_elev": -25000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -175.201, 51.5643 ] } }, -{ "type": "Feature", "properties": { "id": "urn:earthquake-usgs-gov:us:2010xyby", "title": "M 4.9, south of the Fiji Islands", "updated": "2010\/06\/25 20:55:39+00", "link_rel": "alternate", "link_type": "text\/html", "link_href": "http:\/\/earthquake.usgs.gov\/earthquakes\/recenteqsww\/Quakes\/us2010xyby.php", "link2_rel": null, "link2_type": null, "link2_href": null, "summary": "\"25.586°S

Friday, June 25, 2010 20:55:39 UTC
Saturday, June 26, 2010 08:55:39 AM at epicenter<\/p>

Depth<\/strong>: 37.00 km (22.99 mi)<\/p>", "summary_type": "html", "georss_elev": -37000, "category_label": "Age", "category_term": "Past week" }, "geometry": { "type": "Point", "coordinates": [ -176.7147, -25.5861 ] } } -] -} diff --git a/doc/fr/data/layers/buildings.kml b/doc/fr/data/layers/buildings.kml deleted file mode 100644 index 4629ab59..00000000 --- a/doc/fr/data/layers/buildings.kml +++ /dev/null @@ -1,1016 +0,0 @@ - - - - - - - - - - - - - buildings - - - - S-BUILDING - 1714.697 - 205.996104678 - 2643.38635228 - 1 - - - - - - - 1 - -122.79678181570254,42.31505552411342,1714.6968876999777 -122.79672376733662,42.31505395552092,1714.6968876999777 -122.79658124469145,42.31505010709761,1714.6968876999777 -122.7965926669625,42.314916711335805,1714.6968876999777 -122.79672441910049,42.31492027198181,1714.6968876999777 -122.79679324000244,42.314922129181795,1714.6968876999777 -122.79678181570254,42.31505552411342,1714.6968876999777 - - - - - - - - S-BUILDING - 1719.698 - 34.4166760474 - 73.9440815368 - 2 - - - - - - - 1 - -122.79227686195097,42.30914942022552,1719.6978619499778 -122.79227802208642,42.30913514932265,1719.6978619499778 -122.79230869348162,42.30913652444241,1719.6978619499778 -122.79230763532738,42.309149546857334,1719.6978619499778 -122.792306708206,42.30916089151277,1719.6978619499778 -122.792276033062,42.309159513766616,1719.6978619499778 -122.79227686195097,42.30914942022552,1719.6978619499778 - - - - - - - - S-BUILDING - 1918.966 - 377.707971952 - 5168.04098811 - 3 - - - - - - - 1 - -122.78845435331775,42.31216913972058,1918.9658361166444 -122.78844430551878,42.31217188051275,1918.9658361166444 -122.78832094551113,42.31220551632168,1918.9658361166444 -122.78831173258477,42.31220802852785,1918.9658361166444 -122.78824108725593,42.312068448291534,1918.9658361166444 -122.78822488936073,42.312072587248636,1918.9658361166444 -122.78816350334199,42.31208827605385,1918.9658361166444 -122.78814057431764,42.31203796145363,1918.9658361166444 -122.7882022179409,42.31202238271009,1918.9658361166444 -122.78821899689008,42.31201814101023,1918.9658361166444 -122.7882005708901,42.311981144845085,1918.9658361166444 -122.78817294457608,42.31198931429434,1918.9658361166444 -122.78814907460014,42.31194570565343,1918.9658361166444 -122.78820878443427,42.311930006724964,1918.9658361166444 -122.78820509439629,42.31192140170197,1918.9658361166444 -122.78825321927256,42.311909107813754,1918.9658361166444 -122.78825872104741,42.31191768418987,1918.9658361166444 -122.78831570297739,42.311901354290185,1918.9658361166444 -122.7883181844396,42.31190577267374,1918.9658361166444 -122.78834423236418,42.31195217755657,1918.9658361166444 -122.78837986583008,42.311942627136375,1918.9658361166444 -122.78841664553714,42.31201593552787,1918.9658361166444 -122.78838285845859,42.31202478476959,1918.9658361166444 -122.7883831574038,42.31202539020494,1918.9658361166444 -122.78845435331775,42.31216913972058,1918.9658361166444 - - - - - - - - S-BUILDING - 1904.06 - 202.145679723 - 2340.0155332 - 4 - - - - - - - 1 - -122.78788039463318,42.311112420026866,1904.0600260333113 -122.78764081243455,42.31113086878758,1904.0600260333113 -122.78763040649166,42.31106579886575,1904.0600260333113 -122.7876251608705,42.31103299504347,1904.0600260333113 -122.78786474259715,42.311014543616366,1904.0600260333113 -122.78786868205924,42.311039187572135,1904.0600260333113 -122.78788039463318,42.311112420026866,1904.0600260333113 - - - - - - - - S-BUILDING - 1899.203 - 356.047232356 - 4352.98951092 - 5 - - - - - - - 1 - -122.78852977306452,42.31121484180474,1899.2030803666444 -122.78838298995157,42.31125273268076,1899.2030803666444 -122.78834818655973,42.31117844849017,1899.2030803666444 -122.7883888589598,42.31116795018694,1899.2030803666444 -122.78837725817782,42.31114317617676,1899.2030803666444 -122.7883263130014,42.31115659453876,1899.2030803666444 -122.78819859052096,42.311190231389034,1899.2030803666444 -122.78818763452738,42.31119311666577,1899.2030803666444 -122.7881496635718,42.31111725760081,1899.2030803666444 -122.78820802735984,42.31110291973265,1899.2030803666444 -122.78834771516466,42.31106860605813,1899.2030803666444 -122.78835690692105,42.311066347340656,1899.2030803666444 -122.78834226478833,42.31103509585074,1899.2030803666444 -122.7884417357378,42.31100941949313,1899.2030803666444 -122.78849910044083,42.31113184351409,1899.2030803666444 -122.78849176625779,42.31113373764459,1899.2030803666444 -122.78850977915664,42.31117217047229,1899.2030803666444 -122.78852977306452,42.31121484180474,1899.2030803666444 - - - - - - - - S-BUILDING - 1821.619 - 59.4865399941 - 175.159694504 - 6 - - - - - - - 1 - -122.7916434460676,42.31087098141521,1821.618917949978 -122.79164375765065,42.31087051398349,1821.618917949978 -122.79167671124918,42.31082099474268,1821.618917949978 -122.79167889785808,42.3108177081983,1821.618917949978 -122.7917055976554,42.31082770717621,1821.618917949978 -122.79167014709458,42.310880980376915,1821.618917949978 -122.7916434460676,42.31087098141521,1821.618917949978 - - - - - - - - S-BUILDING - 1781.094 - 97.893390175 - 619.977304725 - 7 - - - - - - - 1 - -122.79287131607548,42.31086794980046,1781.0940646166446 -122.79287045802444,42.31086606969834,1781.0940646166446 -122.79284078424911,42.310800826215434,1781.0940646166446 -122.79288782790397,42.31078604324866,1781.0940646166446 -122.79294827771865,42.31080621163148,1781.0940646166446 -122.79296321617045,42.31084102558361,1781.0940646166446 -122.7929635601451,42.31084183092379,1781.0940646166446 -122.79287131607548,42.31086794980046,1781.0940646166446 - - - - - - - - S-BUILDING - 1781.093 - 103.581850876 - 640.631815018 - 8 - - - - - - - 1 - -122.79293454841077,42.31103110863642,1781.0930803666447 -122.79304372125544,42.3110029767998,1781.0930803666447 -122.79307013799465,42.31105550887447,1781.0930803666447 -122.79299954608594,42.311073702005444,1781.0930803666447 -122.79296028126002,42.31108381944438,1781.0930803666447 -122.79293454841077,42.31103110863642,1781.0930803666447 - - - - - - - - S-BUILDING - 1765.454 - 172.728329947 - 1797.9204807 - 9 - - - - - - - 1 - -122.79169262584789,42.305837221481646,1765.4540040333113 -122.79170195884844,42.305696479610894,1765.4540040333113 -122.79171006522807,42.305696792222584,1765.4540040333113 -122.79183120374412,42.30570148701498,1765.4540040333113 -122.79182187224778,42.30584222887187,1765.4540040333113 -122.79170155119597,42.30583756698755,1765.4540040333113 -122.79169262584789,42.305837221481646,1765.4540040333113 - - - - - - - - S-BUILDING - 1771.594 - 271.226828146 - 3302.24504564 - 10 - - - - - - - 1 - -122.7919092129052,42.30566277336616,1771.5940836166446 -122.79200394516798,42.30544268159834,1771.5940836166446 -122.79201125346907,42.30544441622458,1771.5940836166446 -122.79201996969488,42.30542415686951,1771.5940836166446 -122.79204832636047,42.30543088262827,1771.5940836166446 -122.79204092893109,42.30544808200262,1771.5940836166446 -122.79212589719964,42.30546822978959,1771.5940836166446 -122.79208733676728,42.30555781958374,1771.5940836166446 -122.79206897043159,42.305600485373695,1771.5940836166446 -122.79210175530619,42.305608256779784,1771.5940836166446 -122.79209466580241,42.305625022120545,1771.5940836166446 -122.79206326192003,42.30569930595765,1771.5940836166446 -122.79204590370709,42.305695189961156,1771.5940836166446 -122.79197632019967,42.30567868668259,1771.5940836166446 -122.7919092129052,42.30566277336616,1771.5940836166446 - - - - - - - - S-BUILDING - 1764.009 - 242.296369468 - 3281.55609848 - 11 - - - - - - - 1 - -122.79195817144041,42.305919781164484,1764.0091250333112 -122.79195766116844,42.30592742762927,1764.0091250333112 -122.79195333907532,42.305992325457446,1764.0091250333112 -122.79195062798019,42.30603310249005,1764.0091250333112 -122.79194967690125,42.30604735112578,1764.0091250333112 -122.791713897083,42.306038694197255,1764.0091250333112 -122.79171687166718,42.305994003262974,1764.0091250333112 -122.79167721947528,42.30599254660549,1764.0091250333112 -122.79168247442016,42.3059136202757,1764.0091250333112 -122.79169210983541,42.30591397387077,1764.0091250333112 -122.79172300013529,42.30591511051611,1764.0091250333112 -122.79172326911618,42.305911152365155,1764.0091250333112 -122.7919115493513,42.30591806815484,1764.0091250333112 -122.79195817144041,42.305919781164484,1764.0091250333112 - - - - - - - - S-BUILDING - 1762.926 - 350.00567926 - 7574.04382374 - 12 - - - - - - - 1 - -122.79208919590612,42.306080108279964,1762.9261219499776 -122.79208855501822,42.30609161462396,1762.9261219499776 -122.79208806271288,42.30610043869546,1762.9261219499776 -122.79208242219083,42.306201662476155,1762.9261219499776 -122.79207764392189,42.306287414622936,1762.9261219499776 -122.79207721419083,42.306295106282754,1762.9261219499776 -122.79172048531079,42.3062841528185,1762.9261219499776 -122.79172087711481,42.30627710945516,1762.9261219499776 -122.79173155543486,42.30608552809995,1762.9261219499776 -122.79173246825772,42.306069154853795,1762.9261219499776 -122.79208919590612,42.306080108279964,1762.9261219499776 - - - - - - - - S-BUILDING - 1757.841 - 205.082305009 - 2434.50695839 - 13 - - - - - - - 1 - -122.79487152407133,42.30442231932897,1757.8411583666443 -122.79487007511025,42.30432478879595,1757.8411583666443 -122.79486987080868,42.30431114000844,1757.8411583666443 -122.79505426023553,42.30430963075486,1757.8411583666443 -122.79505446638436,42.30432309848669,1757.8411583666443 -122.79509931959277,42.304322737886565,1757.8411583666443 -122.79510071753973,42.304416478878366,1757.8411583666443 -122.79505199775063,42.30441687402407,1757.8411583666443 -122.79505205947102,42.30442084527094,1757.8411583666443 -122.79502299794508,42.30442108266461,1757.8411583666443 -122.79487152407133,42.30442231932897,1757.8411583666443 - - - - - - - - S-BUILDING - 1770.01 - 298.675600342 - 4228.55082577 - 14 - - - - - - - 1 - -122.79448586782932,42.3044649198545,1770.010097283311 -122.79429443894949,42.30446508628491,1770.010097283311 -122.79429431101087,42.304377451590554,1770.010097283311 -122.79428201875938,42.30437745756415,1770.010097283311 -122.79428194644969,42.30432781041887,1770.010097283311 -122.79442495907446,42.30432769318034,1770.010097283311 -122.79442493803478,42.3043106913724,1770.010097283311 -122.79442802925425,42.304310688830384,1770.010097283311 -122.79451069754481,42.30431062101898,1770.010097283311 -122.79451068343852,42.30429840840654,1770.010097283311 -122.79460964483965,42.304298325181726,1770.010097283311 -122.79460982685903,42.304416856222915,1770.010097283311 -122.79460983515023,42.304421484185845,1770.010097283311 -122.79448579942024,42.30442159386671,1770.010097283311 -122.79448586782932,42.3044649198545,1770.010097283311 - - - - - - - - S-BUILDING - 1757.966 - 103.826722383 - 360.728084682 - 15 - - - - - - - 1 - -122.79459504748387,42.30414585507884,1757.9661581166447 -122.79459502329753,42.30416853152388,1757.9661581166447 -122.79459031584888,42.304168528225,1757.9661581166447 -122.79443756948636,42.304168438420525,1757.9661581166447 -122.79443367246421,42.3041684348399,1757.9661581166447 -122.79443369670939,42.30414575839491,1757.9661581166447 -122.79459504748387,42.30414585507884,1757.9661581166447 - - - - - - - - S-BUILDING - 1691.522 - 173.19082801 - 1815.58050043 - 16 - - - - - - - 1 - -122.7951192649548,42.30859011924902,1691.5220652833113 -122.79513838648563,42.30872435043965,1691.5220652833113 -122.79513908531297,42.308729244438396,1691.5220652833113 -122.79500817165604,42.30873951983477,1691.5220652833113 -122.79498835148793,42.30860039192251,1691.5220652833113 -122.7951192649548,42.30859011924902,1691.5220652833113 - - - - - - - - S-BUILDING - 1687.07 - 350.394539184 - 5265.68065944 - 17 - - - - - - - 1 - -122.79574629758709,42.30864010448299,1687.069974449978 -122.79551238547239,42.308663182896154,1687.069974449978 -122.79551369883335,42.308670522999364,1687.069974449978 -122.79549318226701,42.308672543564995,1687.069974449978 -122.79549552185244,42.30868562566333,1687.069974449978 -122.79535422677795,42.3086995691922,1687.069974449978 -122.7953388649399,42.30861379524452,1687.069974449978 -122.79549151381477,42.30859872909683,1687.069974449978 -122.79547413182678,42.308501692963866,1687.069974449978 -122.79571720672479,42.30847770676393,1687.069974449978 -122.79574629758709,42.30864010448299,1687.069974449978 - - - - - - - - S-BUILDING - 1719.921 - 279.046989373 - 4857.70697558 - 18 - - - - - - - 1 - -122.79581004258817,42.30353154903422,1719.9209586166444 -122.79581006464244,42.30353477359885,1719.9209586166444 -122.79581122793256,42.3037053928536,1719.9209586166444 -122.79581129179387,42.30371474148139,1719.9209586166444 -122.79554233294463,42.303715757751604,1719.9209586166444 -122.7955410881684,42.30353256522742,1719.9209586166444 -122.79581004258817,42.30353154903422,1719.9209586166444 - - - - - - - - S-BUILDING - 1864.616 - 169.653531145 - 1472.01395575 - 19 - - - - - - - 1 - -122.79044828058379,42.31269293658171,1864.6158791999778 -122.79044949530687,42.3128589265549,1864.6158791999778 -122.79036573018493,42.312859269196196,1864.6158791999778 -122.7903595366795,42.31285929317731,1864.6158791999778 -122.79035840730222,42.312705324342325,1864.6158791999778 -122.79035831977167,42.31269330325238,1864.6158791999778 -122.79044828058379,42.31269293658171,1864.6158791999778 - - - - - - - - S-BUILDING - 1868.398 - 195.745210076 - 2393.4751627 - 20 - - - - - - - 1 - -122.79024215358574,42.3131043032188,1868.3980238666445 -122.79025632685831,42.31310461976738,1868.3980238666445 -122.79029176190889,42.313105412444045,1868.3980238666445 -122.79042717002658,42.31310843602385,1868.3980238666445 -122.79042184659032,42.31323955464293,1868.3980238666445 -122.79023683097208,42.31323542180447,1868.3980238666445 -122.79024215358574,42.3131043032188,1868.3980238666445 - - - - - - - - S-BUILDING - 1921.935 - 260.725029772 - 3265.66251748 - 21 - - - - - - - 1 - -122.78858420538448,42.31295650997676,1921.934990283311 -122.78859453166547,42.31319535367661,1921.934990283311 -122.78846683355228,42.31319839455727,1921.934990283311 -122.78845999997382,42.31304014663772,1921.934990283311 -122.7884277882632,42.313040915362485,1921.934990283311 -122.78842725005165,42.31302840899754,1921.934990283311 -122.78842484066733,42.31297260335982,1921.934990283311 -122.7884243104105,42.31296031297487,1921.934990283311 -122.78850877866907,42.312958303131914,1921.934990283311 -122.78858420538448,42.31295650997676,1921.934990283311 - - - - - - - - S-BUILDING - 1718.11 - 230.151760904 - 2727.07986462 - 22 - - - - - - - 1 - -122.79492257909187,42.3159027938108,1718.1099386166443 -122.79492149304076,42.31593519034484,1718.1099386166443 -122.79490805089763,42.31593494234991,1718.1099386166443 -122.79484574595402,42.31593379438449,1718.1099386166443 -122.79482516379659,42.31593341423909,1718.1099386166443 -122.79482540280965,42.31592628300176,1718.1099386166443 -122.79483018616459,42.31578357803974,1718.1099386166443 -122.79494729300393,42.315785743795466,1718.1099386166443 -122.79494699233004,42.31579472069777,1718.1099386166443 -122.79505332954754,42.31579668305124,1718.1099386166443 -122.79505028573512,42.315887415566316,1718.1099386166443 -122.7950075780753,42.315886626404215,1718.1099386166443 -122.79500698295196,42.315904354034686,1718.1099386166443 -122.79494314911432,42.315903174185095,1718.1099386166443 -122.79492257909187,42.3159027938108,1718.1099386166443 - - - - - - - - S-BUILDING - 1925.013 - 297.669493697 - 3712.90434627 - 23 - - - - - - - 1 - -122.7874487023837,42.311658531405484,1925.0130681166447 -122.78745081054691,42.31167021521786,1925.0130681166447 -122.78745948779166,42.31171825496287,1925.0130681166447 -122.78746235416504,42.31173412104275,1925.0130681166447 -122.78744889965847,42.31173545566345,1925.0130681166447 -122.78745495019749,42.31176899786633,1925.0130681166447 -122.78748492257756,42.31176602064265,1925.0130681166447 -122.78750039368258,42.31185174102812,1925.0130681166447 -122.78753175246463,42.31184861770206,1925.0130681166447 -122.78754534922491,42.31192392836611,1925.0130681166447 -122.78737742582177,42.311940627957014,1925.0130681166447 -122.78732866352865,42.311670465760244,1925.0130681166447 -122.7874487023837,42.311658531405484,1925.0130681166447 - - - - - - - - S-BUILDING - 1813.569 - 392.26075371 - 5521.61846031 - 24 - - - - - - - 1 - -122.79252625092455,42.3121952521177,1813.5690652833114 -122.79261159878645,42.312195471878155,1813.5690652833114 -122.79267119831208,42.31224018168321,1813.5690652833114 -122.79267114979099,42.31225067364159,1813.5690652833114 -122.79270218469223,42.31222788567465,1813.5690652833114 -122.79270581157249,42.312225223665955,1813.5690652833114 -122.7927423136923,42.31222531843368,1813.5690652833114 -122.79282550003889,42.312287712767606,1813.5690652833114 -122.79283827562271,42.31228774128954,1813.5690652833114 -122.79283799326136,42.312349150155256,1813.5690652833114 -122.79286249371762,42.312349208738624,1813.5690652833114 -122.79286213910233,42.312425397755895,1813.5690652833114 -122.79283283314533,42.312425326972786,1813.5690652833114 -122.79283256298095,42.31248506049374,1813.5690652833114 -122.7926780112857,42.312484672267644,1813.5690652833114 -122.79267811464047,42.31246182039857,1813.5690652833114 -122.79263769029147,42.31246171436102,1813.5690652833114 -122.79263790373673,42.312414547928675,1813.5690652833114 -122.79266825577548,42.31241462271853,1813.5690652833114 -122.79266833722346,42.312396998318974,1813.5690652833114 -122.79266844893306,42.31237345192548,1813.5690652833114 -122.79266851511755,42.312359196042614,1813.5690652833114 -122.79264461994994,42.31235913232016,1813.5690652833114 -122.79264484789915,42.31231064893084,1813.5690652833114 -122.79263593539638,42.3123039675691,1813.5690652833114 -122.79262721793944,42.31231036781446,1813.5690652833114 -122.79262323203974,42.31230737690923,1813.5690652833114 -122.7925682035963,42.31226609548694,1813.5690652833114 -122.792525924203,42.312265991988816,1813.5690652833114 -122.79252595930626,42.31225803006069,1813.5690652833114 -122.79252625092455,42.3121952521177,1813.5690652833114 - - - - - - - - S-BUILDING - 1814.029 - 66.761585487 - 304.324417584 - 25 - - - - - - - 1 - -122.79261971058132,42.312167425655815,1814.0290381166446 -122.79265389656582,42.31214282741717,1814.0290381166446 -122.79267896343612,42.31214179652093,1814.0290381166446 -122.79269770490139,42.31215615647523,1814.0290381166446 -122.79269967535896,42.31215766724335,1814.0290381166446 -122.79270127281313,42.31217889770513,1814.0290381166446 -122.79266887616703,42.31220220236843,1814.0290381166446 -122.79266693528278,42.31220359810305,1814.0290381166446 -122.79261971058132,42.312167425655815,1814.0290381166446 - - - - - - - - S-BUILDING - 1840.784 - 350.971931051 - 4820.18881863 - 26 - - - - - - - 1 - -122.79148449452613,42.31103974508352,1840.7839058666445 -122.79142238915632,42.311033638933665,1840.7839058666445 -122.79142542127673,42.31101659132343,1840.7839058666445 -122.79139543123145,42.31101364588607,1840.7839058666445 -122.79139380000149,42.31102278127893,1840.7839058666445 -122.79137990653571,42.31102141901829,1840.7839058666445 -122.7913574509186,42.31101921571134,1840.7839058666445 -122.7913396824406,42.31101747105541,1840.7839058666445 -122.79134107012067,42.31100966087473,1840.7839058666445 -122.79132425271902,42.31100800947144,1840.7839058666445 -122.7913129651551,42.31100689957063,1840.7839058666445 -122.79130941890668,42.31102678727232,1840.7839058666445 -122.79129940964074,42.31108292258999,1840.7839058666445 -122.79126670152651,42.311079710816955,1840.7839058666445 -122.79121279198651,42.31107441611945,1840.7839058666445 -122.79121477183425,42.31106331576744,1840.7839058666445 -122.79122896677895,42.31098370263145,1840.7839058666445 -122.79121113971884,42.31098194833838,1840.7839058666445 -122.79122779049784,42.31088857925118,1840.7839058666445 -122.79127629567591,42.31086336997468,1840.7839058666445 -122.79127833682344,42.310851925251704,1840.7839058666445 -122.7913047358088,42.310854523986016,1840.7839058666445 -122.79130847691661,42.31083353720983,1840.7839058666445 -122.79134323100958,42.31083695687242,1840.7839058666445 -122.7913881618434,42.31085502863116,1840.7839058666445 -122.79140872963681,42.31087681757274,1840.7839058666445 -122.79145467734679,42.310881332790196,1840.7839058666445 -122.79146140873645,42.31088846470973,1840.7839058666445 -122.79145907567325,42.31090153462642,1840.7839058666445 -122.7915370117627,42.31090919149156,1840.7839058666445 -122.79153186489941,42.31093808789251,1840.7839058666445 -122.79150312443672,42.31093526839927,1840.7839058666445 -122.79148449452613,42.31103974508352,1840.7839058666445 - - - - - - - - S-BUILDING - 1830.764 - 386.61509676 - 4652.24420762 - 27 - - - - - - - 1 - -122.78854224564935,42.310242879769085,1830.7639127833113 -122.7885677372141,42.31015920314772,1830.7639127833113 -122.78857521643654,42.31016045992866,1830.7639127833113 -122.78866370169801,42.310175312969825,1830.7639127833113 -122.78867835236302,42.31017777152325,1830.7639127833113 -122.78869097169755,42.310136340576214,1830.7639127833113 -122.78877611901542,42.31015063264236,1830.7639127833113 -122.78875730589881,42.310212398479806,1830.7639127833113 -122.78885761302105,42.31022923145886,1830.7639127833113 -122.78887685872925,42.31016606901792,1830.7639127833113 -122.78902417251703,42.31019079001295,1830.7639127833113 -122.78898563583998,42.31031729598356,1830.7639127833113 -122.78854224564935,42.310242879769085,1830.7639127833113 - - - - - - - - S-BUILDING - 1826.968 - 169.107277342 - 1642.28264145 - 28 - - - - - - - 1 - -122.78823101725142,42.31011260034266,1826.9679886166446 -122.78820214328634,42.3102148192618,1826.9679886166446 -122.78808834676872,42.310197105668024,1826.9679886166446 -122.78809278948698,42.310181371430666,1826.9679886166446 -122.78807593543245,42.31017874855817,1826.9679886166446 -122.78803837595825,42.31017290368213,1826.9679886166446 -122.78806091742823,42.31009308570896,1826.9679886166446 -122.78808196698398,42.31009636196495,1826.9679886166446 -122.78811793158962,42.310101962695505,1826.9679886166446 -122.7881198094544,42.310095295373074,1826.9679886166446 -122.78823101725142,42.31011260034266,1826.9679886166446 - - - - - - - - S-BUILDING - 1780.679 - 455.927718664 - 7083.90801207 - 29 - - - - - - - 1 - -122.79265862091162,42.31067875321038,1780.679039199978 -122.79279939561259,42.31076893102344,1780.679039199978 -122.79282081829092,42.31081351608384,1780.679039199978 -122.79288278671808,42.310942489925004,1780.679039199978 -122.79286197591234,42.31094800215982,1780.679039199978 -122.79288558342826,42.31099714391574,1780.679039199978 -122.7928896300082,42.31100556323309,1780.679039199978 -122.79285905126596,42.31112725288057,1780.679039199978 -122.79279367872672,42.311118205018104,1780.679039199978 -122.79274045825001,42.31111084009448,1780.679039199978 -122.79276446715237,42.311015303859236,1780.679039199978 -122.79274719781161,42.310979369191756,1780.679039199978 -122.79272911221996,42.310984158674735,1780.679039199978 -122.79267407203677,42.310869614585805,1780.679039199978 -122.79261328181212,42.31090086674738,1780.679039199978 -122.79256592042108,42.310850107525454,1780.679039199978 -122.79262689896642,42.310818764204384,1780.679039199978 -122.79255176399649,42.31077063899787,1780.679039199978 -122.79256217674883,42.31076168535118,1780.679039199978 -122.79265862091162,42.31067875321038,1780.679039199978 - - - - - - - - S-BUILDING - 1711.22 - 331.274191417 - 4527.08210244 - 30 - - - - - - - 1 - -122.79624424002766,42.31556978815826,1711.219860533311 -122.79624138053401,42.315590623902196,1711.219860533311 -122.79612745961103,42.31558199775251,1711.219860533311 -122.7961491862697,42.31542387192458,1711.219860533311 -122.7962624129996,42.315432437427376,1711.219860533311 -122.79625764232414,42.31546716316639,1711.219860533311 -122.79630028095754,42.31547039295653,1711.219860533311 -122.79630322263799,42.315448925124,1711.219860533311 -122.79638987474542,42.315455483650844,1711.219860533311 -122.79638688101726,42.315477249740844,1711.219860533311 -122.79645893214766,42.31548270320764,1711.219860533311 -122.79649525403487,42.31548545271069,1711.219860533311 -122.79648055029084,42.31559248290677,1711.219860533311 -122.79647953576875,42.315599868594674,1711.219860533311 -122.7963698604799,42.31559156603132,1711.219860533311 -122.79637152054391,42.31557941838645,1711.219860533311 -122.79624424002766,42.31556978815826,1711.219860533311 - - - - - - - - S-BUILDING - 1705.172 - 48.0399687284 - 142.104921865 - 31 - - - - - - - 1 - -122.79665009234625,42.31558955293398,1705.1719723666447 -122.79668857585202,42.31561296386629,1705.1719723666447 -122.79666451328856,42.31563578750363,1705.1719723666447 -122.79662602977774,42.31561237656307,1705.1719723666447 -122.79665009234625,42.31558955293398,1705.1719723666447 - - - - - - - - S-BUILDING - 1913.163 - 32.9933384456 - 66.4874293684 - 32 - - - - - - - 1 - -122.78846598383016,42.31245465247082,1913.163026199978 -122.78846294490546,42.31242877086056,1913.163026199978 -122.78848890517779,42.312427910097384,1913.163026199978 -122.7884919405421,42.312453793580545,1913.163026199978 -122.78846598383016,42.31245465247082,1913.163026199978 - - - - - - - - S-BUILDING - 1955.201 - 321.275803172 - 3928.89236215 - 33 - - - - - - - 1 - -122.7874680055892,42.313444200473626,1955.2009998666445 -122.78736403664416,42.31344365640169,1955.2009998666445 -122.78736570570672,42.31336320541238,1955.2009998666445 -122.78738347954126,42.313363070168435,1955.2009998666445 -122.78738483489423,42.31321855137236,1955.2009998666445 -122.78740608663762,42.31321905166505,1955.2009998666445 -122.78740670567078,42.313198684913104,1955.2009998666445 -122.78746630359707,42.31319912631828,1955.2009998666445 -122.78746586449972,42.313167518262155,1955.2009998666445 -122.78754048160542,42.31317025957911,1955.2009998666445 -122.78754000748772,42.31326707975599,1955.2009998666445 -122.78758971702692,42.313268036819515,1955.2009998666445 -122.78758788644735,42.313329951577295,1955.2009998666445 -122.78753634113443,42.31332903173766,1955.2009998666445 -122.78753612532644,42.31338042549567,1955.2009998666445 -122.7874713055057,42.31337891744389,1955.2009998666445 -122.7874680055892,42.313444200473626,1955.2009998666445 - - - - - - - - S-BUILDING - 1820.34 - 44.1382508652 - 89.2415774502 - 34 - - - - - - - 1 - -122.79231814337236,42.31218446296842,1820.3400491166444 -122.79231783281821,42.31223038495131,1820.3400491166444 -122.79229811836056,42.3122305333961,1820.3400491166444 -122.7922984288297,42.3121846087135,1820.3400491166444 -122.79231814337236,42.31218446296842,1820.3400491166444 - - - - - - - - S-BUILDING - 1820.34 - 51.3221574261 - 155.412100717 - 35 - - - - - - - 1 - -122.7923714295178,42.31219427547891,1820.3400491166444 -122.79237154777925,42.31223780848977,1820.3400491166444 -122.79233533410505,42.31223773745996,1820.3400491166444 -122.79233521219832,42.31219420362305,1820.3400491166444 -122.7923714295178,42.31219427547891,1820.3400491166444 - - - - - - - - S-BUILDING - 1691.656 - 234.968139232 - 3444.04361047 - 36 - - - - - - - 1 - -122.79647560857207,42.31153567157974,1691.655923283311 -122.79624896838187,42.311535236535995,1691.655923283311 -122.79624890121342,42.31138108465288,1691.655923283311 -122.7964755443459,42.31138151602307,1691.655923283311 -122.79647560857207,42.31153567157974,1691.655923283311 - - - - - - - - S-BUILDING - 1755.59 - 23.4493617482 - 34.0576147459 - 37 - - - - - - - 1 - -122.79401477408106,42.30410148681299,1755.5898505333112 -122.79403849978969,42.30410167970983,1755.5898505333112 -122.79403828253872,42.30411623855901,1755.5898505333112 -122.79401455803685,42.30411604563746,1755.5898505333112 -122.79401477408106,42.30410148681299,1755.5898505333112 - - - - - - - - S-BUILDING - 1767.802 - 30.3158977161 - 57.3388960145 - 38 - - - - - - - 1 - -122.7931464100371,42.30398848888335,1767.8020964499779 -122.79316015763037,42.30400760808084,1767.8020964499779 -122.79313648179931,42.304016986351336,1767.8020964499779 -122.79312273417801,42.303997866251024,1767.8020964499779 -122.7931464100371,42.30398848888335,1767.8020964499779 - - - - - - - - S-BUILDING - 1761.384 - 163.534750978 - 1667.16957702 - 39 - - - - - - - 1 - -122.79163411802223,42.305882804726195,1761.3841302833112 -122.79149083994216,42.30587742835237,1761.3841302833112 -122.79149886242172,42.30575970246928,1761.3841302833112 -122.7916421401316,42.305765076133156,1761.3841302833112 -122.79163411802223,42.305882804726195,1761.3841302833112 - - - - - - - - S-BUILDING - 1721.88 - 132.782764627 - 1101.89106159 - 40 - - - - - - - 1 - -122.79663888211071,42.30497629682856,1721.8799441999777 -122.79676250762758,42.304977562954285,1721.8799441999777 -122.79676082641683,42.305067954343514,1721.8799441999777 -122.79663720072026,42.305066688215916,1721.8799441999777 -122.79663888211071,42.30497629682856,1721.8799441999777 - - - - - - - - S-BUILDING - 1687.07 - 53.8064360632 - 176.904730354 - 41 - - - - - - - 1 - -122.79521819059214,42.309097175043085,1687.069974449978 -122.7952289939611,42.30912752846655,1687.069974449978 -122.79517372911998,42.30913836222181,1687.069974449978 -122.79516292577613,42.30910800879302,1687.069974449978 -122.79521819059214,42.309097175043085,1687.069974449978 - - - - - - - - S-BUILDING - 1742.083 - 88.6745088894 - 489.617115645 - 42 - - - - - - - 1 - -122.7921212006352,42.31623265934764,1742.0829877833112 -122.79212463407355,42.31629715199048,1742.0829877833112 -122.79204773392566,42.31629940875084,1742.0829877833112 -122.79204430056696,42.31623491610565,1742.0829877833112 -122.7921212006352,42.31623265934764,1742.0829877833112 - - - - - - - - S-BUILDING - 1883.694 - 45.0328635563 - 126.370191496 - 43 - - - - - - - 1 - -122.7896223368518,42.3124567991693,1883.6939250333112 -122.78958306202905,42.31245495848734,1883.6939250333112 -122.78958582097508,42.31242244526135,1883.6939250333112 -122.78962509213994,42.312424286016146,1883.6939250333112 -122.7896223368518,42.3124567991693,1883.6939250333112 - - - - - - - - S-BUILDING - 1864.409 - 193.918917797 - 1943.04102164 - 44 - - - - - - - 1 - -122.79059445784581,42.31287987578876,1864.4088586166445 -122.79048984373247,42.312881064239185,1864.4088586166445 -122.79048595930313,42.31269268488365,1864.4088586166445 -122.7905905694952,42.312691497410626,1864.4088586166445 -122.79059445784581,42.31287987578876,1864.4088586166445 - - - - - - - - S-BUILDING - 1788.149 - 39.5078898869 - 87.5551005119 - 45 - - - - - - - 1 - -122.78693029801175,42.30952393229473,1788.1488405333112 -122.78697843404994,42.30952200896543,1788.1488405333112 -122.78697976515635,42.30954040891066,1788.1488405333112 -122.78693163264188,42.30954232946705,1788.1488405333112 -122.78693029801175,42.30952393229473,1788.1488405333112 - - - - - - - - S-BUILDING - 1790.82 - 29.9737567889 - 51.7296333891 - 46 - - - - - - - 1 - -122.78696100384721,42.30950141557031,1790.8200950333112 -122.78696156247271,42.30951620000591,1790.8200950333112 -122.78692609821573,42.30951692981252,1790.8200950333112 -122.78692554313658,42.30950214260327,1790.8200950333112 -122.78696100384721,42.30950141557031,1790.8200950333112 - - - - - - - - S-BUILDING - 1900.636 - 47.8698394965 - 143.198011013 - 47 - - - - - - - 1 - -122.78756374217681,42.31098155074354,1900.6361483666446 -122.78760760140176,42.310988306410785,1900.6361483666446 -122.78759872253214,42.3110200619964,1900.6361483666446 -122.78755486682373,42.31101330355216,1900.6361483666446 -122.78756374217681,42.31098155074354,1900.6361483666446 - - - - - - - - S-BUILDING - 1926.266 - 39.1439352703 - 92.0008751067 - 48 - - - - - - - 1 - -122.78735113759957,42.31204000777688,1926.2660183666444 -122.78739445476646,42.312038742185685,1926.2660183666444 -122.78739560088123,42.312060253815055,1926.2660183666444 -122.78735228127442,42.31206151945587,1926.2660183666444 -122.78735113759957,42.31204000777688,1926.2660183666444 - - - - - - - - S-BUILDING - 1931.023 - 140.289254136 - 1158.63042793 - 49 - - - - - - - 1 - -122.78726401072349,42.312159573146374,1931.0228986166444 -122.78726530479466,42.312232610740125,1931.0228986166444 -122.78710440886138,42.31223418973421,1931.0228986166444 -122.7871031148799,42.31216114943887,1931.0228986166444 -122.78726401072349,42.312159573146374,1931.0228986166444 - - - - - - - - S-BUILDING - 1818.618 - 159.690140733 - 1357.84399268 - 50 - - - - - - - 1 - -122.79250056750118,42.31186246485379,1818.6179396999778 -122.79249386295777,42.31192967794002,1818.6179396999778 -122.79229003845442,42.31191846489498,1818.6179396999778 -122.79229674331663,42.311851254520654,1818.6179396999778 -122.79250056750118,42.31186246485379,1818.6179396999778 - - - - - - - diff --git a/doc/fr/deploying/README.md b/doc/fr/deploying/README.md new file mode 100644 index 00000000..8e4526d9 --- /dev/null +++ b/doc/fr/deploying/README.md @@ -0,0 +1,18 @@ +# Déploiement + +Tout au long du workshop, nous utilisons un serveur de développement pour voir les exemples. Ceci est similaire à la configuration que vous utiliserez lors du développement d'une application avec le [package `ol`](https://www.npmjs.com/package/ol). Lorsque vous êtes prêt à déployer votre application, vous voudrez créer un bundle minifié de votre point d'entrée de l'application avec une étape de build. + +Nous avons utilisé [webpack](https://webpack.js.org/) pour le bundling de modules pendant le développement. Le `webpack.config.js` à la racine du répertoire de workshop comprend les profils de configuration du serveur web pour les environnements `dev` et `prod`. Lorsque nous avons démarré le serveur de développement avec `npm start`, nous utilisions le profil` dev`. Le profil `prod` ajoute deux plugins webpack: le [`EnvironmentPlugin`](https://webpack.js.org/plugins/environment-plugin/) et le [`BabiliPlugin`](https://github.com/webpack-contrib/babel-minify-webpack-plugin). Cela constitue un bon point de départ pour votre profil de build `prod`. Explorez les autres [plugins du site web](https://webpack.js.org/plugins/) pour voir ce que vous pourriez souhaiter apporter. + +Pour créer des ressources pour le déploiement, nous exécutons notre script `build` à partir de` package.json`: + + npm run build + +Cela exécute `webpack --env=prod`, mais ne nécessite pas que` webpack` soit sur notre chemin. + +Une fois le build terminé, vous aurez des artefacts dans le répertoire `build`. Ce sont des assets que vous déployeriez sur votre serveur de production (ou S3, ou n'importe où vous souhaitez héberger votre application). Vous pouvez voir à quoi ressemble l'application en ouvrant le fichier `index.html` dans votre navigateur. + + open build/index.html + +C'est tout. Vous avez terminé! + diff --git a/doc/fr/examples/bing.html b/doc/fr/examples/bing.html deleted file mode 100644 index f2c83225..00000000 --- a/doc/fr/examples/bing.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - OpenLayers example - - -

My Map

-
- - - - diff --git a/doc/fr/examples/map.html b/doc/fr/examples/map.html deleted file mode 100644 index 9c12f1d2..00000000 --- a/doc/fr/examples/map.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - OpenLayers example - - -

My Map

-
- - - - diff --git a/doc/fr/examples/osm.html b/doc/fr/examples/osm.html deleted file mode 100644 index 2fde87e9..00000000 --- a/doc/fr/examples/osm.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - OpenLayers example - - -

My Map

-
- - - - diff --git a/doc/fr/examples/scaleline.html b/doc/fr/examples/scaleline.html deleted file mode 100644 index 08e7e62e..00000000 --- a/doc/fr/examples/scaleline.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - OpenLayers example - - -

My Map

-
-
- - - - diff --git a/doc/fr/examples/select.html b/doc/fr/examples/select.html deleted file mode 100644 index 4ccbcc39..00000000 --- a/doc/fr/examples/select.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - OpenLayers example - - -

My Map

-
- - - - diff --git a/doc/fr/examples/style.html b/doc/fr/examples/style.html deleted file mode 100644 index a1a1e93d..00000000 --- a/doc/fr/examples/style.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - OpenLayers example - - -

My Map

-
- - - - diff --git a/doc/fr/examples/vector.html b/doc/fr/examples/vector.html deleted file mode 100644 index b28652d2..00000000 --- a/doc/fr/examples/vector.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - OpenLayers example - - -

My Map

-
-
- - - - diff --git a/doc/fr/layers/README.md b/doc/fr/layers/README.md deleted file mode 100644 index 06ffc24e..00000000 --- a/doc/fr/layers/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Les couches et les sources - -* [Sources WMS](wms.md) -* [Sources tuilées](cached.md) -* [Fournisseurs de tuiles propriétaires](proprietary.md) -* [Données vecteur](vector.md) -* [Source image vecteur](imagevector.md) diff --git a/doc/fr/layers/cached.md b/doc/fr/layers/cached.md deleted file mode 100644 index e4172f7b..00000000 --- a/doc/fr/layers/cached.md +++ /dev/null @@ -1,138 +0,0 @@ -# Tuiles mises en cache - -Par défaut, Une couche de type `Tile` fait des requêtes pour des images de 256 x 256 (pixel) pour remplir votre fenêtre d'affichage de carte et au delà. Au fur et à mesure des déplacements et zoom sur votre carte, plus de requêtes vers des images seront effectuées pour remplir les surfaces que vous n'avez pas encore visitées. Pendant que votre navigateur mettra en cache quelques unes des images demandées, une part importante du travail de traitement est typiquement requis côté serveur pour faire le rendu des images dynamiquement. - -Comme les couches tuilées font des appels à des images en utilisant une grille régulière, il est possible pour le serveur de mettre en cache ces images demandées et retourner le résultat mis en cache, la prochaine fois que vous ou quelqu'un d'autre visitez la même zone - résultant en de meilleures performances. - -## `ol.source.XYZ` - -La spécification `Web Map Service` permet beaucoup de flexibilité par rapport à ce qu'un client peut demander. Sans contraintes, cela rend la mise en cache difficile ou impossible en pratique. - -A l'extrême opposé, un service peut fournir des tuiles seulement à un jeu de niveaux de zoom fixe et seulement pour une grille régulière. Ce comportement peut être généralisé aux couches tuilées avec une source de type `XYZ` - vous pouvez considérer que X et Y indiquent la colonne et la ligne de la grille et que le Z représente le niveau de zoom. - -## `ol.source.OSM` - -Le projet [OpenStreetMap (OSM)](http://www.openstreetmap.org/) est un effort pour collecter et mettre à disposition des données cartographiques pour l'ensemble du monde. OSM fournit différents types de rendus des données sous forme de jeux de tuiles mis en cache. Ces rendus se conforment à l'arrangement de grille XYZ basique et peuvent être utilisés dans une carte OpenLayers. La source de la couche `ol.source.OSM` permet d'accéder aux tuiles OpenStreetMap. - -### Tâches - -1. Ouvrez le fichier `map.html` de la [section précédente](wms.md) dans votre éditeur de texte et changez le code d'initialisation de la carte pour qu'il ressemble à celui qui suit: - - ```html - - ``` - -1. Dans le bloc `` du même document, ajoutez quelques déclarations de style pour l'attribution de la couche. - - ```html - - ``` - -1. Sauvez vos changements et rafraichissez la page dans votre navigateur: {{ book.workshopUrl }}/map.html - - ![Une couche tuilée avec une source de type OSM](cached1.png) - -## Revue de détails - -### Les projections - -Revoyons la définition d'une vue dans la carte: - -```js - view: new ol.View({ - center: ol.proj.fromLonLat([126.97, 37.56]), - zoom: 9 - }) -``` - -La donnée géospatiale peut venir dans n'importe quel système de coordonnées de référence. Un jeu de donnée peut utiliser des coordonnées géographiques (longitude et latitude) en degrés, et un autre peut avoir des coordonnées dans une projection locale avec des unités en mètres. Une discussion complète sur les systèmes de référence de coordonnées va bien au delà du périmètre de ce module mais il est néanmoins important de comprendre le concept de base. - -OpenLayers doit connaître le système de coordonnées de votre donnée. En interne, cela est représenté avec un objet `ol.proj.Projection` mais des chaînes de caractère peuvent être aussi utilisées. - -Les tuiles OpenStreetMap que nous utilisons sont dans une projection Mercator. Pour cette raison, nous devons définir initialement le centre en utilisant des coordonnées en Mercator. Comme il est relativement simple de trouver les coordonnées pour un point d'intérêt en coordonnées géographiques, nous utilisons la fonction `ol.proj.fromLonLat` pour transformer les coordonnées géographiques (`'EPSG:4326'`) en coordonnées Mercator (`'EPSG:3857'`). - -### Projections alternatives - -OpenLayers inclut les transformation entre les systèmes de références de coordonnées géographiques (`'EPSG:4326'`) et Web Mercator (`'EPSG:3857'`). Pour cette raison, nous pouvons utiliser la fonction `ol.proj.fromLonLat` ci-dessus sans aucun travail supplémentaire. Si vous voulez travailler avec des données dans une projection différente, vous devez inclure des informations additionnelles avant d'utiliser les fonctions `ol.proj.*`. - -Par exemple, si vous voulez travailler avec de la donnée dans le système de référence de coordonnées `'EPSG:21781'`, vous allez devoir inclure les deux tags `script` dans votre page: - -```html - - -``` - -Ensuite, dans le code de votre application, vous pouvez enregistrer cette projection et définir la validité de son étéendue comme ci-dessous: - -```js - // This creates a projection object for the EPSG:21781 projection - // and sets a "validity extent" in that projection object. - var projection = ol.proj.get('EPSG:21781'); - projection.setExtent([485869.5728, 76443.1884, 837076.5648, 299941.7864]); -``` - -L'information d'étendue `extent` peut être retrouvée sur http://epsg.io/, en utilisant le code EPSG. - -### Création de couche - -```js - layers: [ - new ol.layer.Tile({ - source: new ol.source.OSM() - }) - ], -``` - -Comme précédemment, nous créons une couche et l'ajoutons au tableau de couches dans la configuration de notre objet carte `map`. Cette fois, nous acceptons toutes les options par défaut de la `source`. - -### Style - -```css - .ol-attribution a { - color: black; - } -``` - -Un traitement des `controls` de la carte est en dehors du périmètre de ce module, mais ces déclarations de style vous donnent une léger avant-goût/aperçu. Par défaut, un `control` `ol.control.Attribution` est ajouté à toutes les cartes. Cela laisse les sources de couche afficher les informations d'attribution dans la fenêtre d'affichage de carte. Les déclarations ci-dessus changent le style de cette attribution pour notre carte (remarquez la ligne de Copyright au pied droit de la carte). - -### Configuration du `control` pour l'attribution - -Par défaut, `ol.control.Attribution` ajoute un bouton `i` (information) qui peut être pressé pour afficher réellement l'information d'attribution. Pour se conformer aux [termes d'utilisation d'OpenStreetMap](http://wiki.openstreetmap.org/wiki/FR:Questions_fr%C3%A9quentes_l%C3%A9gales), et toujours afficher l'information d'attribution d'OpenStreetMap, ce qui suit est utilisé dans les options de l'objet passé au constructeur `ol.Map`: - -```js - controls: ol.control.defaults({ - attributionOptions: { - collapsible: false - } - }) -``` - -Cela enlève le bouton `i`, et rend l'information d'attribution toujours visible. - -Après avoir maîtrisé les couches avec les jeux de tuiles mis en cache publics, passons au travail avec [les couches raster propriétaires](proprietary.md). diff --git a/doc/fr/layers/cached1.png b/doc/fr/layers/cached1.png deleted file mode 100644 index b12e7cd1..00000000 Binary files a/doc/fr/layers/cached1.png and /dev/null differ diff --git a/doc/fr/layers/imagevector.md b/doc/fr/layers/imagevector.md deleted file mode 100644 index 57aa748a..00000000 --- a/doc/fr/layers/imagevector.md +++ /dev/null @@ -1,121 +0,0 @@ -# Source image vecteur - -Dans l'exemple précédent utilisant une couche `ol.layer.Vector`, vous pouvez voir que les objets géographiques ont été recalculés en permanence pendant le zoom animé (la taille des symboles de points reste fixe). Avec une couche vecteur, OpenLayers refera le rendu de la source avec chaque frame de l'animation. Cela fournit un rendu consistant des traits de ligne, des symboles de points et des étiquettes avec les changements de résolution de la vue. - -Une stratégie alternative de rendu est d'éviter de refaire le rendu pendant les transitions de la vue et à la place de repositionner et mettre à l'échelle la sortie depuis l'état de la vue précédente. Cela peut être accompli en utilisant une `ol.layer.Image` avec une `ol.source.ImageVector`. Avec cette combinaison, des "snapshots" de votre donnée sont rendus quand la vue n'est pas animée, et ces snapshots sont réutilisés pendant les transitions de vue. - -L'exemple ci-dessous utilise une `ol.layer.Image` avec une `ol.source.ImageVector`. Bien que cet exemple fasse seulement un rendu d'une petite quantité de données, cette combinaison serait plus appropriée pour les applications qui font une rendu de grandes quantités de données relativement statiques. - -## `ol.source.ImageVector` - -Revenons à l'exemple de couche vecteur pour avoir les données des tremblements de terre au dessus d'une carte du monde. - -```html - - - - - - OpenLayers example - - - -

My Map

-
- - - -``` - -### Tâches - -1. Ouvrez `map.html` dans votre éditeur de texte et copiez dedans le contenu de l'exemple vecteur ci-dessus. Sauvez vos changements et confirmez que les choses fonctionnent bien dans votre navigateur: {{ book.workshopUrl }}/map.html - -1. Changez la couche vecteur en: - - ```js - new ol.layer.Image({ - title: 'Earthquakes', - source: new ol.source.ImageVector({ - source: new ol.source.Vector({ - url: '/data/layers/7day-M2.5.json', - format: new ol.format.GeoJSON() - }), - style: new ol.style.Style({ - image: new ol.style.Circle({ - radius: 3, - fill: new ol.style.Fill({color: 'white'}) - }) - }) - }) - }) - ``` - -1. Rechargez {{ book.workshopUrl }}/map.html dans votre navigateur - - *Note* - Vous verrez la même donnée vecteur mais représentée comme une image. Cela rendra toujours possible des choses comme la détection des objets géographiques, mais la donnée vecteur sera moins tranchée. En fait, il s'agit d'un compromis entre performance et qualité. - -### Examen de détails - -Let's examine the layer creation to get an idea of what is going on. - -```js - new ol.layer.Image({ - title: 'Earthquakes', - source: new ol.source.ImageVector({ - source: new ol.source.Vector({ - url: '/data/layers/7day-M2.5.json', - format: new ol.format.GeoJSON() - }), - style: new ol.style.Style({ - image: new ol.style.Circle({ - radius: 3, - fill: new ol.style.Fill({color: 'white'}) - }) - }) - }) - }) -``` - -Nous utilisons une `ol.layer.Image` au lieu d'une `ol.layer.Vector`. Cependant, nous pouvons toujours utiliser les données vecteur ici via `ol.source.ImageVector` qui est connectée à notre source originale vecteur `ol.source.Vector`. Le style est fourni comme une configuration de `ol.source.ImageVector` et pas sur la couche. - -### Tâches bonus - -1. Vérifiez que la détection d'objets géographiques fonctionne toujours en assignant un événement de type `'singleclick'` sur votre carte qui appelle `forEachFeatureAtPixel` sur la carte et affichez les informations de tremblements de terre en dessous de la fenêtre d'affichage de carte. diff --git a/doc/fr/layers/proprietary.md b/doc/fr/layers/proprietary.md deleted file mode 100644 index 70103faf..00000000 --- a/doc/fr/layers/proprietary.md +++ /dev/null @@ -1,70 +0,0 @@ -# Fournisseurs de tuiles propriétaires - -Dans les sections précédentes, nous avons affiché des couches conformes au standard WMS (OGC Web Map Service) et à des caches personnalisés de tuiles. Les cartes en ligne (ou du moins les clients de tuiles de carte) ont été largement popularisés par la disponibilité de services de tuiles de carte propriétaires. OpenLayers fournit de des types de couche qui fonctionnent avec ces services propriétaires via leurs APIs. - -Dans cette section, nous allons repartir de l'exemple développé dans la [section précédente](cached.md) en ajoutant un couche utilisant des tuiles issues de Bing. - -## Bing! - -Ajoutons un couche Bing. - -### Tâches - -1. Dans votre fichier `map.html`, trouvez où la source OSM (OpenStreetMap) est configurée et changez-la en `ol.source.BingMaps` - - ```js - source: new ol.source.BingMaps({ - imagerySet: 'Road', - key: '' - }) - ``` - *Note* - L'API de tuiles de Bing nécessite de que vous vous enregistriez pour avoir un clé d'API à utiliser pour votre application de cartographie en ligne. L'exemple ici utilise une clé d'API que vous ne devriez pas utiliser en production. pour utiliser la couche Bing en production, enregistrez-vous pour une clé d'API sur https://www.bingmapsportal.com. - -2. Sauvez vos changements et rechargez `map.html` dans votre navigateur: {{ book.workshopUrl }}/map.html - - ![Une carte avec des tuiles d'un source de Bing Maps](proprietary1.png) - -## Exemple fonctionnel complet - -Votre fichier révisé `map.html` devrait ressembler à ceci: - -```html - - - - - - - OpenLayers example - - -

My Map

-
- - - -``` diff --git a/doc/fr/layers/proprietary1.png b/doc/fr/layers/proprietary1.png deleted file mode 100644 index 5516f78e..00000000 Binary files a/doc/fr/layers/proprietary1.png and /dev/null differ diff --git a/doc/fr/layers/vector.md b/doc/fr/layers/vector.md deleted file mode 100644 index 3b605c87..00000000 --- a/doc/fr/layers/vector.md +++ /dev/null @@ -1,122 +0,0 @@ -# Données vecteur - -Les couches vecteur sont représentées par `ol.layer.Vector` et gère l'affichage côté client des données vecteur. Actuellement, OpenLayers supporte le rendu vecteur complet dans le moteur de rendu Canvas, mais seulement pour les points pour le moteur de rendu WebGL. - -## Rendu des objets géographiques côté client - -Revenons à l'exemple WMS pour avoir une carte du monde basique. Nous allons ajouter quelques données géographiques au dessus, dans une couche vecteur. - -```html - - - - - - OpenLayers example - - - -

My Map

-
- - - -``` - -### Tâches - -1. Ouvrez `map.html` dans votre éditeur de texte et copiez dedans le contenu de votre exemple WMS initial. Sauvez vos changements et confirmez que les choses fonctionnent bien dans votre navigateur: {{ book.workshopUrl }}/map.html - -2. Dans votre code d'initialisation de la carte, ajoutez une autre couche après la couche tuilée (collez ce qui suit). Cela ajoute une nouvelle couche vecteur à votre carte qui demande un jeu d'objets géographiques sous format GeoJSON: - - ```js - new ol.layer.Vector({ - title: 'Earthquakes', - source: new ol.source.Vector({ - url: '/data/layers/7day-M2.5.json', - format: new ol.format.GeoJSON() - }), - style: new ol.style.Style({ - image: new ol.style.Circle({ - radius: 3, - fill: new ol.style.Fill({color: 'white'}) - }) - }) - }) - ``` - - ![Emplacements de tremblements de terre](vector1.png) - -### Revue de détails - -Examinons la création de cette couche vecteur pour se faire une idée de ce qu'il se passe. - -```js -new ol.layer.Vector({ - title: 'Earthquakes', - source: new ol.source.Vector({ - url: '/data/layers/7day-M2.5.json', - format: new ol.format.GeoJSON() - }), - style: new ol.style.Style({ - image: new ol.style.Circle({ - radius: 3, - fill: new ol.style.Fill({color: 'white'}) - }) - }) -}) -``` - -La couche se voit donner le titre (`title`) `'Earthquakes'` et quelques options personnalisées. Dans les options de l'objet, nous avons inclus une `source` de type `ol.source.Vector` qui pointe vers une URL. Nous avons donné à la `source` un `format` qui sera utilisé pour parser les données. - -*Note* - Dans le cas où vous souhaiteriez styler les objets géographiques en utilisant un attribut, vous devrez utiliser une fonction style plutôt qu'un `ol.style.Style` dans les options de configuration du `style` de la couche `ol.layer.Vector`. - -### Tâches bonus - -1. Les cercles blancs sur la carte représentent des objets `ol.Feature` sur votre couche `ol.layer.Vector`. Chacun de ces objets a des données d'attributs les propriétés `title` et `summary`. Assignez un événement de type `'singleclick'` sur votre carte qui appelle `forEachFeatureAtPixel` sur la carte et affiche les informations de tremblements de terre en dessous de la fenêtre d'affichage de carte. - -2. La donnée pour la couche vecteur vient du flux d'information sur les tremblements de terre publié par l'USGS (http://earthquake.usgs.gov/earthquakes/catalogs/). Voyez si vous pouvez trouver des données additionnelles avec des informations spatiales dans un format supporté par OpenLayers. Si vous sauvegardez un autre document représentant des données spatiales dans votre répertoire `data`, vous devriez être capable de le voir dans une couche vecteur sur votre carte. - -### Solutions - -Comme solution à la première tâche bonus, vous pouvez ajouter une div `info` en dessous de la carte: - -```html -
-``` - -et ajouter le code JavaScript suivant pour afficher le titre de l'objet cliqué: - -```js -map.on('singleclick', function(e) { - var feature = map.forEachFeatureAtPixel(e.pixel, function(feature) { - return feature; - }); - var infoElement = document.getElementById('info'); - infoElement.innerHTML = feature ? feature.get('title') : ''; -}); -``` diff --git a/doc/fr/layers/vector1.png b/doc/fr/layers/vector1.png deleted file mode 100644 index 6c1bcecf..00000000 Binary files a/doc/fr/layers/vector1.png and /dev/null differ diff --git a/doc/fr/layers/wms.md b/doc/fr/layers/wms.md deleted file mode 100644 index 389fd6bc..00000000 --- a/doc/fr/layers/wms.md +++ /dev/null @@ -1,106 +0,0 @@ -# Couches "Web Map Service" (WMS) - -Quand vous ajoutez une couche à votre carte, la source de la couche est responsable typiquement d'appeler la donnée qui doit être affichée. La donnée demandée peut être soit raster, soit vecteur. Vous pouvez assimiler une donnée raster comme une information rendue comme une image côté serveur. La donnée vecteur est délivrée comme une information structurée depuis le serveur et peut potentiellement être calculée pour l'affichage via le client (votre navigateur). - -Il y a de nombreux types de services qui fournissent des données cartographiques raster. Cette section traite des fournisseurs qui se conforment à la spécification [Web Map Service (WMS)](http://www.opengeospatial.org/standards/wms) de l'OGC (Open Geospatial Consortium, Inc.). - -## Créer une couche - -Nous allons commencer avec un exemple complet de carte et modifier les couches pour pour avoir la compréhension de comment elles fonctionnent. - -Jetez un oeil au code suivant: - -```html - - - - - - - OpenLayers example - - -

My Map

-
- - - -``` - -### Tâches - -1. Si vous ne l'avez pas déjà fait, sauvez le texte ci-dessus comme `map.html` à la racine de votre répertoire workshop. - -1. Ouvrez la page dans votre navigateur pour confirmer que les choses fonctionnent: {{ book.workshopUrl }}/map.html - -## Le constructeur `ol.layer.Tile` - -Le constructeur `ol.layer.Tile` nécessite un objet littéral de type `olx.layer.TileOptions` voir: http://openlayers.org/en/master/apidoc/ol.layer.Tile.html -Dans ce cas, nous complétons la clé `source` des options avec une `ol.source.TileWMS`. -Un titre lisible par les humains pour la couche peut être fournie avec la clé `title`, mais n'importe quel nom pour la clé peut être utilisée ici. -Dans OpenLayers, il y a une séparation entre les couches et les sources alors que dans Openlayers 2, l'ensemble faisait partie d'une couche. - -`ol.layer.Tile` représente un grille régulière d'images, `ol.layer.Image` représente une image seule. En fonction du type de couche, vous devrez ajouter une source différente (`ol.source.TileWMS` versus `ol.source.ImageWMS`) également. - -## Le constructeur `ol.source.TileWMS` - -Le constructeur `ol.source.TileWMS` est un argument unique qui est définit par: http://openlayers.org/en/master/apidoc/ol.source.TileWMS.html. -L'url est la `online resource` du service WMS, et `params` est un objet litéral avec les noms des paramètres et leurs valeurs. Seul le paramètre `LAYERS` est requis. Dans cet exemple, nous ajoutons `TILED: true`, une extension spécifique à GeoServer pour une meilleure mise en cache des couches WMS en mosaïque. - -```js - layers: [ - new ol.layer.Tile({ - title: 'Global Imagery', - source: new ol.source.TileWMS({ - url: 'https://ahocevar.com/geoserver/wms', - params: {LAYERS: 'nasa:bluemarble', TILED: true} - }) - }) - ] -``` - -### Tâches - -1. Ce même WMS offre une couche [Natural Earth](http://www.naturalearthdata.com/) nommée `'ne:NE1_HR_LC_SR_W_DR'`. Changez la valeur du paramètre `LAYERS` de `'nasa:bluemarble'` à `'ne:NE1_HR_LC_SR_W_DR'`. - - Votre version mise à jour du constructeur `ol.layer.Tile` devrait ressembler à ci-dessous: - - ```js - new ol.layer.Tile({ - title: 'Global Imagery', - source: new ol.source.TileWMS({ - url: 'https://ahocevar.com/geoserver/wms', - params: {LAYERS: 'ne:NE1_HR_LC_SR_W_DR', TILED: true} - }) - }) - ``` - -2. Changez votre couche et votre source pour avoir une image unique plutôt que des tuiles. Regardez aux pages de la documentation de l'API pour avoir des indices: http://openlayers.org/en/master/apidoc/ol.layer.Image.html et http://openlayers.org/en/master/apidoc/ol.source.ImageWMS.html. Utilisez l'onglet `Réseau` des outils de développement de votre navigateur pour vous assurer qu'une seule image est demandée et pas seulement des tuiles de 256x256 pixels. - - ![Un WMS comme source image](wms1.png) - -Après avoir travaillé avec une donnée rendu dynamiquement depuis un Web Map Service, passons maintenant à l'utilisation des [services de tuiles mises en cache](cached.md). diff --git a/doc/fr/layers/wms1.png b/doc/fr/layers/wms1.png deleted file mode 100644 index 1d5bf266..00000000 Binary files a/doc/fr/layers/wms1.png and /dev/null differ diff --git a/doc/fr/package.json b/doc/fr/package.json deleted file mode 100644 index ab110102..00000000 --- a/doc/fr/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "openlayers-workshop", - "version": "0.0.0", - "description": "OpenLayers workshop", - "private": true, - "repository": { - "type": "git", - "url": "git+https://github.com/openlayers/workshop.git" - }, - "license": "MIT", - "bugs": { - "url": "https://github.com/openlayers/workshop/issues" - }, - "homepage": "https://github.com/openlayers/workshop#readme", - "scripts": { - "start": "node serve.js" - }, - "dependencies": { - "openlayers": "4.0.1" - } -} diff --git a/doc/fr/raster/README.md b/doc/fr/raster/README.md new file mode 100644 index 00000000..25b1b6ae --- /dev/null +++ b/doc/fr/raster/README.md @@ -0,0 +1,9 @@ +# Opérations raster + +Jusqu'à présent, lorsque nous avons utilisé des données raster (avec une source de tuiles XYZ par exemple), nous l'avons utilisé à des fins de présentation uniquement — en rendant les données directement sur la carte. Il est aussi possible de travailler avec les valeurs des pixels dans les données que nous récupérons, d'exécuter des opérations sur ces valeurs et de manipuler les choses avant le rendu. La source `Raster` fournit un moyen d'exécuter des opérations par pixel sur des données provenant de n'importe quel nombre de sources en entrée. Lorsque la source est utilisée dans une couche `Image`, le résultat de l'opération raster peut être rendu sur la carte. + +Dans ces exercices, nous travaillerons avec des données d'altitude servies comme tuiles XYZ. Au lieu de rendre directement les données d'élévation encodées, nous effectuerons une opération par pixel sur les données avant de faire le rendu. + +* [Configuration de la carte](map.md) +* [Faire le rendu des données élévation](elevation.md) +* [Faire le rendu du niveau de la mer](raster.md) diff --git a/doc/fr/raster/elevation.md b/doc/fr/raster/elevation.md new file mode 100644 index 00000000..24dac603 --- /dev/null +++ b/doc/fr/raster/elevation.md @@ -0,0 +1,21 @@ +# Faire le rendu des données élévation + +Nous allons travailler avec des données d'élévation encodées dans les tuiles PNG (voir [le post de Mapbox](https://blog.mapbox.com/global-elevation-data-6689f1d0ba65) sur Terrain-RGB pour plus de détails). Pour cet exercice, vous devez souscrire à un compte Mapbox (https://www.mapbox.com/signup/) et utiliser votre token d'accès pour les tuiles. + +Ajoutez votre token public par défaut à `main.js`: + +```js +const key = ''; +``` + +Nous voulons manipuler les données d'élévation avant le rendu, mais nous allons d'abord ajouter les tuiles Terrain-RGB à la carte pour voir à quoi elles ressemblent. Pour ce faire, créez une source XYZ avec l'URL Terrain-RGB et votre token d'accès. + +[import:'elevation'](../../../src/en/examples/raster/elevation.js) + +Ensuite, créez une couche de tuilée qui utilise la source d'élévation. Ajoutez cette couche au tableau JavaScript `layers` de votre carte dans `main.js`: + +[import:'layer'](../../../src/en/examples/raster/elevation.js) + +Vous devriez [maintenant voir]({{book.workshopUrl}}/) des tuiles bizarrement colorées affichés par dessus votre couche de fond. Les données d'élévation dans les tuiles Terrain-RGB sont encodées dans les canaux rouge, vert et bleu. Donc, alors que ces données ne sont pas censées être rendues directement, il est intéressant de les examiner. + +![Tuiles Terrain-RGB rendues au niveau de Boston](elevation.png) diff --git a/doc/fr/raster/elevation.png b/doc/fr/raster/elevation.png new file mode 100644 index 00000000..c2a67f7f Binary files /dev/null and b/doc/fr/raster/elevation.png differ diff --git a/doc/fr/raster/map.md b/doc/fr/raster/map.md new file mode 100644 index 00000000..302fa459 --- /dev/null +++ b/doc/fr/raster/map.md @@ -0,0 +1,11 @@ +# Configuration de la carte + +Modifiez votre `index.html` afin que nous soyons prêts à faire le rendu d'une carte pleine page: + +[import](../../../src/en/examples/raster/map.html) + +Nous commencerons par une carte centrée sur Boston montrant une seule source XYZ. Mettez à jour votre `main.js` afin qu'il ressemble à ceci: + +[import](../../../src/en/examples/raster/map.js) + +![Une carte de Boston](map.png) diff --git a/doc/fr/raster/map.png b/doc/fr/raster/map.png new file mode 100644 index 00000000..2f21d39e Binary files /dev/null and b/doc/fr/raster/map.png differ diff --git a/doc/fr/raster/raster.md b/doc/fr/raster/raster.md new file mode 100644 index 00000000..2afb71b0 --- /dev/null +++ b/doc/fr/raster/raster.md @@ -0,0 +1,37 @@ +# Faire le rendu du niveau de la mer + +Dans l'étape précédente, nous avons rendu les tuiles Terrain-RGB directement sur la carte. Ce que nous voulons faire est de rendre le niveau de la mer sur la carte à la place. Et nous voulons que les utilisateurs puissent régler la hauteur au-dessus du niveau de la mer et voir la hauteur ajustée rendue sur la carte. Nous allons utiliser une source raster pour travailler directement avec les données d'élévation et obtenir l'entrée de l'utilisateur à partir d'un slider sur la page. + +Ajoutons d'abord les contrôles à la page. Dans votre `index.html`, ajoutez l'étiquette suivante et le slider: + +[import:'controls'](../../../src/en/examples/raster/raster.html) + +Ajoutez maintenant un style à ces contrôles (dans le ` - OpenLayers example - - - -

My Map

-
- - - - ``` - -2. Ouvrez le fichier `map.html` dans votre navigateur pour voir les bâtiments avec un contour rouge: {{ book.workshopUrl }}/map.html - -3. Avec une compréhension basique du [stylage dans OpenLayers](style-intro.md), nous pouvons créer une fonction de style qui affiche les bâtiments dans différentes couleurs en fonction de la taille de leur empreinte au sol. Dans votre code d'initialisation de la carte, ajoutez les deux tableaux de style suivants et remplacez l'option `style` pour la couche `'Buildings'` avec la fonction de style ci-dessous: - - ```js - var defaultStyles = [ - new ol.style.Style({ - fill: new ol.style.Fill({color: 'navy'}), - stroke: new ol.style.Stroke({color: 'black', width: 1}) - }) - ]; - var smallStyles = [ - new ol.style.Style({ - fill: new ol.style.Fill({color: 'olive'}), - stroke: new ol.style.Stroke({color: 'black', width: 1}) - }) - ]; - - function style(feature, resolution) { - if (feature.get('shape_area') < 3000) { - return smallStyles; - } else { - return defaultStyles; - } - } - ``` - -4. Sauvez vos changements et ouvrez `map.html` dans votre navigateur: {{ book.workshopUrl }}/map.html - - ![Bâtiment colorés par surface de l'empreinte au sol](style1.png) - -5. Maintenant comme étape finale, ajoutons une étiquette aux bâtiments. Par simplicité, nous allons seulement utiliser une étiquette et un contour noir comme styles. - - ```js - style: (function() { - var stroke = new ol.style.Stroke({ - color: 'black' - }); - var textStroke = new ol.style.Stroke({ - color: '#fff', - width: 3 - }); - var textFill = new ol.style.Fill({ - color: '#000' - }); - return function(feature, resolution) { - return [new ol.style.Style({ - stroke: stroke, - text: new ol.style.Text({ - font: '12px Calibri,sans-serif', - text: feature.get('key'), - fill: textFill, - stroke: textStroke - }) - })]; - }; - })() - ``` - -6. Sauvez vos changements et ouvrez `map.html` dans votre navigateur: {{ book.workshopUrl }}/map.html - - ![Bâtiments avec étiquette issue de la clé `field`](style2.png) +# Rendre l'éditeur plus joli + +À ce stade, nous avons un éditeur d'objets géographiques avec des fonctionnalités d'importation, d'édition et d'exportation basiques. Mais nous n'avons pas passé de temps à essayer de rendre les objets géographiques plus jolis. Lorsque vous créez une couche vecteur dans OpenLayers, vous avez un ensemble de styles par défaut. Les interactions d'édition (dessin et modification) viennent également avec leurs propres styles par défaut. Vous avez peut-être remarqué que les géométries avaient une épaisseur plus importante lors de l'édition. Ce comportement peut être contrôlé en fournissant une option `style` à votre couche vecteur et aux interactions d'édition. + +## Style statique + +Si nous voulions donner à tous nos objets géographiques le même style, nous pourrions configurer notre couche vecteur comme ceci: + +```js +const layer = new VectorLayer({ + source: source, + style: new Style({ + fill: new Fill({ + color: 'red' + }), + stroke: new Stroke({ + color: 'white' + }) + }) +}); +``` + +Il est également possible de définir la propriété `style` dans un tableau JavaScript de styles. Cela permet le rendu d'une ligne "emboitée" (une épaisseur large en dessous et une plus étroite au dessus), par exemple. + +Bien qu'il n'y ait pas vraiment une bonne justification ici, pour le besoin de cet exercice, nous allons tirer parti du stylage *dynamique*. + +## Style dynamique + +Lorsque vous voulez prendre des décisions sur la manière dont chaque objet géographique devrait être rendu basé sur quelque chose de l'objet géographique ou de la résolution de la vue actuelle, vous pouvez configurer une couche vecteur avec une fonction de style. Cette fonction est appelée pour chaque objet géographique à chaque frame de rendu, il est donc important d'écrire une fonction efficace si vous disposez de nombreux objets géographiques et souhaitez maintenir une bonne performance de rendu. + +Voici un exemple qui rend les objets géographiques en utilisant l'un des deux styles selon si l'attribut "name" commence par "A-M" ou "N-Z" (un exemple complètement artificiel). + +```js +const layer = new VectorLayer({ + source: source, + style: function(feature, resolution) { + const name = feature.get('name').toUpperCase(); + return name < "N" ? style1 : style2; // assuming these are created elsewhere + } +}); +``` + +## Style basé sur la surface de la géométrie + +Pour voir comment fonctionne le stylage dynamique, nous allons créer une fonction de style qui rend les objets géographiques basées sur la zsurface de la géométrie. Pour ce faire, nous allons utiliser [le package `colormap`](https://www.npmjs.com/package/colormap) sur npm. Nous pouvons ajouter ceci à nos dépendances comme ceci: + + npm install colormap + +Maintenant, nous devons importer les constructeurs de style, le package `colormap` et `ol/sphere` pour les calculs de surface sphériques. + +[import:'imports'](../../../src/en/examples/vector/style.js) + +Ensuite, nous écrirons quelques fonctions pour déterminer une couleur en fonction de la surface d'une géométrie: + +[import:'color'](../../../src/en/examples/vector/style.js) + +Et maintenant, nous pouvons ajouter une fonction qui crée un style avec une couleur de remplissage basée sur la surface géométrique. Définissez cette fonction comme propriété `style` de votre couche vecteur: + +[import:'style'](../../../src/en/examples/vector/style.js) + +![Objets géographiques coloriés par surface](style.png) diff --git a/doc/fr/vector/style.png b/doc/fr/vector/style.png new file mode 100644 index 00000000..41c80c2d Binary files /dev/null and b/doc/fr/vector/style.png differ diff --git a/doc/fr/vector/style1.png b/doc/fr/vector/style1.png deleted file mode 100644 index 9cd96d54..00000000 Binary files a/doc/fr/vector/style1.png and /dev/null differ diff --git a/doc/fr/vector/style2.png b/doc/fr/vector/style2.png deleted file mode 100644 index 79731bd5..00000000 Binary files a/doc/fr/vector/style2.png and /dev/null differ diff --git a/doc/fr/vectortile/README.md b/doc/fr/vectortile/README.md new file mode 100644 index 00000000..f9063b0d --- /dev/null +++ b/doc/fr/vectortile/README.md @@ -0,0 +1,8 @@ +# De belles cartes avec les tuiles vecteur + +Dans ce module, nous allons apprendre tout sur la couche VectorTile dans OpenLayers et introduire l'utilitaire ol-mapbox-style pour travailler avec les fichiers Mapbox Style. + +* [La couche VectorTile](map.md) +* [Interagir avec les objets géographiques de VectorTile](interact.md) +* [Styler une couche VectorTile](ugly.md) +* [Rendre les choses "brillantes"](bright.md) diff --git a/doc/fr/vectortile/bright.md b/doc/fr/vectortile/bright.md new file mode 100644 index 00000000..f7a1cf36 --- /dev/null +++ b/doc/fr/vectortile/bright.md @@ -0,0 +1,45 @@ +# Rendre les choses "brillantes" + +Il y a eu de nombreuses tentatives pour créer des outils et des formats pour styler des cartes. Les formats les plus populaires étaient probablement SLD et CartoCSS. Un outil graphique qui vient à l'esprit est Atlas Styler. Mais aucun de ces formats ni outils n'était vraiment pratique à utiliser. + +Mapbox a finalement créé Mapbox Studio, un éditeur de style très convivial et le format Mapbox Style. Le format Mapbox Style est pris en charge par un nombre croissant d'applications et un éditeur Open Source graphique, [Maputnik](http://maputnik.com/), est disponible pour créer et modifier des fichiers Mapbox Styles. + +Le package [ol-mapbox-style](https://npmjs.com/package/ol-mapbox-style/) ajoute le support pour le format Mapbox Style à OpenLayers. Voyons si nous pouvons obtenir une carte plus agréable que celle de l'exercice [précédent](ugly.md). + +## Créer des fichiers Mapbox Style dans Maputnik + +Vous pouvez jouer avec une instance en direct de Maputnik à http://maputnik.com/editor/, ou le télécharger et l'installer localement. J'ai créé un fichier avec notre style moche. Vous pouvez télécharger ce fichier, [ugly.json]({{book.workshopUrl}}/data/ugly.json) et l'ouvrir dans Maputnik pour vérifier qu'il est tout aussi laid que dans notre application OpenLayers: + +![Style "moche" dans Maputnik](maputnik.png) + +## Créez une carte à partir d'un Mapbox Style dans OpenLayers + +Nous importerons la fonction `apply` du package [ol-mapbox-style](https://npmjs.com/package/ol-mapbox-style/), afin que nous puissions simplement avoir une carte avec tous les contenus depuis un fichier de style rendu dans notre `map-container`. Mais d'abord, nous devons installer le package: + + npm install --save ol-mapbox-style + +Maintenant, nous pouvons importer la fonction dans notre `main.js`: + +[import:'mapbox-style-import'](../../../src/en/examples/vectortile/bright.js) + +Nous pouvons également supprimer tous les autres imports, à l'exception de ces deux là: + +[import:'imports'](../../../src/en/examples/vectortile/bright.js) + +Bien que nous soyons en train de nettoyer, nous pouvons également supprimer les définitions `key`,` map` et `layer`. Et nous pouvons – bien sûr – supprimer tout le code de style. Enfin, dans `index.html`, nous pouvons supprimer la ligne qui ajoute la police Open Sans et la `background-color` pour la carte. + +Au lieu du code de carte précédent, nous avons besoin d'une seule ligne pour créer une carte à partir de notre style Mapbox moche, que nous insérons en dessous de nos imports: + +```js +const map = apply('map-container', './data/ugly.json'); +``` + +Cela devrait nous donner la même carte laide que précédemment, juste avec moins de code d'application. Mais bon, nous voulions rendre les choses "brillantes" (en référence à "bright"), et ne pas regarder à nouveau une carte moche. Alors, ouvrons 'OSM Bright' à partir des styles de la galerie de styles de Maputnik, et utilisons cela. Je l'ai déjà préparé et j'ai rendu disponible le résultat dans {{book.workshopUrl}}/data/bright.json. Nous allons donc modifier la ligne `apply()` à + +[import:'map'](../../../src/en/examples/vectortile/bright.js) + +Quel soulagement. Enfin, nous pouvons profiter d'une belle carte du monde et zoomer sur Boston! + +![Une carte "brillante" de Boston](bright.png) + +Et notez que notre carte est toujours interactive, ce qui signifie que vous obtenez une popup d'informations lorsque vous cliquez sur n'importe quelle géométrie. diff --git a/doc/fr/vectortile/bright.png b/doc/fr/vectortile/bright.png new file mode 100644 index 00000000..52b7aa30 Binary files /dev/null and b/doc/fr/vectortile/bright.png differ diff --git a/doc/fr/vectortile/interact.md b/doc/fr/vectortile/interact.md new file mode 100644 index 00000000..8b263a16 --- /dev/null +++ b/doc/fr/vectortile/interact.md @@ -0,0 +1,41 @@ +# Interagir avec les objets géographiques de VectorTile + +Si nous voulons styler la couche que nous venons de créer, il serait bon d'obtenir des informations sur chaque géométrie que nous voyons sur la carte. La chose sympathique à propos des couches de tuiles vecteur est que nous pouvons interagir avec elles tout comme les couches vecteur. Il est donc facile d'ajouter un "listener" pour les clics sur la carte, d'interroger les objets géographiques à la position cliquée et d'afficher une popup avec les attributs de chaque objet géographique. + +## Ajouter une popup + +Comme dans l'exercice [les bases](../basics/popup.md), Nous créons une popup en allant sur https://cssarrowplease.com/. Cette fois, j'ai décidé de créer un popup plus sombre. Nous ajoutons le css à la section `