Usermap

6 messages Options
Embed this post
Permalink
Christian Willmes

Usermap

Reply Threaded More More options
Print post
Permalink
Hi all,

I worked on the usermap over the weekend and I added some sort of a
Userinterface to the app. :)

With a wiki parser tag it is now possible to include a "usermap admin
tool" (consisting of simple html forms and tables and openlayers maps)
to your wiki userpage, where you can create and edit your mapviews by
setting your parameters in a html form. The resulting views can be
included with a simple tag like this: {{#umMapView: [viewID]}} in any
wiki page. The admin tool is only for the "owning" user of that userpage
visible, so every user can just edit their own views.

To install the new feature to the osgeo wiki, I would need two more
tables in the usermap postgres db on wiki.osgeo.org.

Can somebody with admin access to the db please add these two tables,
with the same rights as the one aleady in the db?

The sql command for the tables are listed here:
http://svn.christian-willmes.de/usermap/trunk/INSTALL
(the first table is already running, the 'mapviews' and the 'usermaps'
tables are to add).

Thanks very much in advance!

Christian

_______________________________________________
Webcom mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/webcom
Tyler Mitchell (OSGeo)

Re: Usermap

Reply Threaded More More options
Print post
Permalink
Done.  I named the tables "osgeo_mapviews and osgeo_usermaps" to  
match the others.  Also, I'm no mysql guru, and wasn't able to use  
"with (oids=false)".  Let me know if there is a change needed to  
accommodate this.


On 9-Mar-09, at 3:46 PM, Christian Willmes wrote:

> Hi all,
>
> I worked on the usermap over the weekend and I added some sort of a
> Userinterface to the app. :)
>
> With a wiki parser tag it is now possible to include a "usermap admin
> tool" (consisting of simple html forms and tables and openlayers maps)
> to your wiki userpage, where you can create and edit your mapviews by
> setting your parameters in a html form. The resulting views can be
> included with a simple tag like this: {{#umMapView: [viewID]}} in any
> wiki page. The admin tool is only for the "owning" user of that  
> userpage
> visible, so every user can just edit their own views.
>
> To install the new feature to the osgeo wiki, I would need two more
> tables in the usermap postgres db on wiki.osgeo.org.
>
> Can somebody with admin access to the db please add these two tables,
> with the same rights as the one aleady in the db?
>
> The sql command for the tables are listed here:
> http://svn.christian-willmes.de/usermap/trunk/INSTALL
> (the first table is already running, the 'mapviews' and the 'usermaps'
> tables are to add).
>
> Thanks very much in advance!
>
> Christian
>
> _______________________________________________
> Webcom mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/webcom

Tyler Mitchell
Executive Director
Open Source Geospatial Foundation
[hidden email]
P: +1-250-277-1621
M: +1-250-303-1831


_______________________________________________
Webcom mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/webcom
Christian Willmes

Re: Usermap

Reply Threaded More More options
Print post
Permalink
Thanks alot Tyler, but I need the tables in the postgres db. :)
Sorry, that I didn't mentioned that.
There is already a db called 'usermap' with the table 'users' I use with
the app.
And the two new tables should go into this 'usermap' db.

Thanks very much again.

Christian

Tyler Mitchell (OSGeo) schrieb:

> Done. I named the tables "osgeo_mapviews and osgeo_usermaps" to match
> the others. Also, I'm no mysql guru, and wasn't able to use "with
> (oids=false)". Let me know if there is a change needed to accommodate
> this.
>
>
> On 9-Mar-09, at 3:46 PM, Christian Willmes wrote:
>
>> Hi all,
>>
>> I worked on the usermap over the weekend and I added some sort of a
>> Userinterface to the app. :)
>>
>> With a wiki parser tag it is now possible to include a "usermap admin
>> tool" (consisting of simple html forms and tables and openlayers maps)
>> to your wiki userpage, where you can create and edit your mapviews by
>> setting your parameters in a html form. The resulting views can be
>> included with a simple tag like this: {{#umMapView: [viewID]}} in any
>> wiki page. The admin tool is only for the "owning" user of that userpage
>> visible, so every user can just edit their own views.
>>
>> To install the new feature to the osgeo wiki, I would need two more
>> tables in the usermap postgres db on wiki.osgeo.org.
>>
>> Can somebody with admin access to the db please add these two tables,
>> with the same rights as the one aleady in the db?
>>
>> The sql command for the tables are listed here:
>> http://svn.christian-willmes.de/usermap/trunk/INSTALL
>> (the first table is already running, the 'mapviews' and the 'usermaps'
>> tables are to add).
>>
>> Thanks very much in advance!
>>
>> Christian
>>
>> _______________________________________________
>> Webcom mailing list
>> [hidden email]
>> http://lists.osgeo.org/mailman/listinfo/webcom
>
> Tyler Mitchell
> Executive Director
> Open Source Geospatial Foundation
> [hidden email]
> P: +1-250-277-1621
> M: +1-250-303-1831
>
>
> _______________________________________________
> Webcom mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/webcom

_______________________________________________
Webcom mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/webcom
Tyler Mitchell (OSGeo)

Re: Usermap

Reply Threaded More More options
Print post
Permalink
Ah, I see.  I think someone else who helped set it up might do a  
better job on this than me :)

On 9-Mar-09, at 4:58 PM, Christian Willmes wrote:

> Thanks alot Tyler, but I need the tables in the postgres db. :)
> Sorry, that I didn't mentioned that.
> There is already a db called 'usermap' with the table 'users' I use  
> with
> the app.
> And the two new tables should go into this 'usermap' db.
>
> Thanks very much again.
>
> Christian
>
> Tyler Mitchell (OSGeo) schrieb:
>> Done. I named the tables "osgeo_mapviews and osgeo_usermaps" to match
>> the others. Also, I'm no mysql guru, and wasn't able to use "with
>> (oids=false)". Let me know if there is a change needed to accommodate
>> this.
>>
>>
>> On 9-Mar-09, at 3:46 PM, Christian Willmes wrote:
>>
>>> Hi all,
>>>
>>> I worked on the usermap over the weekend and I added some sort of a
>>> Userinterface to the app. :)
>>>
>>> With a wiki parser tag it is now possible to include a "usermap  
>>> admin
>>> tool" (consisting of simple html forms and tables and openlayers  
>>> maps)
>>> to your wiki userpage, where you can create and edit your  
>>> mapviews by
>>> setting your parameters in a html form. The resulting views can be
>>> included with a simple tag like this: {{#umMapView: [viewID]}} in  
>>> any
>>> wiki page. The admin tool is only for the "owning" user of that  
>>> userpage
>>> visible, so every user can just edit their own views.
>>>
>>> To install the new feature to the osgeo wiki, I would need two more
>>> tables in the usermap postgres db on wiki.osgeo.org.
>>>
>>> Can somebody with admin access to the db please add these two  
>>> tables,
>>> with the same rights as the one aleady in the db?
>>>
>>> The sql command for the tables are listed here:
>>> http://svn.christian-willmes.de/usermap/trunk/INSTALL
>>> (the first table is already running, the 'mapviews' and the  
>>> 'usermaps'
>>> tables are to add).
>>>
>>> Thanks very much in advance!
>>>
>>> Christian
>>>
>>> _______________________________________________
>>> Webcom mailing list
>>> [hidden email]
>>> http://lists.osgeo.org/mailman/listinfo/webcom
>>
>> Tyler Mitchell
>> Executive Director
>> Open Source Geospatial Foundation
>> [hidden email]
>> P: +1-250-277-1621
>> M: +1-250-303-1831
>>
>>
>> _______________________________________________
>> Webcom mailing list
>> [hidden email]
>> http://lists.osgeo.org/mailman/listinfo/webcom
>
> _______________________________________________
> Webcom mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/webcom

Tyler Mitchell
Executive Director
Open Source Geospatial Foundation
[hidden email]
P: +1-250-277-1621
M: +1-250-303-1831


_______________________________________________
Webcom mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/webcom
Christian Willmes

Re: Usermap

Reply Threaded More More options
Print post
Permalink
Hi,

I put up a wiki on my server to test the app on an other host than my
localhost. And in the moment I am facing some errors on the remote
server I don't know how to fix in the moment. So I think I will need
some more time now, so no hurry with the tables. ;-)

I also started with some more detailed documentation, which I will
transfer to the osgeo wiki as soon the new version of usermap is running.
-> http://wiki.christian-willmes.de/index.php/Usermap_install

When I fixed the error, I will set up some test accounts in the wiki to
let you test and try the new features, so anybody can complain before it
goes to the osgeo wiki.

best regards,
Christian

Tyler Mitchell (OSGeo) schrieb:

> Ah, I see. I think someone else who helped set it up might do a better
> job on this than me :)
>
> On 9-Mar-09, at 4:58 PM, Christian Willmes wrote:
>
>> Thanks alot Tyler, but I need the tables in the postgres db. :)
>> Sorry, that I didn't mentioned that.
>> There is already a db called 'usermap' with the table 'users' I use with
>> the app.
>> And the two new tables should go into this 'usermap' db.
>>
>> Thanks very much again.
>>
>> Christian
>>
>> Tyler Mitchell (OSGeo) schrieb:
>>> Done. I named the tables "osgeo_mapviews and osgeo_usermaps" to match
>>> the others. Also, I'm no mysql guru, and wasn't able to use "with
>>> (oids=false)". Let me know if there is a change needed to accommodate
>>> this.
>>>
>>>
>>> On 9-Mar-09, at 3:46 PM, Christian Willmes wrote:
>>>
>>>> Hi all,
>>>>
>>>> I worked on the usermap over the weekend and I added some sort of a
>>>> Userinterface to the app. :)
>>>>
>>>> With a wiki parser tag it is now possible to include a "usermap admin
>>>> tool" (consisting of simple html forms and tables and openlayers maps)
>>>> to your wiki userpage, where you can create and edit your mapviews by
>>>> setting your parameters in a html form. The resulting views can be
>>>> included with a simple tag like this: {{#umMapView: [viewID]}} in any
>>>> wiki page. The admin tool is only for the "owning" user of that
>>>> userpage
>>>> visible, so every user can just edit their own views.
>>>>
>>>> To install the new feature to the osgeo wiki, I would need two more
>>>> tables in the usermap postgres db on wiki.osgeo.org.
>>>>
>>>> Can somebody with admin access to the db please add these two tables,
>>>> with the same rights as the one aleady in the db?
>>>>
>>>> The sql command for the tables are listed here:
>>>> http://svn.christian-willmes.de/usermap/trunk/INSTALL
>>>> (the first table is already running, the 'mapviews' and the 'usermaps'
>>>> tables are to add).
>>>>
>>>> Thanks very much in advance!
>>>>
>>>> Christian
>>>>
>>>> _______________________________________________
>>>> Webcom mailing list
>>>> [hidden email]
>>>> http://lists.osgeo.org/mailman/listinfo/webcom
>>>
>>> Tyler Mitchell
>>> Executive Director
>>> Open Source Geospatial Foundation
>>> [hidden email]
>>> P: +1-250-277-1621
>>> M: +1-250-303-1831
>>>
>>>
>>> _______________________________________________
>>> Webcom mailing list
>>> [hidden email]
>>> http://lists.osgeo.org/mailman/listinfo/webcom
>>
>> _______________________________________________
>> Webcom mailing list
>> [hidden email]
>> http://lists.osgeo.org/mailman/listinfo/webcom
>
> Tyler Mitchell
> Executive Director
> Open Source Geospatial Foundation
> [hidden email]
> P: +1-250-277-1621
> M: +1-250-303-1831
>
>
> _______________________________________________
> Webcom mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/webcom

_______________________________________________
Webcom mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/webcom
Christian Willmes

Re: Usermap

Reply Threaded More More options
Print post
Permalink
Hi,

I installed the new features of usermap now. Thanks a lot to Martin for
his help!
For me it looks like everything is running as expected. Please tell me
if something does not work.

I also updated the usermap documentation[1] on the wiki about the new
features.

best regards,
Christian

[1] http://wiki.osgeo.org/wiki/UserMap_Documentation
_______________________________________________
Webcom mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/webcom