[hello world 動かない ][検索]

プログラミング関連で自分が調べた事をメモる

OpenLayers 3

openlayers geojson

OpenLayersでGeoJSONを読み込む ちょっとソースだけ置いておく var createPointStyleFunction = function() { return function(feature, resolution) { var style = new ol.style.Style({ image: new ol.style.Circle({ radius: 5, fill: new ol.style.Fill(…

OpenLayers 3 の使い方を調べている

OpenLayers 3 を使ってみる とりあえずポイントデータを表示させるところまで使えるようになりたい。公式サイト http://openlayers.org/ 公式の Quick Start のソースを表示する OpenLayers 3 - Quick Start <html lang="en"> <head> <link rel="stylesheet" href="http://openlayers.org/en/v3.5.0/css/ol.css" type="text/css"> <style> .map { height: 400px; widt…</link></head></html>