Blogs
OpenLayersI wrote this post some months ago, before I publish the OpenLayers Cookbook, but I never published it thinking it could start a flame war instead a constructive thread.
Today, after a twitter conversation (thanks @Starefossen @brymcbride @erilem @mourner and @LeafletJS) I think it is time to publish it.
OpenLayers is a great project. I think it is the most complete GIS project for creating web mapping applications. Its completeness makes it also a bit...
Una guia envejable, que valia la pena traduir al català: https://www.gov.uk/designprinciples
Començar per les necessitats(*) (*)les dels usuaris, no les del governEl procés de disseny ha de començar amb la identificació i pensant en les necessitats reals dels usuaris. Hem de dissenyar al voltant d’aquestes, no al voltant de la forma en què el “procés oficial” funciona en aquest moment. Hem d’entendre aquestes necessitats a fons, contrastant dades, no només fent suposicions, i hem de recordar que el que els usuaris demanen no sempre és el que necessiten.
Fer menysPer exemple, cal ser clar, destacant aquella informació que sabem que busca la majoria d’usuaris.
El Govern hauria de fer només el que el govern pot fer. Si algú altre ja ho està fent, enllacem-ho. Si som capaços de proporcionar els recursos (com APIs) per ajudar altres...
I like to write and I like programming so the obvious consequence were to write some tool to write. More or less this is the history of SimplyWrite.
SimplyWrite is a free web distraction writing tool that recognizes the lightweight markup language Markdown, an easy-to-read, easy-to-write plain format which allow to enrich the text.

