OpenStreetMapi logo OpenStreetMap

Kasutaja ybon päevik

Hiljutised päevikusissekanded

Some news about uMap!

Postitas ybon kuupäeval 25. august 2023 – English. Viimati uuendatud: 28. august 2023.

Since a few month, uMap has been integrated in a French state incubator, so things are moving quite a lot!

uMap is now ten years old, and is deployed on many instances around the world. The one I know well is hosted by OSM France, and is close to reach one million maps created and 100.000 users.

This incubation program is ported by the French “Accélérateur d’initiatives citoyennes”, it includes coaches and a small budget for non tech needs (UI/UX…). One goal of this program is to find financial support for uMap development and maintainance. A French administration, the Agence pour la cohésion des territoires, is the first uMap financial backer since a few months. This allowed us to put up a small team to work, part time, in uMap:

That’s great news! Until then, uMap was 100% developed on my spare time.

uMap is used a lot by French public agents, and this explains the support from the French state, to make this tool better, and more official. For this, a first step is an “official” instance for public workers:

https://umap.incubateur.anct.gouv.fr/fr/

We’ll be at the NEC - Numérique En Communs event (Bordeaux, France), on October 19th and 20th. See you there for more news and announcements!

What’s new in uMap, then ?

First, a huge cleaning, upgrade and bug fight in uMap code. Since a few years, my time available for uMap has been very low (I’ve been a baker for two years…), so the code urgently needed more love.

What else? Here are a few of the notable changes made recently in uMap, let’s go!

Docker image

Finally!

Vaata tervet sissekannet

What's new in uMap

Postitas ybon kuupäeval 25. august 2014 – English.

Here is an overview of the changes made in uMap recently:

The biggest change, even if it’s not the more spectacular, is that Leaflet.Draw has been replaced by Leaflet.Editable as drawing engine. The goal was to have more control over the API, have touch support, and have multipolygon/polyline support. For now two enhancements come from that move:

Vaata tervet sissekannet

GeoRSS support added on uMap

Postitas ybon kuupäeval 21. aprill 2014 – English.

I’m adding support for importing GeoRSS in uMap. This has been requested by some uMap users. One of the use cases is to be able to easily display on a map a feed from Flickr. I’ve made a demo with the last public geotaged photo added to Flickr.

georss on uMap

You should now be able to do the same with your own feeds. Here how to reproduce, once created a map:

  1. get your geo feed from Flickr (in my example it’s http://api.flickr.com/services/feeds/geo/?format=rss_200_enc, remember to use the format rss_200_enc) or any other provider of RSS 2.0 with GeoRSS
  2. on your map, edit the layer, and add the URL as remote data url
  3. choose georss as format
  4. Click on Proxy Request, as Flickr doesn’t allow CORS on its feeds
  5. on advanced properties, choose GeoRSS (title + picture) as popup template

And you’re done!

This is work in progress, please test and give feedback :)