Coder Social home page Coder Social logo

javichur / geojson-arquitectura-valencia Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 3.0 23 KB

GeoJSON de edificios de Valencia + visor mapa con Leaflet.

License: MIT License

HTML 73.09% JavaScript 25.53% CSS 1.38%
geojson valencia leaflet map arquitectura buildings

geojson-arquitectura-valencia's Introduction

geojson-arquitectura-valencia

GeoJSON de edificios de Valencia + visor mapa con Leaflet.

Actualmente el fichero GeoJSON contiene 50 edificios de Valencia capital. Se utiliza el objeto de tipo Feature para añadir la información de año de construción, los autores, estilos arquitectónicos, foto, link, título, descripción y crédito.

El repositorio incluye también un sencillo ejemplo HTML5 con Leaflet para mostrar la información de los edificios sobre un mapa.

{
	"type": "Feature",
	"geometry": {
		"type": "Point",
		"coordinates": [-0.378333, 39.474444]
	},
	"properties": {
		"title": "Lonja de la Seda",
		"description": "Patrimonio de la Humanidad (5 de diciembre de 1996)",
		"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/Lonja_de_la_Seda.jpg/250px-Lonja_de_la_Seda.jpg",
		"link": "https://es.wikipedia.org/wiki/Lonja_de_la_Seda",
		"styles": ["gótico"],
		"year": "1548",
		"authors": ["Pere Compte"],
		"credit": "Wikipedia"
	}
}

geojson-arquitectura-valencia's People

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.