Re: [Talk-in] Bangalore Map

2011-08-13 Thread bharath vissapragada
Hi ,

Please see http://project-osrm.org/ .. This is a good routing package
and also provides a web interface somewhat similar to google-maps .
See http://map.project-osrm.org/  for a demo for germany map. Hope
this helps. The webinterface and package is under active development.

Thanks

On Sat, Aug 13, 2011 at 8:54 PM, PRAMOD.Y.V shastry  wrote:
> Hi
>   Thanks a lot for the  map..Also pls let me know if we have any APIs
> provided by OSM similar to the geocoding API and DirectionRendere API of
> Google Maps. Basically I'm interested in an application which can give me
> route between 2 places..
>
> Looking forward for your response...
>
> Regards
> Pramod
>
> ___
> Talk-in mailing list
> Talk-in@openstreetmap.org
> http://lists.openstreetmap.org/listinfo/talk-in
>
>



-- 
Regards,
Bharath .V
w:http://researchweb.iiit.ac.in/~bharath.v

___
Talk-in mailing list
Talk-in@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-in


[Talk-in] Some doubts

2011-06-08 Thread bharath vissapragada
Hey folks,

I am using OSM data as a part of my college project work. Can any one
suggest me some package wch can satisfy all or a subset of the following
requirements


   1. I should render the osm data in desktop app or on a browser.
   2. I should be able to mark some points using mouse clicks and stuff.
   3. I should be able to show moving objects on roads like cars, buses in
   their paths (paths and routes are determined by us.)

I've looked at the renders page in osm wiki . But I could find no perfect
software suiting my needs. Am I missing something ?

Any suggestions /help is highly appreciated.

-- 
Regards,
Bharath .V
w:http://researchweb.iiit.ac.in/~bharath.v
___
Talk-in mailing list
Talk-in@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-in


Re: [Talk-in] Extracting road information from particular cities.

2010-12-12 Thread bharath vissapragada
Hi,

The web api is working for smaller datasets and is generating

"You requested too many nodes (limit is 5). Either request a
smaller area, or use planet.osm" if the area is huge .. Are there any
tools which can do this computation on my local machine using the
planet.osm ?

Can we download that tool and run it locally?

Thanks in anticipation...


You requested too many nodes (limit is 5). Either request a
smaller area, or use planet.osm

On Sun, Dec 12, 2010 at 10:31 PM, Srikanth Lakshmanan
 wrote:
> Hi,
> You could use XAPI[1] and query with different tag types.Visit
> www.openstreetmap.org and zoom into place of interest and click on the
> export tab, you get the coords for bounding box.
> [1] http://wiki.openstreetmap.org/wiki/Xapi
>
> Regards
> Srikanth.L
> http://srik.me
>
>
> On Sun, Dec 12, 2010 at 22:25, bharath vissapragada
>  wrote:
>>
>> Hi pradeep,
>>
>>
>> Thanks for replying..
>>
>> Can you let me know how to find the bounding box attributes for cities
>> .. .. Also how to use this bounding box .. can you give a simple
>> example .. I am new to this osm data .. So Iam finding it a bit tough
>> to process it .. Kindly bear my simple doubts !
>>
>> Thanks in anticipation,
>>
>>
>> On Sun, Dec 12, 2010 at 10:16 PM, Pradeep B V  wrote:
>> > Cant you just use the bounding box for Mumbai and get all data?
>> >
>> > On Sun, Dec 12, 2010 at 4:11 PM, bharath vissapragada
>> >  wrote:
>> >>
>> >> Hi all,
>> >>
>> >>
>> >> We are trying to extract the road/street network for each city in the
>> >> Indian osm dataset.
>> >>
>> >> We are writing our own parser for this . We are trying to use the
>> >> relation,way,node tags to do this .
>> >>
>> >> But I am unable to understand how to find all the roads for city for
>> >> eg. Mumbai.??
>> >>
>> >> Do I need to see "Mumbai" in the relation tag ?? This doesn't seem to
>> >> be working as the parser is unable to find relations with Mumbai (just
>> >> a few are found).
>> >>
>> >> Are these datasets already available?? (lat,long info of each road..)
>> >>
>> >>
>> >> Please help me in this regard ...
>> >>
>> >> Any help is highly appreciated.
>> >>
>> >> Thanks
>> >>
>> >> ___
>> >> Talk-in mailing list
>> >> Talk-in@openstreetmap.org
>> >> http://lists.openstreetmap.org/listinfo/talk-in
>> >
>> >
>> > ___
>> > Talk-in mailing list
>> > Talk-in@openstreetmap.org
>> > http://lists.openstreetmap.org/listinfo/talk-in
>> >
>> >
>>
>> ___
>> Talk-in mailing list
>> Talk-in@openstreetmap.org
>> http://lists.openstreetmap.org/listinfo/talk-in
>
>
> ___
> Talk-in mailing list
> Talk-in@openstreetmap.org
> http://lists.openstreetmap.org/listinfo/talk-in
>
>

___
Talk-in mailing list
Talk-in@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-in


Re: [Talk-in] Extracting road information from particular cities.

2010-12-12 Thread bharath vissapragada
Hi pradeep,


Thanks for replying..

Can you let me know how to find the bounding box attributes for cities
.. .. Also how to use this bounding box .. can you give a simple
example .. I am new to this osm data .. So Iam finding it a bit tough
to process it .. Kindly bear my simple doubts !

Thanks in anticipation,


On Sun, Dec 12, 2010 at 10:16 PM, Pradeep B V  wrote:
> Cant you just use the bounding box for Mumbai and get all data?
>
> On Sun, Dec 12, 2010 at 4:11 PM, bharath vissapragada
>  wrote:
>>
>> Hi all,
>>
>>
>> We are trying to extract the road/street network for each city in the
>> Indian osm dataset.
>>
>> We are writing our own parser for this . We are trying to use the
>> relation,way,node tags to do this .
>>
>> But I am unable to understand how to find all the roads for city for
>> eg. Mumbai.??
>>
>> Do I need to see "Mumbai" in the relation tag ?? This doesn't seem to
>> be working as the parser is unable to find relations with Mumbai (just
>> a few are found).
>>
>> Are these datasets already available?? (lat,long info of each road..)
>>
>>
>> Please help me in this regard ...
>>
>> Any help is highly appreciated.
>>
>> Thanks
>>
>> ___
>> Talk-in mailing list
>> Talk-in@openstreetmap.org
>> http://lists.openstreetmap.org/listinfo/talk-in
>
>
> ___
> Talk-in mailing list
> Talk-in@openstreetmap.org
> http://lists.openstreetmap.org/listinfo/talk-in
>
>

___
Talk-in mailing list
Talk-in@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-in


[Talk-in] Extracting road information from particular cities.

2010-12-12 Thread bharath vissapragada
Hi all,


We are trying to extract the road/street network for each city in the
Indian osm dataset.

We are writing our own parser for this . We are trying to use the
relation,way,node tags to do this .

But I am unable to understand how to find all the roads for city for
eg. Mumbai.??

Do I need to see "Mumbai" in the relation tag ?? This doesn't seem to
be working as the parser is unable to find relations with Mumbai (just
a few are found).

Are these datasets already available?? (lat,long info of each road..)


Please help me in this regard ...

Any help is highly appreciated.

Thanks

___
Talk-in mailing list
Talk-in@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-in