Not joined yet? Register for free and enjoy features such as alerts, private messaging and viewing latest posts and topics.

Z4 Forum Map access

Discuss ideas for improving and developing this forum
greg81

Z4 Forum Map access

Post by greg81 » Mon Nov 26, 2018 4:05 pm

djstan wrote: Mon Nov 26, 2018 3:59 pm Has anything else happened with this?
did get a bit further with it but not deployed it yet. Had some other priorities come up unfortunately so it's slow progress

greg81

Z4 Forum Map access

Post by greg81 » Mon Nov 26, 2018 9:20 pm

I published up the latest version but it's not come that far. pin clustering added to handle lots of pins in the same area, and a basic geocoder implemented (location search)

http://zmaps.azurewebsites.net/index.htm

User avatar
ph001
Lifer
Lifer
Posts: 3870
Joined: Mon Oct 31, 2016 5:53 pm
Location: N. Yorkshire.

Z4 Forum Map access

Post by ph001 » Tue Nov 27, 2018 2:35 pm

Shows real promise Greg. Looking forward to this.
2007 E85 Z4 3.0Si manual :driving:
19" CSL's | Eibach Springs | Aeroskirts | Z4M front bumper | Clear brake light | ZHP | RCH+| Stubby

2004 E46 M3 coupe manual - gone but not forgotten.

Image

djstan
Member
Member
Posts: 589
Joined: Wed Jul 09, 2014 1:31 pm
Location: Bristol

Z4 Forum Map access

Post by djstan » Tue Nov 27, 2018 10:28 pm

That's amazing!!
10-plate E89 35i, Deep Sea Blue
67-plate F15 X5 35d, Space Grey

User avatar
IAmOrion
Senior Member
Senior Member
Posts: 1611
Joined: Mon May 22, 2017 8:29 pm
Location: Cambridge, UK

Z4 Forum Map access

Post by IAmOrion » Wed Nov 28, 2018 1:32 pm

greg81 wrote: Mon Nov 26, 2018 9:20 pm I published up the latest version but it's not come that far. pin clustering added to handle lots of pins in the same area, and a basic geocoder implemented (location search)

http://zmaps.azurewebsites.net/index.htm
How do you intend to let users add themselves?

Will you make a PHP / MySQL based mini-admin kind of thing? Then use PHP to generate your date on the output page for your handlebar stuff?
NO LONGER OWN A Z4 SO NOT AS ACTIVE HERE ANYMORE (IF AT ALL).
I STILL OFFER FREE CARLY CODING & EWS KEY/TRANSPONDER CODING AT MY HOME
IN CAMBRIDGE CB22

Facebook: https://www.facebook.com/groups/Z4DIYCustomMods/

greg81

Z4 Forum Map access

Post by greg81 » Wed Nov 28, 2018 1:34 pm

IAmOrion wrote: Wed Nov 28, 2018 1:32 pm
greg81 wrote: Mon Nov 26, 2018 9:20 pm I published up the latest version but it's not come that far. pin clustering added to handle lots of pins in the same area, and a basic geocoder implemented (location search)

http://zmaps.azurewebsites.net/index.htm
How do you intend to let users add themselves?

Will you make a PHP / MySQL based mini-admin kind of thing? Then use PHP to generate your date on the output page for your handlebar stuff?
Oh god no, not "phppish" haha.

Data will be stored in Azure blob storage and JSON generated on request.

There'll be some kind of form to complete to sign up

User avatar
IAmOrion
Senior Member
Senior Member
Posts: 1611
Joined: Mon May 22, 2017 8:29 pm
Location: Cambridge, UK

Z4 Forum Map access

Post by IAmOrion » Wed Nov 28, 2018 1:37 pm

greg81 wrote: Wed Nov 28, 2018 1:34 pm Oh god no, not "phppish" haha.

Data will be stored in Azure blob storage and JSON generated on request.

There'll be some kind of form to complete to sign up
Ha, fair enough!

btw: What's wrong with a nice simple PHP / MySQL Setup? :)
NO LONGER OWN A Z4 SO NOT AS ACTIVE HERE ANYMORE (IF AT ALL).
I STILL OFFER FREE CARLY CODING & EWS KEY/TRANSPONDER CODING AT MY HOME
IN CAMBRIDGE CB22

Facebook: https://www.facebook.com/groups/Z4DIYCustomMods/

greg81

Z4 Forum Map access

Post by greg81 » Wed Nov 28, 2018 1:41 pm

IAmOrion wrote: Wed Nov 28, 2018 1:37 pm
greg81 wrote: Wed Nov 28, 2018 1:34 pm Oh god no, not "phppish" haha.

Data will be stored in Azure blob storage and JSON generated on request.

There'll be some kind of form to complete to sign up
Ha, fair enough!

btw: What's wrong with a nice simple PHP / MySQL Setup? :)
I don't use it personally as I build apps on Microsoft tech, but it definitely serves a purpose love it or hate it.

User avatar
sp3ctre
Site Admin
Site Admin
Posts: 7492
Joined: Thu Jun 14, 2007 7:29 pm
Contact:

Z4 Forum Map access