- Auto show/hide of menus to allow a clean working area.
- Show working and total timer. Total timer counts the time since you open ...
GeoServer is one of the most importants open source geospatial servers nowadays. Implemented in Java, based on the powerful GeoTools libraries, GeoServer offers a great degree of interporability publishing data from major spatial data sources using Open Geospatial Consortium (OGC) standards.
Hopefully, for those who work or start working with GeoServer, recently Packt Publishing has released a new book titled GeoServer Beginner’s Guide.
“Open Data como parte de un modelo sostenible de gestión de la información pública”
Se confirma que el Open Data es una “moda” y que muchos portales opendata existen por que hay que tenerlo y no realmente por que se crea en los beneficios del opendata.
Es importante abrir los datos lo más rápido posible por que seguramente los usuarios te corregirán los errores que tengas, de esta forma tendrás unos mejores datos. Hay que oír los que piden los usuarios para destinar los recursos a satisfacer esas necesidades y no gastar recursos abriendo datos o generando servicios que nadie va a usar.
Es inmoral cobrar por datos que ya han sido pagados.
“Free as the wind: The QGIS approach to community development”
Se habló de como se organiza la comunidad del QGIS, cabe destacar la mentalidad democrática a diferencia de muchos...
Aprovechando el MWC13 y como celebración del 3º aniversario tuvimos la suerte de tener como ponentes a Javier de la Torre (Vizzuality) y a Eric Gundersen (MapBox)
Javier nos explico un poco la historia de Vizzuality[1] y porque tuvieron que crear CartoDB[2]. Nos mostró algunas de las funcionalidades de CartoDB y como podemos crear un mapa atractivo en la red en 5 minutos.
Despues de la presentación sobre CartoDB, Eric nos prensento la nueva funcionalidad de MapBox para personalizar los mapas bases y así poder...
This post is the continuation of the series Things I learned creating a jQuery Plugin.
In the first part we have seen how the structure of a jQuery plugin must be, the plugin entry point (so called wrapper function) and how we can control the behavior of a method as a getter or setter.
Define default optionsYour plugin more probably will accept different set of options to allow some configuration. For these reason it is important to define a set of default options which will be applied in cases where no options are specified by the user. Place it within the jQuery wrapper function is a good practice:
// // Default options // $.fn[pluginName].defaults = { opt_A: "" }; Encapsulate your plugin codeA good practice is to encapsulate the logic of our plugin within a function, this way...
If you regularly follow this blog and are web mapping developer that works with OpenLayers, (too much coincidences???) probably you know about the the Animated marker cluster strategy for OpenLayers I created some time ago.
Unfortunally, the last version (v0.2) has a ugly bug. The code works fine when you change the zoom level but clusters are not updated when you pan the map.
I’m happy to say right now I have uploaded a new version (v0.3) which fixes this bug on my GitHub repository. Basically, now the code controls if the action is a zoom change or a pan movement and updates and animates the clusters accordingly. That is, if you pan...
Realitat Augmentada i com acabarà amb tots nosaltres… i serà per culpa dels usuaris.
a càrrec de Christian Pomar, de Barcelona. Va ser matxaca, capo i capo gros de bar de Telecogresca. Va ser el primer a muntar el bar al Sot del Migdia. Va intentar fer el doctorat, però ara per ara es queda amb el DEA. Es dedica a la Supercomputació i la Realitat Virtual, a T-Systems.
La RA hoy en día tiene salida en el mundo industrial donde permite ahorrar dinero y se pueden lograr buenos resultados ya que se desarrollan aplicaciones en ambientes controlados y se dispone de buenos recursos informáticos.
En el mundo de las aplicaciones RA para móviles hoy en día existen una serie de limitaciones...
Hola,
la Asociación Planet Geo está organizando unos cursos en Santiago de Compostela sobre temáticas SIG muy interesantes. Resaltar el curso de OSGeo Live DVD, una iniciativa que pretende acercar a los usuarios a la instalación y uso de este completo paquete de software que está distribuido por la Fundación OSGeo. Tenéis toda la información de los cursos aquí.
Me comentan que se está buscando en Vigo un sitio donde poder impartir también estos cursos. Si conoces algún sitio ponte en contacto en cualquiera de estos correos:
Hola,
nos informa @aitorfreire a través de la lista de la realización de un curso de SIG con software libre en Vigo. Si estáis interesados podéis acceder a la información aquí (PDF).
Un saludo y gracias a @aitorfreire por la información.
An hypothesis about what (possibly) happened.
The original headline which draw our attention was
“A 67-year-old Belgian woman set out to drive 38 miles to Brussels under the guidance of her GPS navigation system but arrived in Zagreb two days and 901 miles later.” The Telegraph
So we decided to carry on some informal (as in non-scientific) research with the usual online available tools:
1. The starting point of our “research” is Google Maps.
1.1 From “Solre-sur-Sambre”, where the woman started her trip, to “Brussel·les”: returns a logical route to the city center in just 1 hour and 6 minutes.
...
jQuery is one of the most used JavaScript libraries, if not the most used one, which allows to make great things with the big set of little tools it offers to the web developers: HTML/DOM manipulation, CSS manipulation, HTML event methods, effects and animations, AJAX, utilities, …
One of the key aspects of jQuery is the possibility to extend it with new functionalities, so called plugins. For those who has a basic knowledge of jQuery and want or need to create a new jQuery plugin this post tries to be a helping summary of good things to take into account.
Before to startBecause of the flexibility and powerful of the language, the Perl community is proud of his Tim Today motto, that is:
There’s more than one way to do it
You can consider the same for JavaScript, that’s true. The fact JavaScript is not an object oriented language but a...
jQuery is widely used in the web world. Since its creation it was quickly adopted by many programmers mainly due its easily of us and extension capabilities.
I used jQuery in many projects and for many different things, thanks to the legion of existing plugins I always found a solution to my issues… since today.
I was looking for plugins to manage tags. Of course I found many alternatives but no one likes me. Some of them lake from desired methods, others was based on additional libraries (like jQueryUI) where I want a more simple solution, some others was too complex to change its style or, other times, simply I found its code them too much complex for something I consider more simple to do.
The problemI was developing a web site using Twitter Bootstrap framework and I needed a jQuery...
El pasado viernes 14 de Diciembre tuvo lugar, en la Sede del Ayuntamiento de Posadas, la 2ª reunión del grupo de Geoinquietos de Córdoba y provincia.
La tarde se organizó en varías partes. Primero tuvo lugar una ronda de presentaciones de los asistentes (13 de los 18 datos del alta en Eventbrite, por cierto, herramienta muy eficaz para gestionar todo este tipo de reuniones). De nuevo el grupo de Córdoba estuvo compuesto por una variedad interesante de personas con perfiles profesionales muy diversos (biólogos, ambientales, informáticas, maestros, topógrafos, arquitectos, geógrafos y arqueólogos) y que procedían principalmente de Posadas y de Córdoba capital. La segunda parte consistió en un par de charlas. La primera, a cargo de Juan Luis Pons (@BioPons), versó sobre Geoinquietos y OSGeo. Juan Luis nos explicó el origen,...
Reuniò per a establir el pla de treball del grup per als propers mesos.
Sobretot ens proposem definir el contingut i la forma de les convocatòries(xerrades, workshops, mapping parties, …) que es voldran realitzar i assignar tasques.
Aniversari amb soparConvocatòria especial del segon aniversari de Geoinquets.
La presentació “La geoinformació a Catalunya durant la crisi” serà a càrrec de Jaume Miranda, director de l’Institut Cartogràfic de Catalunya,
Geoinquiets 26 d’abrilAquesta trobada del mes d’abril comptarà amb la particicpació de Joan Vinyoli que ens parlarà de les “TIG a l’enseyament”.
Geoinquiets 19-20 de maig, OSM Parc AgrariEn una iniciativa del grup Geoinquiets, durant el dissabte 19 i el diumenge 20 una quinzena d’aficionats a la informació geogràfica es va reunir a la seu del Parc Agrari del Baix...
Tras la puesta en marcha del Grupo de Geoinquietos de Córdoba y su provincia (#GeoinquietosODB), os invitamos a asistir a la segunda reunión que tendrá lugar en Posadas donde nos seguiremos presentando, conociendo y "desvirtualizando".
Tras las presentaciones, Juan Luis Pons (@BioPons) recordará a los nuevos asistentes qué es OSGeo y OSGeo-es y pasaremos a continuación a dar breve charla sobre los principales recursos, servicios y páginas web sobre Información Geográfica para la provincia de Córdoba.
Gracias la gente de Posadas, la reunión tendrá lugar en las dependencias de la Oficina de Turismo del Ayuntamiento (Plaza de los Pósitos, 3, 14730 Posadas) sobre las 17:00.
Ver mapa más grande
Para los que penséis asistir hemos...
A few months after the release of the OpenLayers Cookbook I have been working on a presentation about OpenLayers for @geoinquiets at Barcelona (BCN) that will be celebrated the next December 20th (see the event here) at the offices of Cantera-Tech.
Both the presentation and source code examples materials are freely available at my repository on GitHub as open projects and I would like you contribute to:
- OpenLayers Cookbook Examples: https://github.com/acanimal/Openlayers-Cookbook
- ...
Buenas,
este año no ha sido el más activo, pero eso no quita que vayamos a quedar una vez más para celebrarlo, ¿el qué?, pues lo que a cada uno le apetezca. A través de una encuesta hemos conseguido decidir la fecha y el tipo de reunión que queremos hacer, así que de momento sabemos que se quedará el 15 de Diciembre, sábado y seguimos viendo donde y para que. Casi seguro haremos una reunión previa donde se comentarán cosas como la organización del año que viene, la gestión del dominio… y las ideas que tengáis y después iremos a tomar algo. Aunque como os comento, esto está por decidir.
Si quieres mantenerte informado, apúntate a la lista o sigue nuestro Twitter para ver como va el evento.
Venga, ¡nos leemos!.
...
Create a map of the earth isn’t an easy problem. Projections basically tries to solve the problem of how to 3D element on a 2D surface.
Tons of papers have been written about this problem but a nice place to start is the wikipedia entry about Map Projections.
Cylindrical projection
Some time ago I seen a awesome video from the project Unfolding the Earth: Myriahedral Projections. On it, the author divides the sphere into a myriahedron (a polyhedron with a very large number of faces) which allows to unfold the sphere in many different map...
Páginas
- 1
- 2
- 3
- 4
- siguiente ›
- última »


