How to create multiple moving points in Google maps using Google API? I need to create a simulation of buses moving along the routes through bus stops. Thank you
KORCARI
Posts
-
Google Maps visualization -
Multiple markerTrying to add multiple markers based on coordinates in Google Maps API but it doesn't work. What am I doing wrong? Please help Here is my code :
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
Tirana Public Transport html { height: 100% } body { height: 100%; margin: 0px; padding: 0px } #map\_canvas { height: 100% } var locations = \[ \['St1', 41.338089, 19.821689, 1\] \['St2', 41.339926, 19.825723, 2\] \['St3', 41.339733, 19.829285, 3\] \['St4', 41.3368, 19.831345, 4\] \['St5', 41.333159, 19.833877, 5\] \['St6', 41.330581, 19.833834, 6\] \['St7', 41.329647, 19.83156, 7\] \['St8', 41.32752, 19.827225, 8\] \['St9', 41.325232, 19.824436, 9\] \['St10', 41.336027, 19.817097, 10\] \['St11', 41.337123, 19.810488, 11\] \['St12', 41.334319, 19.80654, 12\] \['St13', 41.32752, 19.827225, 13\] \['St14', 41.331967, 19.804394, 14\] \['St15', 41.32536, 19.803879, 15\] \['St16', 41.322557, 19.805081, 16\] \['St17', 41.322331, 19.806712, 17\] \['St18', 1.323201, 19.812891, 18\] \['St19', 41.323975, 19.817784, 19\] \]; var map = new google.maps.Map(document.getElementById('map'), { zoom: 10, center: new google.maps.LatLng(-33.92, 151.25), mapTypeId: google.maps.MapTypeId.ROADMAP }); var infowindow = new google.maps.InfoWindow(); var marker, i; for (i = 0; i < locations.length; i++) { marker = new google.ma</x-turndown>
-
VBA text problemHi Working in MS Access VBA want to enter a number in textbox and return some text in another textbox. For example when enter 1 want to return in another textbox Boston. How to make this possible? Regards
-
Combo+GroupBoxHow to make possible the activation of group-box controls by choosing one of the options in combo-box list? Best regards
-
Access database to SQLHi All. I have some small Access databases including identical tables. For example let's suppose I got a.mdb b.mdb c.mdb with table1 table2 table3. Is this possible to merge data from table1 table2 table3 in a SQL database without creating problems with ID colums of each table (0;1;2;3;4......) How this task can be realized? Thank you in advance
-
HiI agree with you that SQL is much better regarding DB. But my users are not IT professional and I don't have any idea how to make simple for them file sending from different cities and merging all the data at the center.With Access DB they just send their Access file not bigger than 2 Mb by email and the center operator has an Access file merger software. If you got any clues on this issue please consult me and I will use SQL with joy
-
HiHI. I have a small software build in Access.I need to build a new version of this software with C# interface and the DB in Access again.How to create an installer that I can use the file of DB separately??? I mean the guys who will use this software cannot have a continuously access to internet so till now they enter the data in the existing Access 2003 software and then they send this data by email to the center where the main operator merge this files to one.I need to implement the new C# software because of reporting possibilities and nice interface.But the DB data has to be the same and used the same way as before.Please every idea of best practices or solutions will be appreciated.
-
Excel to AccessHi Is it possible to create a Ms Excel form where I can enter data which should be automatically enter in an existing Ms Access database? Thank you in advance
-
XML DatabaseHi Working with ArcGIS catalog for map files you can create an XML file which contains info about the map.My intention is to gather this data in a DB (PostGreSQL) and create a searching system.The main thing is that searching for the info I want to get as a result the map corresponding to this XML data I searched.Anybody have any clues and give me any orientation because I have little experience with XML. Thank you in advance Best regards Endri
-
GIS Data ArchiveI mean not to search by projects but developing a regular archive where u can search the same as you do when u enter at Google maps or maybe by some other criteria I don't know. I know that my question is some-kind very general but I need some opinions. Best regards
-
GIS Data ArchiveHi. I have been working on GIS projects from early 90's. I have a very big archive of GIS data like photos,ESRI shape files etc.In this moments all this data is organized in folders that keep the name of the project.Our company needs an archive to keep all this data organized in some way they can be searched or used easily.From your experience which is the best way to manage this large amount of information?I repeat that this data are of different formats. Best regards
-
VB6-VB.NETHello. I got a project in VB6 and I want to convert it to .NET. This project also includes Crystal Reports and I am having hard time to convert it because nthg seems to work. Is there anyway to convert this project form by form (one form in a time) By your experience which is the simple way of converting without having the trouble of writing everything from the beginning. Im mostly interested in converting forms because dont want want to recreate all the properties from the scratch. Best regards
-
Running projectI tried with ALT and the property ShowShortcutKeys is set to true but the result is the same. BR
-
Running projectHi I have Visual Studio 2008 installed and I am working on a Windows Form with a menu. I have builded all the elements of menu File...View ..Edit and also added shortcuts. Everything seems fine on Ddesign View but when I build -run project I can see only the menu without shortcuts.What's going on?? BR
-
Database logic...I have three different tables in a SQL DB which have at least two common fields amongst each other. Should I just create a new table that is made of these common fields and have these three tables point to it for those fields?
-
Windows 2003 user policy...Hi.My question is how in Windows 2003 to create a user with this restrictions: 1.User cannot shutdown 2.user cannot use right click.. 3.user cannot apply any administration at all.. Please help cause Im in desperate need.. Best regards
-
Script question....Hi. How can I transform this javascript code function insRow() { var x=document.getElementById('myTable').insertRow(0) var y=x.insertCell(0) var z=x.insertCell(1) y.innerHTML="NEW CELL1" z.innerHTML="NEW CELL2" }
Row1 cell1
Row1 cell2
Row2 cell1
Row2 cell2
Row3 cell1
Row3 cell2
so values NEW CELL1 and NEW CELL2 can be inserted by user in two different textboxes.
-
HTML page inside tablecell..I got an ASP.NET page where I got a table with a button menu.I need to show a HTML page by clicking any button but the tricky part is to show this HTML page in the same page inside a tablecell from the same table.Any ideas? Best regards
-
web user controlHow to make my web user control take the dimensions of tablecell... /// ////
-
Table dimensionsHow to create a table with browser page dimensions.. Best Regards