Post by sp3ctre » Wed Nov 28, 2018 1:49 pm

IAmOrion wrote: Wed Nov 28, 2018 1:37 pm Ha, fair enough!

btw: What's wrong with a nice simple PHP / MySQL Setup? :)
Nothing at all, would work fine.
If you are looking for low cost UK insurance, visit our official Z4-forum insurance scheme

User avatar
IAmOrion
Senior Member
Senior Member
Posts: 1611
Joined: Mon May 22, 2017 8:29 pm
Location: Cambridge, UK

Z4 Forum Map access

Post by IAmOrion » Wed Nov 28, 2018 6:40 pm

sp3ctre wrote: Wed Nov 28, 2018 1:49 pm Nothing at all, would work fine.
That would by my first choice - only because I do php / mysql stuff everyday (Also "liquid" - Shopify partner so do lots of shopify liquid stuff)
NO LONGER OWN A Z4 SO NOT AS ACTIVE HERE ANYMORE (IF AT ALL).
I STILL OFFER FREE CARLY CODING & EWS KEY/TRANSPONDER CODING AT MY HOME
IN CAMBRIDGE CB22

Facebook: https://www.facebook.com/groups/Z4DIYCustomMods/

greg81

Z4 Forum Map access

Post by greg81 » Wed Nov 28, 2018 7:01 pm

IAmOrion wrote: Wed Nov 28, 2018 6:40 pm
sp3ctre wrote: Wed Nov 28, 2018 1:49 pm Nothing at all, would work fine.
That would by my first choice - only because I do php / mysql stuff everyday (Also "liquid" - Shopify partner so do lots of shopify liquid stuff)
How do you feel about doing that for this? I'm going to struggle with tie over the next few weeks. I could finish off all the front-end/mapping piece and you handle the DB and API for me to get the data out in JSON format

User avatar
IAmOrion
Senior Member
Senior Member
Posts: 1611
Joined: Mon May 22, 2017 8:29 pm
Location: Cambridge, UK

Z4 Forum Map access

Post by IAmOrion » Wed Nov 28, 2018 9:26 pm

greg81 wrote: Wed Nov 28, 2018 7:01 pm How do you feel about doing that for this? I'm going to struggle with tie over the next few weeks. I could finish off all the front-end/mapping piece and you handle the DB and API for me to get the data out in JSON format
Do you already have mysql/php available? I'm assuming you're using something like a temp url since it's a subdomain of "azurewebsites.net"
NO LONGER OWN A Z4 SO NOT AS ACTIVE HERE ANYMORE (IF AT ALL).
I STILL OFFER FREE CARLY CODING & EWS KEY/TRANSPONDER CODING AT MY HOME
IN CAMBRIDGE CB22

Facebook: https://www.facebook.com/groups/Z4DIYCustomMods/

greg81

Z4 Forum Map access

Post by greg81 » Wed Nov 28, 2018 9:42 pm

IAmOrion wrote: Wed Nov 28, 2018 9:26 pm
greg81 wrote: Wed Nov 28, 2018 7:01 pm How do you feel about doing that for this? I'm going to struggle with tie over the next few weeks. I could finish off all the front-end/mapping piece and you handle the DB and API for me to get the data out in JSON format
Do you already have mysql/php available? I'm assuming you're using something like a temp url since it's a subdomain of "azurewebsites.net"
I've not, it's just a flat azure app service I have with blob storage service.

We need to find someone who can host that if it goes down that route. I've got Google maps on a month's free trial at the moment too and although it's not even a live website it's already accrued about £7 worth of usage. This may be a complete non starter anyway

djstan
Member
Member
Posts: 589
Joined: Wed Jul 09, 2014 1:31 pm
Location: Bristol

Z4 Forum Map access

Post by djstan » Wed Nov 28, 2018 10:18 pm

What are the hosting requirements?
10-plate E89 35i, Deep Sea Blue
67-plate F15 X5 35d, Space Grey

User avatar
IAmOrion
Senior Member
Senior Member
Posts: 1611
Joined: Mon May 22, 2017 8:29 pm
Location: Cambridge, UK

Z4 Forum Map access

Post by IAmOrion » Wed Nov 28, 2018 10:43 pm

greg81 wrote: Wed Nov 28, 2018 9:42 pm I've not, it's just a flat azure app service I have with blob storage service.

We need to find someone who can host that if it goes down that route. I've got Google maps on a month's free trial at the moment too and although it's not even a live website it's already accrued about £7 worth of usage. This may be a complete non starter anyway
Dang!! That sucks.

I have hosting myself, I have an "unlimited" package so I can host it no problems and obv have PHP / MySQL etc so hosting is no issue.

I'm guessing there's no "free" alternative? I thought google maps was free, but then in fairness, I've not had to deal with google maps on sites in such a long time
NO LONGER OWN A Z4 SO NOT AS ACTIVE HERE ANYMORE (IF AT ALL).
I STILL OFFER FREE CARLY CODING & EWS KEY/TRANSPONDER CODING AT MY HOME
IN CAMBRIDGE CB22

Facebook: https://www.facebook.com/groups/Z4DIYCustomMods/

Post Reply